Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsXml Method

Reads all out-of-range measurements with the specified signal type and sends it in Xml format.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableRangeTestCollection ReadOutOfRangeMeasurementsWithSignalTypeAsXml(
	string signalType
)
View Source

Parameters

signalType  String
The signal type of the desired out-of-range measurements.

Return Value

SerializableRangeTestCollection
A SerializableRangeTestCollection object.

Implements

IOutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsXml(String)
See Also