self_locking¶
- property Powertrain.self_locking: bool
Whether the powertrain can only be moved by the motor and not by the effect of the load.
This property is given by the presence of a self-locking mating between a
WormGearand aWormWheelin the powertrain. This type of gear mating can be self-locking if the amount of friction is high enough with respect to the gear pressure and helix angles.If the powertrain is self-locking, then it can only be moved by the motor and not by the load, even if the load torque is greater than the motor driving torque.
Once the property is defined at the
Powertraininstantiation, it cannot be changed afterward.Returns¶
boolWhether the powertrain can only be moved by the motor and not by the effect of the load.
See Also