Indicates the quality of time-series data.
| C# | Visual Basic | Visual C++ |
public enum Quality
Public Enumeration Quality
public enum class Quality
| 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
|