QualityDetail
- Last UpdatedNov 17, 2021
- 1 minute read
The QualityDetail property is a read-write property that gets or sets the data quality detail to be used for the inserted value.
Syntax
aaHistClientSingleValueEntry.DataQuality = integer;
Result = aaHistClientSingleValueEntry.DataQuality;
Remarks
The value must be present in the QualityMap table of the AVEVA Historian. If the value does not exist, any attempt to set the quality detail for the inserted value is ignored, and this property is reset to the default.
The default value is -1. In this case, the value is inserted with a QualityDetail value of 192 (Good quality).
Before you can set this property, you must have a valid server connection.