openPDC Synchrophasor Help
CreateNewFrame Method (timestamp)
NamespacesTVA.PhasorProtocols.BpaPdcStreamConcentratorCreateNewFrame(Ticks)
Creates a new BPA PDCstream specific DataFrame for the given timestamp.
Declaration Syntax
C#Visual BasicVisual C++
protected override IFrame CreateNewFrame(
	Ticks timestamp
)
Protected Overrides Function CreateNewFrame ( _
	timestamp As Ticks _
) As IFrame
protected:
virtual IFrame^ CreateNewFrame(
	Ticks timestamp
) override
Parameters
timestamp (Ticks)
Timestamp for new IFrame in Ticks.
Return Value
New BPA PDCstream DataFrame at given timestamp.
Remarks
Note that the ConcentratorBase class (which the ActionAdapterBase is derived from) is designed to sort IMeasurement implementations into an IFrame which represents a collection of measurements at a given timestamp. The CreateNewFrame method allows consumers to create their own IFrame implementations, in our case this will be a BPA PDCstream data frame.

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