| 
            
              ConcentratorCreateConfigurationFrame Method 
             | 
          
        
         
            Creates a new IEEE C37.118 ConfigurationFrame2 based on provided protocol independent baseConfigurationFrame.
            
 
    Namespace: 
   PhasorProtocolAdapters.IeeeC37_118
    Assembly:
   PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.3.405-beta
Syntaxpublic static ConfigurationFrame2 CreateConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame,
	uint timeBase,
	LineFrequency nominalFrequency
)
Public Shared Function CreateConfigurationFrame ( 
	baseConfigurationFrame As ConfigurationFrame,
	timeBase As UInteger,
	nominalFrequency As LineFrequency
) As ConfigurationFrame2
public:
static ConfigurationFrame2^ CreateConfigurationFrame(
	ConfigurationFrame^ baseConfigurationFrame, 
	unsigned int timeBase, 
	LineFrequency nominalFrequency
)
static member CreateConfigurationFrame : 
        baseConfigurationFrame : ConfigurationFrame * 
        timeBase : uint32 * 
        nominalFrequency : LineFrequency -> ConfigurationFrame2 
PhasorProtocolAdapters.IeeeC37_118.Concentrator.CreateConfigurationFrame = function(baseConfigurationFrame, timeBase, nominalFrequency);
 Request Example
		View SourceParameters
- baseConfigurationFrame
 - Type: GSF.PhasorProtocols.AnonymousConfigurationFrame
Protocol independent ConfigurationFrame. - timeBase
 - Type: SystemUInt32
Timebase to use for fraction second resolution. - nominalFrequency
 - Type: GSF.Units.EELineFrequency
The nominal LineFrequency to use for the new ConfigurationFrame2 
Return Value
Type: 
ConfigurationFrame2A new IEEE C37.118 
ConfigurationFrame2.
See Also