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
| Name | Description |
|---|---|
| fromNode | The component to connect from |
| toNode | The component to connect to |