Overload List
Name | Description | |
---|---|---|
![]() | Connect(Bus, Bus) |
Connects this PowerDeliveryElement between two Buses. This method is for
building three-phase balanced networks. Use
Connect3Phase(Bus, Bus), Connect(Int32, Bus, Int32, Bus, Int32), Connect(Bus, Bus, Int32 )
and Connect(Bus, IEnumerable Int32 , Bus, IEnumerable Int32 ) for arbitrarily-phased networks.
|
![]() | Connect(Int32, NetworkElement, Int32) |
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.) |
![]() | Connect(Bus, Bus, Int32 ) | |
![]() | Connect(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.
|
![]() | Connect(Int32, Bus, Int32, Bus, Int32) |
See Also