pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend

pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend#

class pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend(dummy_temperature: float = 0.0)#

Bases: ShakerChatterboxBackend, TemperatureControllerChatterboxBackend

Methods

__init__([dummy_temperature])

deactivate()

Deactivate the temperature controller.

deserialize(data)

get_current_temperature()

Get the current temperature of the temperature controller in Celsius

serialize()

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()

Stop shaking

Parameters:

dummy_temperature (float)