|
ConcentratorCastToConfigurationFrame1 Method
|
Converts given IEEE C37.118 type 2 sourceFrame into a type 1 configuration frame.
Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public static ConfigurationFrame1 CastToConfigurationFrame1(
ConfigurationFrame2 sourceFrame
)
Public Shared Function CastToConfigurationFrame1 (
sourceFrame As ConfigurationFrame2
) As ConfigurationFrame1
public:
static ConfigurationFrame1^ CastToConfigurationFrame1(
ConfigurationFrame2^ sourceFrame
)
static member CastToConfigurationFrame1 :
sourceFrame : ConfigurationFrame2 -> ConfigurationFrame1
PhasorProtocolAdapters.IeeeC37_118.Concentrator.CastToConfigurationFrame1 = function(sourceFrame);
View SourceParameters
- sourceFrame ConfigurationFrame2
- Source configuration frame.
Return Value
ConfigurationFrame1New
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