openPDC Synchrophasor Help
PublishFrame Method (frame, index)
NamespacesTVA.PhasorProtocolsPhasorDataConcentratorBasePublishFrame(IFrame, Int32)
Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined LagTime()()()().
Declaration Syntax
C#Visual BasicVisual C++
protected override void PublishFrame(
	IFrame frame,
	int index
)
Protected Overrides Sub PublishFrame ( _
	frame As IFrame, _
	index As Integer _
)
protected:
virtual void PublishFrame(
	IFrame^ frame, 
	int index
) override
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.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0