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 positive terminal of the ‘fromNode’ is connected to the negative terminal of the ‘toNode’.
Parameters
Name | Description |
---|---|
fromNode | The component to connect from |
toNode | The component to connect to |