pylabrobot.temperature_controlling.inheco.cpac_backend.InhecoCPACBackend#
- class pylabrobot.temperature_controlling.inheco.cpac_backend.InhecoCPACBackend(index: int, control_box: InhecoTECControlBox)#
Bases:
InhecoTemperatureControllerBackend
Attributes
Whether this backend can actively cool below the current temperature.
Methods
__init__
(index, control_box)Deactivate the temperature controller.
deserialize
(data)Get the current temperature of the temperature controller in Celsius
get_device_info
(info_type)Get device information
set_target_temperature
(temperature)set_temperature
(temperature)Set the temperature of the temperature controller in Celsius.
setup
()Start the temperature control
stop
()Stop the temperature control
- Parameters:
index (int)
control_box (InhecoTECControlBox)