Class in Zendir.Classes | Inherits from Software

Declaration

class TorqueDipoleConversionSoftware;

Description

Defines the software that maps between torque commands to dipoles for an object with magnetic torque rods. The dipoles are a magnetic moment that can be used by an object for pointing methods.


Properties

DeclaredDescription
In_CommandTorqueMsgInput message containing control torque in the Body frame
In_TAMBodyMsgInput message for magnetic field sensor data in the Body frame
Out_CommandDipoleMsgOutput message containing the requested body frame dipole
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

InheritedDescription
DestroyRemoves the current object from the simulation.
DisableDisable the software componentDerived classes should clear any output messages
EnableEnable the software component
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.
InitialiseThis method is called whenever some key parameters are changedand any new local variables are required to be recalculated. Thiscan be called by the software chains if a configuration of somevalues are updated.