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 1 by add_fixed_joint.

To set this property use add_fixed_joint.

Returns

float

Gear ratio of the fixed joint between the flywheel and its driving rotating object.

Raises

TypeError

If master_gear_ratio is not a float.

ValueError

If master_gear_ratio is negative or null.