Click or drag to resize

ImmediateMeasurementsItem Property

We retrieve adjusted measurement values within time tolerance of concentrator real-time.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double this[
	MeasurementKey id
] { get; }
View Source

Parameters

id  MeasurementKey
A Guid representing the measurement ID.

Return Value

Double
A Double representing the adjusted measurement value.
See Also