15 '''Class interface for the QHYCCD SDK
17 def __init__(self, dll_path='/usr/local/lib/libqhyccd.so'):
92 'exp' : [min_exp, max_exp, step_exp],
93 'gain' : [min_gain, max_gain, step_gain]
96 return parameter_limits
144 ''' A class that interface with the QHYCCD series of cameras.
184 @target_temperature.setter
193 @exposure_time.setter
213 return self.
_bpp.value
225 if self.
_bpp.value == 16:
261 if new_read_mode == 0
or new_read_mode == 1:
target_temperature(self, new_temperature)
__init__(self, sdk, camera_id, new_bpp=16)
exposure_time(self, new_exposure_time)
set_readout_modes(self, new_read_mode)
is_exposure_finished(self)
set_roi(self, x0, y0, roi_w, roi_h)
open_camera(self, camera_id)
get_parameter_limits(self, camera_handle, parameter)
get_chip_info(self, camera_handle)
get_all_limits(self, camera_handle)
__init__(self, dll_path='/usr/local/lib/libqhyccd.so')
close_camera(self, camera_id)
set_parameter(self, camera_handle, parameter, value)
get_parameter(self, camera_handle, parameter)