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()
.child (ItemizedResource | None) – Optional child resource like a tube rack or well plate to use on the temperature controller module.