pylabrobot.opentrons.InstrumentInfo.__init__#

InstrumentInfo.__init__(mount: str, instrument_type: str, name: str, model: str, channels: int | None = None, minimum_volume: float | None = None, maximum_volume: float | None = None) → None#
Parameters:
  • mount (str)

  • instrument_type (str)

  • name (str)

  • model (str)

  • channels (int | None)

  • minimum_volume (float | None)

  • maximum_volume (float | None)

Return type:

None