PowerDeliveryElement Connect Method (Int32, Bus, Int32, Bus, Int32)ElecNetKit Documentation
Connects thisPhase of this PowerDeliveryElement between bus1Phase of bus1 and bus2Phase of bus2.

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 bus1,
	int bus1Phase,
	Bus bus2,
	int bus2Phase
)
See Also