There are multiple overloads for this method:
Overload List
Name | Description | |
---|---|---|
![]() | Connect(Bus) |
Connects this PowerConversionElement to a Bus.
This is the connection method for three-phase balanced networks. Use
ConnectWye Overload and Connect(Int32, Bus, 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(Int32, Bus, Int32) |
Connects a phase of a power conversion element between two phases of a single Bus.
|
See Also