simscape.multibody.JointAccelerationDictionary Class
Namespace: simscape.multibody
Description
Use an object of the simscape.multibody.JointAccelerationDictionary
class
to store joint primitive accelerations to apply to a compiled multibody model. This object
functions like a dictionary in that you can store joint primitives and their corresponding
accelerations as key-value pairs. The keys are the paths of the joint primitives. To construct
accelerations, use these classes:
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a joint acceleration dictionary.dict
= simscape.multibody.JointAccelerationDictionary
You can use dict(keys) = Values
to pair a joint acceleration with
the path of corresponding joint primitives 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.
Examples
Version History
Introduced in R2025a