Click or drag to resize
Grid Solutions Framework

PowerStabilityPublishFrame(IFrame, Int32) Method

Publishes the IFrame of time-aligned collection of IMeasurement values that arrived within the adapter's defined LagTime.

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
IFrame of measurements with the same timestamp that arrived within LagTime that are ready for processing.
index  Int32
Index of IFrame within a second ranging from zero to FramesPerSecond - 1.
See Also