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

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