Click or drag to resize
Grid Solutions Framework

ConcentratorCastToConfigurationFrame3 Method

Converts given IEEE C37.118 type 2 sourceFrame into a type 3 configuration frame.

Namespace:  PhasorProtocolAdapters.IeeeC37_118
Assembly:  PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.3.405-beta
Syntax
public static ConfigurationFrame3 CastToConfigurationFrame3(
	ConfigurationFrame2 sourceFrame
)
Request Example View Source

Parameters

sourceFrame
Type: GSF.PhasorProtocols.IEEEC37_118ConfigurationFrame2
Source configuration frame.

Return Value

Type: ConfigurationFrame3
New ConfigurationFrame3 frame based on source configuration.
Remarks
This function allow an explicit downcast of a typical IEEE C37.118 configuration type 2 frame to a type 3 frame.
See Also