simscape.multibody.ConstantVelocityJoint Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Joint
Description
Use an object of the simscape.multibody.ConstantVelocityJoint
class to
construct a constant-velocity joint. The CV
property of the object
contains a single simscape.multibody.ConstantVelocityPrimitive
object that has two degrees of
freedom. The ConstantVelocityJoint
object models a specialized coupling between
two shafts such that the spin rates of the shafts are exactly matched even when the shafts are
not aligned.
During simulation, the origins of the follower and base frames remain coincident. To
specify the position and velocity targets for the bend angle and azimuth of a
constant-velocity joint, use a simscape.op.OperatingPoint
object. Note that you can specify the targets only for
the bend angle, but only specifying targets for the azimuth is not allowed.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
constructs a constant-velocity joint object with default values.cvj
= simscape.multibody.ConstantVelocityPrimitive
Properties
Examples
Version History
Introduced in R2022a