Declared in PowerBus

Declaration

bool Connect(
    UniverseObject fromNode,
    UniverseObject toNode
);

Description

Connects two EPS Components in the network. This will create a wire between the two components. This assumes that the ‘Out’ terminal of the ‘fromNode’ is connected to the ‘In’ terminal of the ‘toNode’ (i.e. fromNode feeds toNode).

Parameters

NameDescription
fromNodeThe component to connect from
toNodeThe component to connect to