Click or drag to resize
Grid Solutions Framework

ConcentratorCreateNewConfigurationFrame Method

Creates a new IEC 61850-90-5 specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters.Iec61850_90_5
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 IEC 61850-90-5 specific IConfigurationFrame.
Remarks
This operation provides a common IEEE C37.118 style frame for IEC 61850-90-5 implementations that may not otherwise support native IEC 61850 configuration queries.
See Also