openPDC Synchrophasor Help
PhasorDefinition Constructor (parent, label, scale, type, voltageReference)
NamespacesTVA.PhasorProtocols.AnonymousPhasorDefinitionPhasorDefinition(ConfigurationCell, String, UInt32, PhasorType, PhasorDefinition)
Creates a new PhasorDefinition from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public PhasorDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	PhasorType type,
	PhasorDefinition voltageReference
)
Public Sub New ( _
	parent As ConfigurationCell, _
	label As String, _
	scale As UInteger, _
	type As PhasorType, _
	voltageReference As PhasorDefinition _
)
public:
PhasorDefinition(
	ConfigurationCell^ parent, 
	String^ label, 
	unsigned int scale, 
	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.
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