pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend#
- class pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend(dummy_temperature: float = 0.0)#
Bases:
ShakerChatterboxBackend
,TemperatureControllerChatterboxBackend
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
()shake
(speed)Shake the shaker at the given speed
stop
()Stop shaking
- Parameters:
dummy_temperature (float)