PowerDeliveryElement Connect Method (Bus, Bus,  Int32 )ElecNetKit Documentation
Connects this PowerDeliveryElement between bus1 and bus2 on matching phases.

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

public void Connect(
	Bus bus1,
	Bus bus2,
	params int[] phases
)

Parameters

bus1
Type: ElecNetKit.NetworkModelling Bus
The first Bus to connect to.
bus2
Type: ElecNetKit.NetworkModelling Bus
The second Bus to connect to.
phases
Type:  OnlineSystem Int32 
The phases to connect the PowerDeliveryElement to the Buses on.
See Also