identify_service_battery_starts_windows

identify_service_battery_starts_windows(times, engine_starts, alternator_electric_powers, service_battery_start_window_width, service_battery_electric_powers_supply_threshold)[source]

Identifies the alternator starts windows [-].

Parameters:
  • times (numpy.array) – Time vector [s].
  • engine_starts (numpy.array) – When the engine starts [-].
  • alternator_electric_powers (numpy.array) – Alternator electric power [kW].
  • service_battery_start_window_width (float) – Service battery start window width [s].
  • service_battery_electric_powers_supply_threshold (float) – Service battery not charging power threshold [kW].
Returns:

Service battery starts windows [-].

Return type:

numpy.array