The Power Bus is a component that can be attached to an object
that controls the power system on-board the entity. It allows
for power to flow from a battery unit, into a series of nodes.
All components that are power related must attach to this component.
A Flag that instructs the PowerBus to disable corrections to its simulation if PowerSources are over supplying PowerSinks.This means that the PowerNodeModel data for PowerSinks will be calculated as if they were receiving the correct amount of power.
A Flag that instructs the PowerBus to disable corrections to its simulation if PowerSources aren’t meeting the expectations of PowerSinks.This means that the PowerNodeModel data for PowerSinks will be calculated as if they were receiving the correct amount of power.
Connects two EPS Components in the network. This will create a wire between the two componentsThis assumes that the positive terminal of the ‘fromNode’ is connected to the negative terminalof the ‘toNode’.
Connects two EPS Components in the network with a specific terminal type. Thiswill 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 specifiedhere in this network.
Disconnects two EPS Components in the network. This will not removethe component from the cache, but more just disconnect the wire thatjoins the two components together.
Returns a list of all components that are connected on the power bus as an input to a particular component.This is all the components that are connected to the negative terminal of the component.
Returns a list of all components that are connected on the power bus as an output to a particular component.This is all the components that are connected to the positive terminal of the component.