photons.equipment.widgets.shot702_controller module
Widget for an OptoSigma SHOT-702 controller.
- class photons.equipment.widgets.shot702_controller.OptoSigmaSHOT702Widget(connection, *, parent=None)[source]
Bases:
BaseEquipmentWidgetWidget for an OptoSigma SHOT-702 controller.
- Parameters:
connection (
OptoSigmaSHOT702) – The connection to the SHOT-702 controller.parent (
QWidget) – The parent widget.
-
connection:
OptoSigmaSHOT702
- class photons.equipment.widgets.shot702_controller.SettingsDialog(parent)[source]
Bases:
QDialogEdit the rotation rate and the acceleration settings.
- Parameters:
parent (
OptoSigmaSHOT702Widget) – The parent widget.
- closeEvent(event)[source]
Overrides
QtWidgets.QWidget.closeEvent().- Return type: