simscape.multibody.JointActuationDictionary Class
Namespace: simscape.multibody
Description
Use an object of the simscape.multibody.JointActuationDictionary
class to
store joint actuations to apply to a compiled multibody model. The object is a dictionary in
that you can store joint actuations and their corresponding joint primitives as key-value
pairs. The keys are the paths of the joint primitive with the letter f
or
t
, which indicates force or torque, respectively. The values are the
actuation force or torque created by using these classes:
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a default joint actuation dictionary to store joint primitive actuations and the
paths of the corresponding joint primitives.dict
= simscape.multibody.JointActuationDictionary
Examples
More About
Version History
Introduced in R2024a