pylabrobot.temperature_controlling.opentrons.OpentronsTemperatureModuleV2.__init__

pylabrobot.temperature_controlling.opentrons.OpentronsTemperatureModuleV2.__init__#

OpentronsTemperatureModuleV2.__init__(name: str, opentrons_id: str, child: ItemizedResource | None = None)#

Create a new Opentrons temperature module v2.

Parameters:
  • name (str) – Name of the temperature module.

  • opentrons_id (str) – Opentrons ID of the temperature module. Get it from OpentronsBackend(host="x.x.x.x", port=31950).list_connected_modules().

  • tube_rack – Optional tube rack to use on the temperature controlled module. Get it from from pylabrobot.resources.opentrons.tube_racks import *

  • child (ItemizedResource | None)