Click or drag to resize

Quality Enumeration

Indicates the quality of time-series data.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public enum Quality
Members
Member nameValueDescription
Unknown0 Unknown
DeletedFromProcessing1 DeletedFromProcessing
CouldNotCalculate2 CouldNotCalculate
FrontEndHardwareError3 FrontEndHardwareError
SensorReadError4 SensorReadError
OpenThermocouple5 OpenThermocouple
InputCountsOutOfSensorRange6 InputCountsOutOfSensorRange
UnreasonableHigh7 UnreasonableHigh
UnreasonableLow8 UnreasonableLow
Old9 Old
SuspectValueAboveHiHiLimit10 SuspectValueAboveHiHiLimit
SuspectValueBelowLoLoLimit11 SuspectValueBelowLoLoLimit
SuspectValueAboveHiLimit12 SuspectValueAboveHiLimit
SuspectValueBelowLoLimit13 SuspectValueBelowLoLimit
SuspectData14 SuspectData
DigitalSuspectAlarm15 DigitalSuspectAlarm
InsertedValueAboveHiHiLimit16 InsertedValueAboveHiHiLimit
InsertedValueBelowLoLoLimit17 InsertedValueBelowLoLoLimit
InsertedValueAboveHiLimit18 InsertedValueAboveHiLimit
InsertedValueBelowLoLimit19 InsertedValueBelowLoLimit
InsertedValue20 InsertedValue
DigitalInsertedStatusInAlarm21 DigitalInsertedStatusInAlarm
LogicalAlarm22 LogicalAlarm
ValueAboveHiHiAlarm23 ValueAboveHiHiAlarm
ValueBelowLoLoAlarm24 ValueBelowLoLoAlarm
ValueAboveHiAlarm25 ValueAboveHiAlarm
ValueBelowLoAlarm26 ValueBelowLoAlarm
DeletedFromAlarmChecks27 DeletedFromAlarmChecks
InhibitedByCutoutPoint28 InhibitedByCutoutPoint
Good29 Good
See Also