PyANGKernel.GKExpandableTimeSerie¶
- class GKExpandableTimeSerie¶
A expandable time series is a collection of values that can be expanded. The values are allocated in std::vector.
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 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 in “entries” (QVariant* container of GKRow).
See also
Synopsis¶
Methods¶
def
__init__()def
addValue()
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__(aDescripton)¶
- Parameters:
aDescripton –
GKTSDescription
- addValue(value[, deviation=-1.0[, lowerValue=-1.0]])¶
- Parameters:
value – float
deviation – float
lowerValue – float