calculate_motor_p4_rated_speed

calculate_motor_p4_rated_speed(motor_p4_maximum_power, motor_p4_maximum_torque)[source]

Calculate the rated speed of motor P4 [RPM].

Parameters:
  • motor_p4_maximum_power (float) – Maximum power of motor P4 [kW].
  • motor_p4_maximum_torque (float) – Maximum torque of motor P4 [N*m].
Returns:

Rated speed of motor P4 [RPM].

Return type:

float