|
AlarmTest Method
|
Tests the value of the given measurement to determine
whether the alarm should be raised or cleared.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function Test(measurement);
View SourceParameters
- measurement IMeasurement
- The measurement whose value is to be tested.
Return Value
Booleantrue if the alarm's state changed; false otherwise
See Also