pylabrobot.temperature_controlling.chatterbox.TemperatureControllerChatterboxBackend#
- class pylabrobot.temperature_controlling.chatterbox.TemperatureControllerChatterboxBackend(dummy_temperature: float = 0.0)#
Bases:
TemperatureControllerBackend
Chatter box backend for device-free testing. Prints out all operations.
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)