Line MembersElecNetKit Documentation

The Line type exposes the following members.
Constructors

  NameDescription
Public methodLine
Instantiates a new Line.
Back to Top
Methods

  NameDescription
Public methodConnect(Bus, Bus) (Inherited from PowerDeliveryElement.)
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.)
Public methodConnect(Bus, Bus,  Int32 )
Connects this PowerDeliveryElement between bus1 and bus2 on matching phases.
(Inherited from PowerDeliveryElement.)
Public methodConnect(Bus, IEnumerable Int32 , Bus, IEnumerable Int32 )
Connects the PowerDeliveryElement on the phases in bus1AndLinePhases to the same phases on bus1, and to the correspondingly-indexed phases bus2Phases on bus2.
(Inherited from PowerDeliveryElement.)
Public methodConnect(Int32, Bus, Int32, Bus, Int32)
Connects thisPhase of this PowerDeliveryElement between bus1Phase of bus1 and bus2Phase of bus2.
(Inherited from PowerDeliveryElement.)
Public methodConnect3Phase
Connects this PowerDeliveryElement between two Buses, on phases 1,2,3.
(Inherited from PowerDeliveryElement.)
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 NetworkElement after deserialisation.
(Inherited from NetworkElement.)
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).
(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 propertyLength
The length of the line.
Back to Top
See Also