siriushla.as_ps_cycle
Code Documentation
siriushla.as_ps_cycle.cycle_window module
Power supplies cycle window.
- class siriushla.as_ps_cycle.cycle_window.CycleWindow(parent=None, checked_accs=(), adv_mode=False)[source]
Bases:
_SiriusWindowPower supplies cycle window.
- class siriushla.as_ps_cycle.cycle_window.UpdateProgressBar(duration, parent=None)[source]
Bases:
QThread- increment
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
siriushla.as_ps_cycle.tasks module
- class siriushla.as_ps_cycle.tasks.BaseTask(parent=None, psnames=[], timing=None, need_controller=False, isadv=False)[source]
Bases:
QThreadBase Task.
- completed
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- currentItem
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- itemDone
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- updated
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- class siriushla.as_ps_cycle.tasks.CreateCyclers(parent=None, psnames=[], timing=None, need_controller=False, isadv=False)[source]
Bases:
BaseTaskCreate cyclers.
- class siriushla.as_ps_cycle.tasks.PreparePSCurrentZero(**kwargs)[source]
Bases:
BaseTaskPrepare power suplies to cycle.
- class siriushla.as_ps_cycle.tasks.PreparePSIDFFMode(**kwargs)[source]
Bases:
BaseTaskPrepare power suplies to cycle.
- class siriushla.as_ps_cycle.tasks.PreparePSOpModeCycle(**kwargs)[source]
Bases:
BaseTaskPrepare power suplies to cycle.
- class siriushla.as_ps_cycle.tasks.PreparePSOpModeSlowRef(**kwargs)[source]
Bases:
BaseTaskPrepare power suplies to cycle.
- class siriushla.as_ps_cycle.tasks.PreparePSParams(**kwargs)[source]
Bases:
BaseTaskPrepare power suplies to cycle.
- class siriushla.as_ps_cycle.tasks.PrepareTiming(**kwargs)[source]
Bases:
BaseTaskPrepare timing to cycle.
- class siriushla.as_ps_cycle.tasks.RestoreTiming(**kwargs)[source]
Bases:
BaseTaskRestore timing initial state.
Module contents
HLA to Handle Power Supplies Cycling.