PyANGKernel.GKConstantTimeSerie¶
- class GKConstantTimeSerie¶
A constant time series is a fixed-size-collection of values. The values are allocated in a fixed-sized-pool.
Details
It inherits from the
GKTimeSerieclass.The TSDescription contains information about the time range, the interval between each value, units… This description is shared among all the TS that use it. The methods included in the
GKTSDescriptionwhich can changed the number of intervals are not allowed: setToTime, expand, setTime, etc.It can have, optionally, either a deviation for each value or a band (a Max and a min value).
They are included and handled by a GKTSPoolManager.
See also
Synopsis¶
Methods¶
def
__init__()
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
- __init__(aDescription)¶
- Parameters:
aDescription –
GKTSDescription