Use ContinuousMax_Sampled() to get the maximum value at which an expression is held over a range of time.
Read more
Use Max_Sampled() to get the maximum value of the points in an expression over a range of time.
Read more
Use Max() to get the maximum value of the variable number of arguments.
Read more
Use TimeWeightedAverage_Sampled() to get the time-weighted average of the values of an expression over a range of time.
Read more
Use Average() to get the average value of the supplied arguments.
Read more
Use TimeOf() to get the timestamp of each datum.
Read more
Use Time() to get the timestamp of each sample point.
Read more
Use ValueAt_Sampled() to get the value of the expression at the specified time.
Read more
Use SampleFilter() to only get samples from an expression where a condition is true.
Read more
Use Average_Sampled() to get the average of the values of an expression over a range of time.
Read more