Click or drag to resize
Grid Solutions Framework

ConcentratorCreateConfigurationFrame 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.3.405-beta
Syntax
public static ConfigurationFrame2 CreateConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame,
	uint timeBase,
	LineFrequency nominalFrequency
)
Request Example View Source

Parameters

baseConfigurationFrame
Type: GSF.PhasorProtocols.AnonymousConfigurationFrame
Protocol independent ConfigurationFrame.
timeBase
Type: SystemUInt32
Timebase to use for fraction second resolution.
nominalFrequency
Type: GSF.Units.EELineFrequency
The nominal LineFrequency to use for the new ConfigurationFrame2

Return Value

Type: ConfigurationFrame2
A new IEEE C37.118 ConfigurationFrame2.
See Also