pylabrobot.curiox.ht2000.StatusReport.__init__#

StatusReport.__init__(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) None#
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)

Return type:

None