calculate_motor_p1_rated_speed

calculate_motor_p1_rated_speed(motor_p1_maximum_power, motor_p1_maximum_torque)[source]

Calculate the rated speed of motor P1 [RPM].

Parameters:
  • motor_p1_maximum_power (float) – Maximum power of motor P1 [kW].
  • motor_p1_maximum_torque (float) – Maximum torque of motor P1 [N*m].
Returns:

Rated speed of motor P1 [RPM].

Return type:

float