Click or drag to resize
Grid Solutions Framework

ConcentratorCreateConfigurationFrame3 Method

Creates a new IEEE C37.118 ConfigurationFrame3 based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static ConfigurationFrame3 CreateConfigurationFrame3(
	ConfigurationFrame baseConfigurationFrame,
	uint timeBase,
	LineFrequency nominalFrequency,
	Concentrator parent = null
)
View Source

Parameters

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

ConfigurationFrame3
A 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