|
ConcentratorCreateConfigurationFrame3 Method
|
Creates a new IEEE C37.118
ConfigurationFrame3 based on provided protocol independent
baseConfigurationFrame.
Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public static ConfigurationFrame3 CreateConfigurationFrame3(
ConfigurationFrame baseConfigurationFrame,
uint timeBase,
LineFrequency nominalFrequency,
Concentrator parent = null
)
Public Shared Function CreateConfigurationFrame3 (
baseConfigurationFrame As ConfigurationFrame,
timeBase As UInteger,
nominalFrequency As LineFrequency,
Optional parent As Concentrator = Nothing
) As ConfigurationFrame3
public:
static ConfigurationFrame3^ CreateConfigurationFrame3(
ConfigurationFrame^ baseConfigurationFrame,
unsigned int timeBase,
LineFrequency nominalFrequency,
Concentrator^ parent = nullptr
)
static member CreateConfigurationFrame3 :
baseConfigurationFrame : ConfigurationFrame *
timeBase : uint32 *
nominalFrequency : LineFrequency *
?parent : Concentrator
(* Defaults:
let _parent = defaultArg parent null
*)
-> ConfigurationFrame3
PhasorProtocolAdapters.IeeeC37_118.Concentrator.CreateConfigurationFrame3 = function(baseConfigurationFrame, timeBase, nominalFrequency, parent);
View SourceParameters
- baseConfigurationFrame ConfigurationFrame
- Protocol independent ConfigurationFrame.
- timeBase UInt32
- Timebase to use for fraction second resolution.
- nominalFrequency LineFrequency
- The nominal LineFrequency to use for the new ConfigurationFrame3
- parent Concentrator (Optional)
- Gets reference to parent Concentrator instance, if available.
Return Value
ConfigurationFrame3A new IEEE C37.118
ConfigurationFrame3.
Remarks
When parent reference is not available, ancillary configuration frame 3 data will be attempted to be loaded from last cached
instance of the configuration matching the defined Name of the baseConfigurationFrame.
See Also