Main Content
simscape.multibody.JointForceLaw Class
Namespace: simscape.multibody
Abstract base class to construct joint force laws
Since R2022a
Description
The simscape.multibody.JointForceLaw
is the abstract base class for joint
force laws. The joint force laws describe the forces and torques that are applied to joint
primitives. The forces and torques are functions of the dynamic state of joint primitives. To
apply a force or torque to a joint primitive, use a subclass of the
simscape.multibody.JointForceLaw
class, such as simscape.multibody.AxialSpringDamper
or simscape.multibody.TorsionalSpringDamper
.
Class Attributes
Abstract | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Version History
Introduced in R2022a