This is the main GUI Class for Nuclear Operations.
More...
|
| nuclearoperationslogic = Connector(interface='NuclearOperationsLogic') |
|
| savelogic = Connector(interface='SaveLogic') |
|
This is the main GUI Class for Nuclear Operations.
◆ continue_stop_measurement()
def nuclear_operations.NuclearOperationsGui.continue_stop_measurement |
( |
|
self, |
|
|
|
is_checked |
|
) |
| |
Manages what happens if nuclear operations are continued/stopped.
- Parameters
-
bool | ischecked: If true measurement is continued, if false measurement stops. |
◆ current_meas_asset_name_changed()
def nuclear_operations.NuclearOperationsGui.current_meas_asset_name_changed |
( |
|
self | ) |
|
Adapt the input widget to the current measurement sequence.
◆ on_deactivate()
def nuclear_operations.NuclearOperationsGui.on_deactivate |
( |
|
self | ) |
|
Reverse steps of activation.
- Returns
- int: error code (0:OK, -1:error)
◆ save_measurement()
def nuclear_operations.NuclearOperationsGui.save_measurement |
( |
|
self | ) |
|
Save the current measurement.
- Returns
- :
◆ show()
def nuclear_operations.NuclearOperationsGui.show |
( |
|
self | ) |
|
Make window visible and put it above all other windows.
◆ start_stop_measurement()
def nuclear_operations.NuclearOperationsGui.start_stop_measurement |
( |
|
self, |
|
|
|
is_checked |
|
) |
| |
Manages what happens if nuclear operations are started/stopped.
- Parameters
-
bool | ischecked: If true measurement is started, if false measurement stops. |
◆ update_meas_parameter()
def nuclear_operations.NuclearOperationsGui.update_meas_parameter |
( |
|
self | ) |
|
Update the display parameter close to the graph.
The documentation for this class was generated from the following file:
- gui/nuclear_operations/nuclear_operations.py