Class in Zendir.Classes | Inherits from UniverseBehaviour

Declaration

class PowerManager;

Description

The power manager is able to manipulate a connected EPS bus based on some inputs from a message. This can be connected to a software or user interface to adjust manual properties of the circuit.


Properties

DeclaredDescription
Out_PowerManagerMsgThe power manager message that can be configured
PowerBusThe connected bus that the monitor is watching
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object (if any).

Methods

DeclaredDescription
GetSwitchesReturns an array of all switches connected to the current Power Buson the circuit.
InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.