Declared in PowerBus
Declaration
bool DisconnectTerminals(
UniverseObject fromNode,
UniverseObject toNode,
TerminalType fromTerminal,
TerminalType toTerminal
);
Description
Disconnects two EPS Components in the network. This is based on the terminals that the wires are connected to, within the network.
Parameters
Name | Description |
---|---|
fromNode | The EPS Component that the connection be break starts at |
toNode | The EPS Component that the connection to break ended at |
fromTerminal | The terminal type of the ‘From’ component |
toTerminal | The terminal type of the ‘To’ component |