The NetworkElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NetworkElement |
Instantiate a new NetworkElement. Initialises the network element
to be connected to nothing.
|
Methods
Name | Description | |
---|---|---|
![]() | Connect(Int32, NetworkElement, Int32) |
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
|
![]() ![]() | Connect(NetworkElement, Int32, NetworkElement, Int32) |
Connects a NetworkElement to a single other NetworkElement, with a specified phasing.
|
![]() | ConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32) |
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
|
![]() ![]() | ConnectBetween(NetworkElement, Int32, NetworkElement, Int32, NetworkElement, Int32) |
Connect a NetworkElement between two other NetworkElements, with a specific phasing.
|
![]() | ConnectionExists(Int32, NetworkElement, Int32) |
Test if a specific connection between this element and another element on specific phases exists.
|
![]() ![]() | ConnectionExists(NetworkElement, Int32, NetworkElement, Int32) |
Test if a specific connection between elements on specific phases exists.
|
![]() | Disconnect(NetworkElement) |
Disconnect this network element from another network element across all phases.
|
![]() ![]() | Disconnect(NetworkElement, NetworkElement) |
Disconnects two NetworkElement from each other across all
phases.
|
![]() ![]() | Disconnect(NetworkElement, Int32, NetworkElement, Int32) |
Disconnects a specific phased connection between network elements.
|
![]() | OnDeserialization |
Reconstructs the NetworkElement after deserialisation.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectedOnAllActivePhases |
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
|
![]() | 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.
|
![]() | ConnectedToAnyPhase |
All connected elements, across any phase.
|
![]() | ConnectedToPhased |
A set of other elements that the NetworkElement is connected to, arranged by phase.
|
![]() | ElementType |
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
|
![]() | ID |
The ID of this specific element.
|
See Also