calculate_motor_p4_speeds_v1

calculate_motor_p4_speeds_v1(motor_p4_powers, motor_p4_torques)[source]

Calculates rotating speed of motor P4 [RPM].

Parameters:
  • motor_p4_powers (numpy.array | float) – Power at motor P4 [kW].
  • motor_p4_torques (numpy.array | float) – Torque at motor P4 [N*m].
Returns:

Rotating speed of motor P4 [RPM].

Return type:

numpy.array | float