HistorianQualityRule Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
Represents the supported quality rules for retrieval. The results are timestamped according to the setting of the TimeStampRule system parameter in the historian.
'Declaration
Public Enum HistorianQualityRule
Inherits System.Enum
'Usage
Dim instance As HistorianQualityRule
public enum HistorianQualityRule : System.Enum
public enum class HistorianQualityRule : public System.Enum
| Member | Description |
|---|---|
| Extended | A quality rule of EXTENDED means that data values with both good and uncertain OPC quality are used in the retrieval calculations. |
| Good | A quality rule of GOOD means that data values with uncertain (64) OPC quality are not used in the retrieval calculations and are ignored. |
| None | The setting of the QualityRule system parameter for the historian is used to determine the quality criteria for retrieval calculations. |
| Optimistic | A quality rule of OPTIMISTIC means that calculations that include some good and some NULL values do not cause the overall calculations to return NULL. |
System.Object
System.ValueType
System.Enum
ArchestrA.HistorianQualityRule