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 functions like a
dictionary in that you can store joint primitives and their corresponding actuations as
key-value pairs. The keys are the paths of the joint primitives. To construct actuation forces
and torques, use 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.dict
= simscape.multibody.JointActuationDictionary
You can use dict(keys) = Values
to pair an actuation force or
torque with the path of corresponding joint primitive as the key-value pair. If you assign
multiple values to the same key, the last value you assign overwrites the previous values
of the key.