|   | TemporalOutlierOperation Enumeration | 
        
        
            Enumeration that defines how to handle 
TemporalMeasurement
            values that are outside of the defined Lag/Lead time bounds.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic enum TemporalOutlierOperation
Public Enumeration TemporalOutlierOperation
public enum class TemporalOutlierOperation
type TemporalOutlierOperation
GSF.TimeSeries.TemporalOutlierOperation = function();
GSF.TimeSeries.TemporalOutlierOperation.createEnum('GSF.TimeSeries.TemporalOutlierOperation', false); Members
Members| Member name | Value | Description | 
|---|
| PublishValueAsNan | 0 | Measurement value is set to NaN if it is outside of the
            defined time bounds. This is the default behavior. | 
| PublishWithBadState | 1 | 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
See Also