Click or drag to resize
Grid Solutions Framework

TimeSortedValueScannerReadInterpolated Method

Reads all AFValue instances in time sorted order as a yielding enumerable using PI InterpolatedValues API.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.260-beta
Syntax
public IEnumerable<AFValue> ReadInterpolated(
	AFTimeSpan interval,
	int pageFactor = 1
)
View Source

Parameters

interval  AFTimeSpan
Defines the interval used for interpolation.
pageFactor  Int32  (Optional)
Defines a paging factor used to load more data into a page.

Return Value

IEnumerableAFValue
Each recorded AFValue in time-sorted order for the specified Points and time-range.
See Also