pylabrobot.temperature_controlling.opentrons_backend.OpentronsTemperatureModuleBackend

pylabrobot.temperature_controlling.opentrons_backend.OpentronsTemperatureModuleBackend#

class pylabrobot.temperature_controlling.opentrons_backend.OpentronsTemperatureModuleBackend(opentrons_id: str)#

Bases: TemperatureControllerBackend

Opentrons temperature module backend.

Methods

__init__(opentrons_id)

Create a new Opentrons temperature module backend.

deactivate()

Deactivate the temperature controller.

get_current_temperature()

Get the current temperature of the temperature controller in Celsius

set_temperature(temperature)

Set the temperature of the temperature controller in Celsius.

setup()

stop()

Parameters:

opentrons_id (str)