PyANGKernel.GKPeriodicCall

class GKPeriodicCall

Inheritance diagram of PyANGKernel.GKPeriodicCall

Synopsis

Methods

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:

GKTimeDuration

Gets the duration of the actuation

getDurationDeviation()
Return type:

GKTimeDuration

Gets the deviation of the duration of the actuation

getInterval()
Return type:

GKTimeDuration

Gets the interval between actuations

getIntervalDeviation()
Return type:

GKTimeDuration

Gets the deviation of the interval between actuations

getTarget()
Return type:

GKGeoObject

Gets the target for the periodic call

setDuration(duration)
Parameters:

durationGKTimeDuration

Sets the duration of the actuation

setDurationDeviation(deviation)
Parameters:

deviationGKTimeDuration

Sets the deviation of the duration of the actuation

setInterval(interval)
Parameters:

intervalGKTimeDuration

Sets the interval between actuations

setIntervalDeviation(deviation)
Parameters:

deviationGKTimeDuration

Sets the deviation of the interval between actuations

setTarget(target)
Parameters:

targetGKGeoObject

Sets the target for the periodic call. Valid types are: GKDetector .