Bus MembersElecNetKit Documentation

The Bus type exposes the following members.
Constructors

  NameDescription
Public methodBus(String, Phased Complex , Double, Nullable Point )
Instantiates a new Bus. This constructor supports arbitrarily-phased networks, including three-phase balanced and single-phase.
Public methodBus(String, Complex, Double, Nullable Point )
Instantiates a new Bus. This is the single-phase/balanced three-phase constructor. Use this only if your model will be used for balanced network analysis.
Back to Top
Methods

  NameDescription
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.)
Protected methodConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32)
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
(Inherited from NetworkElement.)
Public methodConnectionExists(Int32, NetworkElement, Int32)
Test if a specific connection between this element and another element on specific phases exists.
(Inherited from NetworkElement.)
Protected methodDisconnect(NetworkElement)
Disconnect this network element from another network element across all phases.
(Inherited from NetworkElement.)
Public methodOnDeserialization
Reconstructs the Bus when it has just been deserialised.
(Overrides NetworkElement OnDeserialization(Object).)
Back to Top
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