openPDC Synchrophasor Help
FrequencyDefinitionBase Constructor (parent, label, scale, dfdtScale, dfdtOffset)
NamespacesTVA.PhasorProtocolsFrequencyDefinitionBaseFrequencyDefinitionBase(IConfigurationCell, String, UInt32, UInt32, Double)
Creates a new FrequencyDefinitionBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected FrequencyDefinitionBase(
	IConfigurationCell parent,
	string label,
	uint scale,
	uint dfdtScale,
	double dfdtOffset
)
Protected Sub New ( _
	parent As IConfigurationCell, _
	label As String, _
	scale As UInteger, _
	dfdtScale As UInteger, _
	dfdtOffset As Double _
)
protected:
FrequencyDefinitionBase(
	IConfigurationCell^ parent, 
	String^ label, 
	unsigned int scale, 
	unsigned int dfdtScale, 
	double dfdtOffset
)
Parameters
parent (IConfigurationCell)
The IConfigurationCell parent of this FrequencyDefinitionBase.
label (String)
The label of this FrequencyDefinitionBase.
scale (UInt32)
The integer scaling value of this FrequencyDefinitionBase.
dfdtScale (UInt32)
The df/dt scaling value of this FrequencyDefinitionBase.
dfdtOffset (Double)
The df/dt offset of this FrequencyDefinitionBase.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0