calculate_motor_p3_speeds_v1

calculate_motor_p3_speeds_v1(motor_p3_powers, motor_p3_torques)[source]

Calculates rotating speed of motor P3 [RPM].

Parameters:
  • motor_p3_powers (numpy.array | float) – Power at motor P3 [kW].
  • motor_p3_torques (numpy.array | float) – Torque at motor P3 [N*m].
Returns:

Rotating speed of motor P3 [RPM].

Return type:

numpy.array | float