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

  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.
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.)
Public methodConnectWye(Bus,  Int32 )
Connects this power conversion element in Wye to connectTo. Each phase of the PowerConversionElement specified in phases will be connected to the corresponding active phase.
Public methodConnectWye(Bus, IEnumerable Int32 , IEnumerable Int32 )
Connects this power conversion element in Wye to connectTo. Each phase of the PowerConversionElementin pcElementPhases is connected to the phase of the same index in busPhases.
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