Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class PowerNodeModel;

Description

The Power Node Model can be added to any physical component on an entity, and it can be used as part of the power system. It allows for current and voltage to be calculated across a series of connections.


Properties

DeclaredDescription
CurrentInThe Input Current of the node.
CurrentOutThe Output Current of the node.
IsOpenCircuitA flag if the power node is currently open and no power willbe transferred to the next component.
Out_PowerNodeMsgThe power node message that stores all the properties ofthe node.
PowerThe Power consumed by this power node
ResistanceThe Resistance of the node.
SelfSolveA Flag to determine if the Power Node Model should update Output parameters itself if not connected to a PowerBus
VoltageInThe Input Voltage of the node.
VoltageNodeThe Node Voltage being used.
VoltageOutThe Output Voltage of the node.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

DeclaredDescription
ClearClear the Power Node Model if the circuit is open
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.