pylabrobot.temperature_controlling.chatterbox.TemperatureControllerChatterboxBackend#
- class pylabrobot.temperature_controlling.chatterbox.TemperatureControllerChatterboxBackend(dummy_temperature: float = 0.0)#
 Bases:
TemperatureControllerBackendChatter box backend for device-free testing. Prints out all operations.
Attributes
Whether this backend can actively cool below the current temperature.
Methods
__init__([dummy_temperature])Deactivate the temperature controller.
deserialize(data)Get the current temperature of the temperature controller in Celsius
set_temperature(temperature)Set the temperature of the temperature controller in Celsius.
setup()stop()- Parameters:
 dummy_temperature (float)