Click or drag to resize
Grid Solutions Framework

ConcentratorCreateConfigurationFrame Method

Creates a new IEC 61850-90-5 (IEEE C37.118 style) ConfigurationFrame based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters.Iec61850_90_5
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static ConfigurationFrame CreateConfigurationFrame(
	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 ConfigurationFrame

Return Value

ConfigurationFrame
A new IEC 61850-90-5 ConfigurationFrame.
See Also