calculate_gear_box_speeds_in

calculate_gear_box_speeds_in(motor_p2_speeds, motor_p2_speed_ratio=1)[source]

Calculates Gear box speed vector [RPM].

Parameters:
  • motor_p2_speeds (numpy.array | float) – Rotating speed of motor P2 [RPM].
  • motor_p2_speed_ratio (float) – Ratio between motor P2 speed and gear box speed [-].
Returns:

Gear box speed vector [RPM].

Return type:

numpy.array | float