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

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