pylabrobot.temperature_controlling.chatterbox.TemperatureControllerChatterboxBackend

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

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

stop()

Parameters:

dummy_temperature (float)