|
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
)
Public Shared Function CastToConfigurationFrame3 (
sourceFrame As ConfigurationFrame2
) As ConfigurationFrame3
public:
static ConfigurationFrame3^ CastToConfigurationFrame3(
ConfigurationFrame2^ sourceFrame
)
static member CastToConfigurationFrame3 :
sourceFrame : ConfigurationFrame2 -> ConfigurationFrame3
PhasorProtocolAdapters.IeeeC37_118.Concentrator.CastToConfigurationFrame3 = function(sourceFrame);
Request Example
View SourceParameters
- sourceFrame
- Type: GSF.PhasorProtocols.IEEEC37_118ConfigurationFrame2
Source configuration frame.
Return Value
Type:
ConfigurationFrame3New
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