SWITCH TO MANUAL
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
Declared Description CurrentIn The Input Current of the node. CurrentOut The Output Current of the node. IsOpenCircuit A flag if the power node is currently open and no power willbe transferred to the next component. Out_PowerNodeMsg The power node message that stores all the properties ofthe node. Power The Power consumed by this power node Resistance The Resistance of the node. SelfSolve A Flag to determine if the Power Node Model should update Output parameters itself if not connected to a PowerBus VoltageIn The Input Voltage of the node. VoltageNode The Node Voltage being used. VoltageOut The Output Voltage of the node.
Inherited Description IsEnabled Is true if the object is currently enabled. Name The display name or tag of this object. Parent The currently attached parent object.
Methods
Declared Description Clear Clear the Power Node Model if the circuit is open
Inherited Description Destroy Removes the current object from the simulation. FindParentWithID Returns an attached parent that satisfies the specified ID. FindParentWithType Returns an attached parent that satisfies the specified type. FindRootWithID Returns a root object that satisfies the specified ID. FindRootWithType Returns a root object that satisfies the specified type.