openPDC Synchrophasor Help
ConfigurationFrame Constructor (idCode, timestamp, frameRate, nominalFrequency, timeOffset, stationName)
NamespacesTVA.PhasorProtocols.FNetConfigurationFrameConfigurationFrame(UInt16, Ticks, UInt16, LineFrequency, Ticks, String)
Creates a new ConfigurationFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationFrame(
	ushort idCode,
	Ticks timestamp,
	ushort frameRate,
	LineFrequency nominalFrequency,
	Ticks timeOffset,
	string stationName
)
Public Sub New ( _
	idCode As UShort, _
	timestamp As Ticks, _
	frameRate As UShort, _
	nominalFrequency As LineFrequency, _
	timeOffset As Ticks, _
	stationName As String _
)
public:
ConfigurationFrame(
	unsigned short idCode, 
	Ticks timestamp, 
	unsigned short frameRate, 
	LineFrequency nominalFrequency, 
	Ticks timeOffset, 
	String^ stationName
)
Parameters
idCode (UInt16)
The ID code of this ConfigurationFrame.
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame.
frameRate (UInt16)
The defined frame rate of this ConfigurationFrame.
nominalFrequency (LineFrequency)
The nominal LineFrequency of this ConfigurationFrame.
timeOffset (Ticks)
The time offset of F-NET device in Ticks.
stationName (String)
The station name of the F-NET device.
Remarks
This constructor is used by a consumer to generate an F-NET configuration frame.

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