drives¶
- property DCMotor.drives: RotatingObject
Rotating object driven by DC motor, it can be a
Flywheelor a gear (SpurGear,HelicalGear,WormGear,WormWheel). It must be an instance ofRotatingObject.To set this property use
add_fixed_joint.Returns¶
RotatingObjectRotating object driven by the DC motor.
Raises
TypeErrorIf
drivesis not an instance ofRotatingObject.