pylabrobot.agilent.plateloc.PlateLocStatus#

class pylabrobot.agilent.plateloc.PlateLocStatus(port: str, connected: bool, target_temperature: float | None, stage_position: Literal['open', 'closed'] | None, cycle_complete: bool | None)#

Bases: object

Best-known PlateLoc state from direct serial control.

Attributes

Methods

__init__(port, connected, ...)

Parameters:
  • port (str)

  • connected (bool)

  • target_temperature (float | None)

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

  • cycle_complete (bool | None)