siriushla.as_ps_cycle
Code Documentation
siriushla.as_ps_cycle.cycle_window module
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: - QThread- Base 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: - BaseTask- Create cyclers. 
- class siriushla.as_ps_cycle.tasks.PreparePSCurrentZero(**kwargs)[source]
- Bases: - BaseTask- Prepare power suplies to cycle. 
- class siriushla.as_ps_cycle.tasks.PreparePSIDFFMode(**kwargs)[source]
- Bases: - BaseTask- Prepare power suplies to cycle. 
- class siriushla.as_ps_cycle.tasks.PreparePSOpModeCycle(**kwargs)[source]
- Bases: - BaseTask- Prepare power suplies to cycle. 
- class siriushla.as_ps_cycle.tasks.PreparePSOpModeSlowRef(**kwargs)[source]
- Bases: - BaseTask- Prepare power suplies to cycle. 
- class siriushla.as_ps_cycle.tasks.PreparePSParams(**kwargs)[source]
- Bases: - BaseTask- Prepare power suplies to cycle. 
- class siriushla.as_ps_cycle.tasks.PrepareTiming(**kwargs)[source]
- Bases: - BaseTask- Prepare timing to cycle. 
- class siriushla.as_ps_cycle.tasks.RestoreTiming(**kwargs)[source]
- Bases: - BaseTask- Restore timing initial state. 
Module contents
HLA to Handle Power Supplies Cycling.