Indicates the quality of time-series data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum Quality
Public Enumeration Quality
public enum class Quality
Members
Member | Description |
---|---|
Unknown |
Unknown
|
DeletedFromProcessing |
DeletedFromProcessing
|
CouldNotCalculate |
CouldNotCalculate
|
FrontEndHardwareError |
FrontEndHardwareError
|
SensorReadError |
SensorReadError
|
OpenThermocouple |
OpenThermocouple
|
InputCountsOutOfSensorRange |
InputCountsOutOfSensorRange
|
UnreasonableHigh |
UnreasonableHigh
|
UnreasonableLow |
UnreasonableLow
|
Old |
Old
|
SuspectValueAboveHiHiLimit |
SuspectValueAboveHiHiLimit
|
SuspectValueBelowLoLoLimit |
SuspectValueBelowLoLoLimit
|
SuspectValueAboveHiLimit |
SuspectValueAboveHiLimit
|
SuspectValueBelowLoLimit |
SuspectValueBelowLoLimit
|
SuspectData |
SuspectData
|
DigitalSuspectAlarm |
DigitalSuspectAlarm
|
InsertedValueAboveHiHiLimit |
InsertedValueAboveHiHiLimit
|
InsertedValueBelowLoLoLimit |
InsertedValueBelowLoLoLimit
|
InsertedValueAboveHiLimit |
InsertedValueAboveHiLimit
|
InsertedValueBelowLoLimit |
InsertedValueBelowLoLimit
|
InsertedValue |
InsertedValue
|
DigitalInsertedStatusInAlarm |
DigitalInsertedStatusInAlarm
|
LogicalAlarm |
LogicalAlarm
|
ValueAboveHiHiAlarm |
ValueAboveHiHiAlarm
|
ValueBelowLoLoAlarm |
ValueBelowLoLoAlarm
|
ValueAboveHiAlarm |
ValueAboveHiAlarm
|
ValueBelowLoAlarm |
ValueBelowLoAlarm
|
DeletedFromAlarmChecks |
DeletedFromAlarmChecks
|
InhibitedByCutoutPoint |
InhibitedByCutoutPoint
|
Good |
Good
|