calculate_motor_p1_maximum_powers

calculate_motor_p1_maximum_powers(motor_p1_speeds, motor_p1_maximum_power_function)[source]

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

Parameters:
  • motor_p1_speeds (numpy.array | float) – Rotating speed of motor P1 [RPM].
  • motor_p1_maximum_power_function (function) – Maximum power function of motor P1.
Returns:

Maximum power vector of motor P1 [kW].

Return type:

numpy.array | float