master_gear_ratio¶
- property Flywheel.master_gear_ratio: float
Gear ratio of the fixed joint between the flywheel and its driving rotating object. It must be a positive a float. Since the relation between the flywheel and its neighbor elements in the powertrain elements is always a fixed joint, the gear ratio will be always set to
1byadd_fixed_joint.To set this property use
add_fixed_joint.Returns¶
floatGear ratio of the fixed joint between the flywheel and its driving rotating object.
Raises
TypeErrorIf
master_gear_ratiois not afloat.ValueErrorIf
master_gear_ratiois negative or null.