Click or drag to resize

AlarmTest Method

Tests the value of the given measurement to determine whether the alarm should be raised or cleared.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool Test(
	IMeasurement measurement
)
View Source

Parameters

measurement  IMeasurement
The measurement whose value is to be tested.

Return Value

Boolean
true if the alarm's state changed; false otherwise
See Also