Supported time-series functions
- Last UpdatedFeb 06, 2025
- 1 minute read
AVEVA Insight supports using time-series functions in expressions. These functions enable you to compare and manipulate data.
The following time-series functions are supported:
|
Function |
Purpose |
|
Calculates the average value across one or more streams. |
|
|
Calculates the statistical average for a stream. |
|
|
Returns a count of the delta points for a stream. |
|
|
Returns a count of all data points for a stream. |
|
|
Calculates the duration of TRUE states in an expression. |
|
|
Return a stream of values based on the results of a logical expression over the specified time interval. |
|
|
Replaces values from the input stream that are older than a specified interval with an alternative value. |
|
|
Selects the minimum/maximum value across one or more streams. |
|
|
Returns the last value from the previous time period. |
|
|
Calculates the periodic total for one or more streams. |
|
|
Calculates the statistical total for a stream. |