pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend#
- class pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend(dummy_temperature: float = 0.0)#
Bases:
HeaterShakerBackend,ShakerChatterboxBackend,TemperatureControllerChatterboxBackendAttributes
Whether this backend can actively cool below the current temperature.
Check if the shaker supports locking the plate
Methods
__init__([dummy_temperature])Deactivate the temperature controller.
deserialize(data)Get the current temperature of the temperature controller in Celsius
Lock the plate
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
Unlock the plate
- Parameters:
dummy_temperature (float)