jointPrimitiveAcceleration
Class: simscape.multibody.CompiledMultibody
Namespace: simscape.multibody
Description
[
returns the acceleration of the specified joint primitive in the given dynamics results. The
accel] = jointPrimitiveAcceleration(cmb,jointPrimitive,dynamicsResult)dynamicsResult argument represented by a simscape.multibody.DynamicsResult object contains the dynamics results of a
multibody model. The object must be generated from the same simscape.multibody.CompiledMultibody object that represents
cmb.
You can query the accelerations of these joint primitives:
Revolute primitive
Prismatic primitive
Spherical primitive
Lead Screw primitive
Constant Velocity primitive
For an example on how to query joint accelerations in a dynamics problem, see Examples.
Input Arguments
Output Arguments
Version History
Introduced in R2024a