Click or drag to resize
Grid Solutions Framework

AlarmStateFlaggerProcessMeasurements Method

Processes the measurements to apply the flags to signals with raised alarms.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
protected override void ProcessMeasurements(
	IEnumerable<IMeasurement> measurements
)
View Source

Parameters

measurements  IEnumerableIMeasurement
The collection of measurements to be processed.
See Also