calculate_drive_battery_loads_v1

calculate_drive_battery_loads_v1(times, drive_battery_load)[source]

Calculates drive battery load vector [kW].

Parameters:
  • times (numpy.array) – Time vector [s].
  • drive_battery_load (float) – Drive electric load [kW].
Returns:

Drive battery load vector [kW].

Return type:

numpy.array