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