Click or drag to resize

CktElement Properties

[This is preliminary documentation and is subject to change.]

The CktElement type exposes the following members.

Properties
  NameDescription
Public propertyAllPropertyNames
Array containing all property names of the active device.
Public propertyAllVariableNames
Array of strings listing all the published variable names, if a PCElement. Otherwise, null string.
Public propertyAllVariableValues
Array of doubles. Values of state variables of active element if PC element.
Public propertyBusNames
Array of strings. Get Bus definitions to which each terminal is connected.
Public propertyCplxSeqCurrents
Complex double array of Sequence Currents for all conductors of all terminals of active circuit element.
Public propertyCplxSeqVoltages
Complex double array of Sequence Voltage for all terminals of active circuit element.
Public propertyCurrents
Complex array of currents into each conductor of each terminal
Public propertyCurrentsMagAng
Currents in magnitude, angle format as a array of doubles.
Public propertyDisplayName
Display name of the object (not necessarily unique)
Public propertyEmergAmps
Emergency Ampere Rating for PD elements
Public propertyEnabled
Boolean indicating that element is currently in the circuit.
Public propertyEnergyMeter
Name of the Energy Meter this element is assigned to.
Public propertyGUID
globally unique identifier for this object
Public propertyHandle
Pointer to this object
Public propertyHasOCPDevice
True if a recloser, relay, or fuse controlling this ckt element. OCP = Overcurrent Protection
Public propertyHasSwitchControl
This element has a SwtControl attached.
Public propertyHasVoltControl
This element has a CapControl or RegControl attached.
Public propertyIsIsolated
Returns true if the current active element is isolated. Note that this only fetches the current value. See also the Topology interface.
Public propertyLosses
Total losses in the element: two-element complex array
Public propertyName
Full Name of Active Circuit Element
Public propertyNodeOrder
Array of integer containing the node numbers (representing phases, for example) for each conductor of each terminal.
Public propertyNodeRef
Array of integers, a copy of the internal NodeRef of the CktElement.
Public propertyNormalAmps
Normal ampere rating for PD Elements
Public propertyNumConductors
Number of Conductors per Terminal
Public propertyNumControls
Number of controls connected to this device. Use to determine valid range for index into Controller array.
Public propertyNumPhases
Number of Phases
Public propertyNumProperties
Number of Properties this Circuit Element.
Public propertyNumTerminals
Number of Terminals this Circuit Element
Public propertyOCPDevIndex
Index into Controller list of OCP Device controlling this CktElement
Public propertyOCPDevType
0=None; 1=Fuse; 2=Recloser; 3=Relay; Type of OCP controller device
Public propertyPhaseLosses
Complex array of losses by phase
Public propertyPowers
Complex array of powers into each conductor of each terminal
Public propertyResiduals
Residual currents for each terminal: (mag, angle)
Public propertySeqCurrents
Double array of symmetrical component currents into each 3-phase terminal
Public propertySeqPowers
Double array of sequence powers into each 3-phase teminal
Public propertySeqVoltages
Double array of symmetrical component voltages at each 3-phase terminal
Public propertyTotalPowers
Returns the total powers (complex) at ALL terminals of the active circuit element.
Public propertyVoltages
Complex array of voltages at terminals
Public propertyVoltagesMagAng
Voltages at each conductor in magnitude, angle form as array of doubles.
Public propertyYprim
YPrim matrix, column order, complex numbers (paired)
Top
See Also