driven_by¶
- property Flywheel.driven_by: RotatingObject
Rotating object that drives the flywheel, for example a
DCMotoror a gear (SpurGear,HelicalGear,WormGear,WormWheel). It must be aRotatingObject.To set this property use
add_fixed_joint.Returns¶
RotatingObjectMaster rotating object that drives the flywheel.
Raises
TypeErrorIf
driven_byis not an instance ofRotatingObject.