calculate_service_battery_currents_v1

calculate_service_battery_currents_v1(service_battery_capacity, times, service_battery_state_of_charges)[source]

Calculate the service battery current vector [A].

Parameters:
  • service_battery_capacity (float) – Service battery capacity [Ah].
  • times (numpy.array) – Time vector [s].
  • service_battery_state_of_charges (numpy.array) – State of charge of the service battery [%].
Returns:

Service battery current vector [A].

Return type:

numpy.array