PowerConversionElement ConnectWye Method (Bus, IEnumerable Int32 , IEnumerable Int32 )ElecNetKit Documentation
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.NetworkModelling
Assembly: 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: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
The phases of this element that should be connected.
busPhases
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
The phases of connectTo to connect to.
See Also