Click or drag to resize
Grid Solutions Framework

ConcentratorCreateConfigurationFrame2 Method

Creates a new IEEE C37.118 ConfigurationFrame2 based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static ConfigurationFrame2 CreateConfigurationFrame2(
	ConfigurationFrame baseConfigurationFrame,
	uint timeBase,
	LineFrequency nominalFrequency
)
View Source

Parameters

baseConfigurationFrame  ConfigurationFrame
Protocol independent ConfigurationFrame.
timeBase  UInt32
Timebase to use for fraction second resolution.
nominalFrequency  LineFrequency
The nominal LineFrequency to use for the new ConfigurationFrame2

Return Value

ConfigurationFrame2
A new IEEE C37.118 ConfigurationFrame2.
See Also