calculate_motor_p3_maximum_powers

calculate_motor_p3_maximum_powers(motor_p3_speeds, motor_p3_maximum_power_function)[source]

Calculate the maximum power vector of motor P3 [kW].

Parameters:
  • motor_p3_speeds (numpy.array | float) – Rotating speed of motor P3 [RPM].
  • motor_p3_maximum_power_function (function) – Maximum power function of motor P3.
Returns:

Maximum power vector of motor P3 [kW].

Return type:

numpy.array | float