Click or drag to resize
Grid Solutions Framework

ConcentratorCastToConfigurationFrame1 Method

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

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static ConfigurationFrame1 CastToConfigurationFrame1(
	ConfigurationFrame2 sourceFrame
)
View Source

Parameters

sourceFrame  ConfigurationFrame2
Source configuration frame.

Return Value

ConfigurationFrame1
New ConfigurationFrame1 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 1 frame.
See Also