NetworkElement MembersElecNetKit Documentation

The NetworkElement type exposes the following members.
Constructors

  NameDescription
Public methodNetworkElement
Instantiate a new NetworkElement. Initialises the network element to be connected to nothing.
Back to Top
Methods

  NameDescription
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
Protected methodStatic memberConnect(NetworkElement, Int32, NetworkElement, Int32)
Connects a NetworkElement to a single other NetworkElement, with a specified phasing.
Protected methodConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32)
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
Protected methodStatic memberConnectBetween(NetworkElement, Int32, NetworkElement, Int32, NetworkElement, Int32)
Connect a NetworkElement between two other NetworkElements, with a specific phasing.
Public methodConnectionExists(Int32, NetworkElement, Int32)
Test if a specific connection between this element and another element on specific phases exists.
Public methodStatic memberConnectionExists(NetworkElement, Int32, NetworkElement, Int32)
Test if a specific connection between elements on specific phases exists.
Protected methodDisconnect(NetworkElement)
Disconnect this network element from another network element across all phases.
Protected methodStatic memberDisconnect(NetworkElement, NetworkElement)
Disconnects two NetworkElement from each other across all phases.
Protected methodStatic memberDisconnect(NetworkElement, Int32, NetworkElement, Int32)
Disconnects a specific phased connection between network elements.
Public methodOnDeserialization
Reconstructs the NetworkElement after deserialisation.
Back to Top
Properties

  NameDescription
Public propertyConnectedOnAllActivePhases
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
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.
Public propertyConnectedToAnyPhase
All connected elements, across any phase.
Public propertyConnectedToPhased
A set of other elements that the NetworkElement is connected to, arranged by phase.
Public propertyElementType
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
Public propertyID
The ID of this specific element.
Back to Top
See Also