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:
objectBest-known PlateLoc state from direct serial control.
Attributes
Methods
__init__(port, connected, ...)