pylabrobot.agilent.plateloc.PlateLocStatus.__init__#

PlateLocStatus.__init__(port: str, connected: bool, target_temperature: float | None, stage_position: Literal['open', 'closed'] | None, cycle_complete: bool | None) None#
Parameters:
  • port (str)

  • connected (bool)

  • target_temperature (float | None)

  • stage_position (Literal['open', 'closed'] | None)

  • cycle_complete (bool | None)

Return type:

None