Bus PropertiesElecNetKit Documentation
The Bus type exposes the following members.
Properties

  NameDescription
Public propertyBaseVoltage
The Single-Phase base voltage of the bus (e.g. 11/sqrt(3) kV, 0.23 kV).
Public propertyConnectedOnAllActivePhases
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
(Inherited from NetworkElement.)
Public propertyConnectedTo
A set of other elements that the NetworkElement is connected to. Incorporates connections on any phase. This property can be safely used for analysis of balanced three-phase or single-phase networks.
(Inherited from NetworkElement.)
Public propertyConnectedToAnyPhase
All connected elements, across any phase.
(Inherited from NetworkElement.)
Public propertyConnectedToPhased
A set of other elements that the NetworkElement is connected to, arranged by phase.
(Inherited from NetworkElement.)
Public propertyElementType
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
(Inherited from NetworkElement.)
Public propertyID
The ID of this specific element.
(Inherited from NetworkElement.)
Public propertyLocation
The XY location of the bus, in network coordinates, useful for graphing.
Public propertyVoltage
The single-phase (Line-Neutral) voltage (in complex phasor notation) of the bus. A single-phase, or balanced three-phase network is assumed.
Public propertyVoltagePhased
The voltage of each bus phase, in complex notation.
Public propertyVoltagePU
The single-phase voltage of the bus in p.u. terms, defined as Voltage/BaseVoltage. Assumes a single-phase or balanced three-phase network.
Public propertyVoltagePUPhased
The voltage of the bus in p.u. terms for each phase, defined as VoltagePhased/BaseVoltage.
Back to Top
See Also