calculate_motor_p2_planetary_maximum_powers

calculate_motor_p2_planetary_maximum_powers(motor_p2_planetary_speeds, motor_p2_planetary_maximum_power_function)[source]

Calculate the maximum power vector of planetary motor P2 [kW].

Parameters:
  • motor_p2_planetary_speeds (numpy.array | float) – Rotating speed of planetary motor P2 [RPM].
  • motor_p2_planetary_maximum_power_function (function) – Maximum power function of planetary motor P2.
Returns:

Maximum power vector of planetary motor P2 [kW].

Return type:

numpy.array | float