Class in Zendir.Classes | Inherits from PowerNodeModel

Declaration

class ReactionWheelArrayPowerModel;

Description

This model creates a map between motor voltage commands and the resulting load on the parent’s electrical sub-system. It is a component model that can attach to a reaction wheel to provide the power draw from a system.


Properties

DeclaredDescription
BaseResistanceSpecifies the base level resistance for the power model.
In_MotorVoltageArrayMsgIncoming array of voltage commands that map to torques
NumEntriesThe number of entries added to the lookup table
Out_MotorVoltageArrayMsgOutgoing array of voltage commands that will map to torques
InheritedDescription
CurrentInThe Input Current of the node.
CurrentOutThe Output Current of the node.
IsEnabledIs true if the object is currently enabled.
IsOpenCircuitA flag if the power node is currently open and no power willbe transferred to the next component.
NameThe display name or tag of this object.
Out_PowerNodeMsgThe power node message that stores all the properties ofthe node.
ParentThe currently attached parent object.
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.

Methods

DeclaredDescription
AddLookupTableEntryAdd entry to lookup table.
InheritedDescription
ClearClear the Power Node Model if the circuit is open
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.