Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsJson Method

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

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

Parameters

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

Return Value

SerializableRangeTestCollection
A SerializableRangeTestCollection object.

Implements

IOutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsJson(String)
See Also