pylabrobot.revvity.celigo.GalvoControllerStatus#

class pylabrobot.revvity.celigo.GalvoControllerStatus(x_busy: bool, y_busy: bool, x_hardware_voltage: float, y_hardware_voltage: float, fire_table_size: int, points_loaded: int, fire_table_index: int, firing_status: int, capture_armed: bool, capture_table_size: int)#

Bases: object

Complete galvo/laser state returned by SEND_GALVO_INFO.

Attributes

Methods

__init__(x_busy, y_busy, x_hardware_voltage, ...)

Parameters:
  • x_busy (bool)

  • y_busy (bool)

  • x_hardware_voltage (float)

  • y_hardware_voltage (float)

  • fire_table_size (int)

  • points_loaded (int)

  • fire_table_index (int)

  • firing_status (int)

  • capture_armed (bool)

  • capture_table_size (int)