calculate_motor_p2_speeds_v1

calculate_motor_p2_speeds_v1(motor_p2_powers, motor_p2_torques)[source]

Calculates rotating speed of motor P2 [RPM].

Parameters:
  • motor_p2_powers (numpy.array | float) – Power at motor P2 [kW].
  • motor_p2_torques (numpy.array | float) – Torque at motor P2 [N*m].
Returns:

Rotating speed of motor P2 [RPM].

Return type:

numpy.array | float