Click or drag to resize

TemporalOutlierOperation Enumeration

Enumeration that defines how to handle TemporalMeasurement values that are outside of the defined Lag/Lead time bounds.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public enum TemporalOutlierOperation
Members
Member nameValueDescription
PublishValueAsNan0 Measurement value is set to NaN if it is outside of the defined time bounds. This is the default behavior.
PublishWithBadState1 Measurement value is preserved if it is outside of the time bounds, but the state flags are set to OutlierState which defaults to SuspectTime.
See Also