Declared in PowerInterconnect
Declaration
bool ConnectInterconnect(
UniverseObject fromNode,
UniverseObject toNode,
TerminalType fromTerminal,
TerminalType toTerminal
);
Description
Connects two PowerBus networks at specified nodes and terminals.
Parameters
Name | Description |
---|---|
fromNode | The component to connect from in one PowerBus |
toNode | The component to connect to in another PowerBus |
fromTerminal | The terminal to connect from on the fromNode |
toTerminal | The terminal to connect to on the toNode |