Click or drag to resize
Grid Solutions Framework

ConcentratorCreateNewConfigurationFrame Method

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

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected override IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
View Source

Parameters

baseConfigurationFrame  ConfigurationFrame
Protocol independent ConfigurationFrame.

Return Value

IConfigurationFrame
A new IEEE C37.118 specific IConfigurationFrame.
See Also