PyANGKernel.GKPeriodicCall¶
- class GKPeriodicCall¶
-
Synopsis¶
Methods¶
def
__init__()def
getDuration()def
getInterval()def
getTarget()def
setDuration()def
setInterval()def
setTarget()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
Virtual detection in detector for a constant period and called by regular intervals (with dev).
- __init__()¶
- getDuration()¶
- Return type:
Gets the duration of the actuation
- getDurationDeviation()¶
- Return type:
Gets the deviation of the duration of the actuation
- getInterval()¶
- Return type:
Gets the interval between actuations
- getIntervalDeviation()¶
- Return type:
Gets the deviation of the interval between actuations
- getTarget()¶
- Return type:
Gets the target for the periodic call
- setDuration(duration)¶
- Parameters:
duration –
GKTimeDuration
Sets the duration of the actuation
- setDurationDeviation(deviation)¶
- Parameters:
deviation –
GKTimeDuration
Sets the deviation of the duration of the actuation
- setInterval(interval)¶
- Parameters:
interval –
GKTimeDuration
Sets the interval between actuations
- setIntervalDeviation(deviation)¶
- Parameters:
deviation –
GKTimeDuration
Sets the deviation of the interval between actuations
- setTarget(target)¶
- Parameters:
target –
GKGeoObject
Sets the target for the periodic call. Valid types are:
GKDetector.