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.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public void ConnectWye( Bus connectTo, IEnumerable<int> pcElementPhases, IEnumerable<int> busPhases )
Parameters
- connectTo
- Type: ElecNetKit.NetworkModelling Bus
The Bus to connect this PowerConversionElement to.
- pcElementPhases
- Type:
System.Collections.Generic IEnumerable
Int32
The phases of this element that should be connected.
- busPhases
- Type:
System.Collections.Generic IEnumerable
Int32
The phases of connectTo to connect to.
See Also