Inheritance diagram for TrgPeriodicConditionAbstract:


Public Member Functions | |
| __init__ () | |
| TrgPeriodicConditionAbstract constructor. | |
| source () | |
| source() 'virtual' method If the returned value is FALSE, the system clock is used as the source of the periodic condition. If the returned value is TRUE, the 1-PPS signal is used as the source of the condition. | |
| prescale () | |
| prescale() 'virtual' method Determines how the source signal is prescaled to form the periodic condition. That is, it sets the rate of the periodic condition. A value of zero does not prescale the periodic condition. This would, for example, assuming the system clock is used as source, create a periodic condition which operates at 20 MHZ. Range: [0 .. 0xffffff] | |
| limit () | |
| limit() 'virtual' method Returns the number of iterations of the periodic condition before the condition stops. A value of zero (0) will cause the periodic condition to 'free-run', or never stop. | |
Definition at line 12 of file TrgPeriodic.py.
|
|
limit() 'virtual' method Returns the number of iterations of the periodic condition before the condition stops. A value of zero (0) will cause the periodic condition to 'free-run', or never stop.
Reimplemented in TrgGemPeriodicCondition, and TrgDefaultPeriodicCondition. |
|
|
prescale() 'virtual' method Determines how the source signal is prescaled to form the periodic condition. That is, it sets the rate of the periodic condition. A value of zero does not prescale the periodic condition. This would, for example, assuming the system clock is used as source, create a periodic condition which operates at 20 MHZ. Range: [0 .. 0xffffff]
Reimplemented in TrgGemPeriodicCondition, and TrgDefaultPeriodicCondition. |
|
|
source() 'virtual' method If the returned value is FALSE, the system clock is used as the source of the periodic condition. If the returned value is TRUE, the 1-PPS signal is used as the source of the condition.
Reimplemented in TrgGemPeriodicCondition, and TrgDefaultPeriodicCondition. |
1.4.3