pylabrobot.curiox.ht2000.StatusReport#

class pylabrobot.curiox.ht2000.StatusReport(mode: Literal['operation', 'service'], status: Literal['ready', 'busy', 'error', 'stopped'], error: str | None, tray_position: Literal['in', 'out'], spill_tray_active: bool, tray_loaded: bool)#

Bases: object

Decoded fields of the enquire-report reply.

Methods

__init__(mode, status, error, tray_position, ...)

Parameters:
  • mode (Literal['operation', 'service'])

  • status (Literal['ready', 'busy', 'error', 'stopped'])

  • error (str | None)

  • tray_position (Literal['in', 'out'])

  • spill_tray_active (bool)

  • tray_loaded (bool)