Use CatchLowConfidence() to get a default value if the confidence of the supplied expression is too low.
Read more
Use CatchNoSamples() to get a default value if an error occurs in the supplied argument, or if there are no data samples present.
Read more
Use CatchErrorOrNoSamples() to get a default value if an error occurs in the supplied argument, or if there are no data samples present.
Read more
Use CatchError() to get a default value if an error occurs in the supplied argument.
Read more
Use Integral_Sampled() to get the integral of an expression over a range of time.
Read more
Use ConfidenceCutoff() to override the default CalculationConfidenceCutoffThreshold and CalculationConfidenceCutoffBehavior configuration parameters when fetching tags referenced within the Expr argument.
Read more
Use Confidence() to get the confidence of the supplied parameter, as an integer value from 0 to 100 (a percentage).
Read more
Use ContinuousMin_Sampled() to get the maximum value at which an expression is held over a range of time.
Read more
Use Min_Sampled() to get the maximum value of the points in an expression over a range of time.
Read more
Use Min() to get the maximum value of the variable number of arguments.
Read more