calculate_service_battery_loads_v1

calculate_service_battery_loads_v1(on_engine, service_battery_load)[source]

Calculates service battery load vector [kW].

Parameters:
  • on_engine (numpy.array) – If the engine is on [-].
  • service_battery_load (float, float) – Service electric load (engine off and on) [kW].
Returns:

Service battery load vector [kW].

Return type:

numpy.array