PowerDeliveryElement MethodsElecNetKit Documentation
The PowerDeliveryElement type exposes the following members.
Methods

  NameDescription
Public methodConnect(Bus, Bus)
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.
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.
Public methodConnect(Int32, Bus, Int32, Bus, Int32)
Connects thisPhase of this PowerDeliveryElement between bus1Phase of bus1 and bus2Phase of bus2.
Public methodConnect3Phase
Connects this PowerDeliveryElement between two Buses, on phases 1,2,3.
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
See Also