The Bus type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Bus(String, Phased Complex , Double, Nullable Point ) |
Instantiates a new Bus. This constructor supports
arbitrarily-phased networks, including three-phase balanced and single-phase.
|
![]() | Bus(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.
|
Methods
Name | Description | |
---|---|---|
![]() | Connect(Int32, NetworkElement, Int32) |
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.) |
![]() | ConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32) |
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
(Inherited from NetworkElement.) |
![]() | ConnectionExists(Int32, NetworkElement, Int32) |
Test if a specific connection between this element and another element on specific phases exists.
(Inherited from NetworkElement.) |
![]() | Disconnect(NetworkElement) |
Disconnect this network element from another network element across all phases.
(Inherited from NetworkElement.) |
![]() | OnDeserialization |
Reconstructs the Bus when it has just been deserialised.
(Overrides NetworkElement OnDeserialization(Object).) |
Properties
Name | Description | |
---|---|---|
![]() | BaseVoltage |
The Single-Phase base voltage of the bus (e.g. 11/sqrt(3) kV,
0.23 kV).
|
![]() | ConnectedOnAllActivePhases |
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
(Inherited from NetworkElement.) |
![]() | ConnectedTo |
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.) |
![]() | ConnectedToAnyPhase |
All connected elements, across any phase.
(Inherited from NetworkElement.) |
![]() | ConnectedToPhased |
A set of other elements that the NetworkElement is connected to, arranged by phase.
(Inherited from NetworkElement.) |
![]() | ElementType |
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
(Inherited from NetworkElement.) |
![]() | ID |
The ID of this specific element.
(Inherited from NetworkElement.) |
![]() | Location |
The XY location of the bus, in network coordinates, useful for graphing.
|
![]() | Voltage |
The single-phase (Line-Neutral) voltage (in complex phasor notation) of the bus. A single-phase, or balanced three-phase network is assumed.
|
![]() | VoltagePhased |
The voltage of each bus phase, in complex notation.
|
![]() | VoltagePU |
The single-phase voltage of the bus in p.u. terms, defined as
Voltage/BaseVoltage. Assumes a single-phase or balanced three-phase network.
|
![]() | VoltagePUPhased |
The voltage of the bus in p.u. terms for each phase, defined as
VoltagePhased/BaseVoltage.
|
See Also