Click or drag to resize
Grid Solutions Framework

SequenceCalculatorPublishFrame(IFrame, Int32) Method

Publish frame of time-aligned collection of measurement values that arrived within the defined lag time.

Namespace: PowerCalculations
Assembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.182-beta
Syntax
protected virtual void PublishFrame(
	IFrame frame,
	int index
)
View Source

Parameters

frame  IFrame
Frame of measurements with the same timestamp that arrived within lag time that are ready for processing.
index  Int32
Index of frame within a second ranging from zero to frames per second - 1.
See Also