PowerConversionElement Connect Method (Int32, Bus, Int32)ElecNetKit Documentation
Connects a phase of a power conversion element between two phases of a single Bus.

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public void Connect(
	int thisPhase,
	Bus connectTo,
	int connectToPhasePrimary
)

Parameters

thisPhase
Type: OnlineSystem Int32
The phase of this PowerConversionElement to connect between phases of the bus.
connectTo
Type: ElecNetKit.NetworkModelling Bus
The bus to connect thisPhase of this PowerConversionElement to.
connectToPhasePrimary
Type: OnlineSystem Int32
The primary phase of the bus to connect to. Should be an active phase.
See Also