Click or drag to resize
Grid Solutions Framework

SynchronizeLocalClockTrackLatestMeasurements Property

Gets or sets flag to start tracking the absolute latest received measurement values.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool TrackLatestMeasurements { get; set; }
View Source

Property Value

Boolean
Remarks
Latest received measurement value will be available via the LatestMeasurements property.
See Also