Creates a new PhasorDefinition from specified parameters.
            
| C# | Visual Basic | Visual 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 )
- 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).