openPDC Synchrophasor Help
PhasorDefinitionBase Constructor (parent, label, scale, offset, type, voltageReference)
NamespacesTVA.PhasorProtocolsPhasorDefinitionBasePhasorDefinitionBase(IConfigurationCell, String, UInt32, Double, PhasorType, IPhasorDefinition)
Creates a new PhasorDefinitionBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected PhasorDefinitionBase(
	IConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	PhasorType type,
	IPhasorDefinition voltageReference
)
Protected Sub New ( _
	parent As IConfigurationCell, _
	label As String, _
	scale As UInteger, _
	offset As Double, _
	type As PhasorType, _
	voltageReference As IPhasorDefinition _
)
protected:
PhasorDefinitionBase(
	IConfigurationCell^ parent, 
	String^ label, 
	unsigned int scale, 
	double offset, 
	PhasorType type, 
	IPhasorDefinition^ voltageReference
)
Parameters
parent (IConfigurationCell)
The IConfigurationCell parent of this PhasorDefinitionBase.
label (String)
The label of this PhasorDefinitionBase.
scale (UInt32)
The integer scaling value of this PhasorDefinitionBase.
offset (Double)
The offset of this PhasorDefinitionBase.
type (PhasorType)
The PhasorType of this PhasorDefinitionBase.
voltageReference (IPhasorDefinition)
The associated IPhasorDefinition that represents the voltage reference (if any).

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