PowerDeliveryElement Connect Method ElecNetKit Documentation
Overload List

  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.
Back to Top
See Also