Click or drag to resize
Grid Solutions Framework

RangeTestGetOutOfRangeMeasurements(MeasurementKey) Method

Get a collection of out-of-range IMeasurements with the given key.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public ICollection<IMeasurement> GetOutOfRangeMeasurements(
	MeasurementKey key
)
View Source

Parameters

key  MeasurementKey
The MeasurementKey corresponding to the desired measurements.

Return Value

ICollectionIMeasurement
A collection of out-of-range IMeasurements.
See Also