Click or drag to resize
Grid Solutions Framework

NormalizeSubsecondTimestampsFilterAdapterProcessMeasurements Method

Processes the measurements to normalize subsecond timestamps.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
protected override void ProcessMeasurements(
	IEnumerable<IMeasurement> measurements
)
View Source

Parameters

measurements  IEnumerableIMeasurement
The set of measurements for which to normalize subsecond timestamps.
See Also