Declared in PowerBus
Declaration
bool ConnectTerminals(
UniverseObject fromNode,
UniverseObject toNode,
TerminalType fromTerminal,
TerminalType toTerminal
);
Description
Connects two EPS Components in the network with a specific terminal type. This will create a wire between the two components and connect them in the network. The terminals that the components are connected from and to can be specified here in this network.
Parameters
Name | Description |
---|---|
fromNode | The node to connect from |
toNode | The node to connect to |
fromTerminal | The terminal to connect from on the from node |
toTerminal | The terminal to connect to on the to node |