pylabrobot.opentrons.InstrumentInfo#

class pylabrobot.opentrons.InstrumentInfo(mount: str, instrument_type: str, name: str, model: str, channels: int | None = None, minimum_volume: float | None = None, maximum_volume: float | None = None)#

Bases: object

A physical Flex instrument, independent of a run’s loaded IDs.

Attributes

Methods

__init__(mount, instrument_type, name, model)

from_response(data)

Validate the robot's instrument identity and pipette specifications.

Parameters:
  • mount (str)

  • instrument_type (str)

  • name (str)

  • model (str)

  • channels (int | None)

  • minimum_volume (float | None)

  • maximum_volume (float | None)