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