PowerConversionElement ConnectWye Method (Bus,  Int32 )ElecNetKit Documentation
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.

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,
	params int[] phases
)

Parameters

connectTo
Type: ElecNetKit.NetworkModelling Bus
The Bus that the PowerConversionElement should connect to.
phases
Type:  OnlineSystem Int32 
The phases of the PowerConversionElement and the active phases of the Bus to connect on.
See Also