pylabrobot.heating_shaking.chatterbox.HeaterShakerChatterboxBackend#

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

Bases: ShakerChatterboxBackend, TemperatureControllerChatterboxBackend

Attributes

Methods

__init__([dummy_temperature])

deactivate()

Deactivate the temperature controller.

deserialize(data)

get_current_temperature()

Get the current temperature of the temperature controller in Celsius

lock_plate()

Lock the plate

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

unlock_plate()

Unlock the plate

Parameters:

dummy_temperature (float)