PowerConversionElement Connect Method ElecNetKit Documentation
There are multiple overloads for this method:
Overload List

  NameDescription
Public methodConnect(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.
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.)
Public methodConnect(Int32, Bus, Int32)
Connects a phase of a power conversion element between two phases of a single Bus.
Back to Top
See Also