Connection Status
hardware_control.gui.widgets.connection_status module
- class hardware_control.gui.widgets.connection_status.StatusTool(app, name: str = 'Connection Status', short_indicators=False)
Bases:
QGroupBoxA widget to display if instruments are online or offline.
The widget gets the list of instruments from the app class, so it should be created after all instrumensts are defined already.
- update_instruments()
Add all currently known instruments to the connection status widget.