identify_service_battery_initialization_time

identify_service_battery_initialization_time(alternator_electric_powers, motive_powers, accelerations, service_battery_state_of_charges, service_battery_charging_statuses, times, service_battery_electric_powers_supply_threshold)[source]

Identifies the alternator initialization time delta [s].

Parameters:
  • alternator_electric_powers (numpy.array) – Alternator electric power [kW].
  • motive_powers (numpy.array) – Motive power [kW].
  • accelerations (numpy.array) – Vehicle acceleration [m/s2].
  • service_battery_state_of_charges (numpy.array) – State of charge of the service battery [%].
  • service_battery_charging_statuses (numpy.array) – Service battery charging statuses (0: Discharge, 1: Charging, 2: BERS, 3: Initialization) [-].
  • times (numpy.array) – Time vector [s].
  • service_battery_electric_powers_supply_threshold (float) – Service battery not charging power threshold [kW].
Returns:

Service battery initialization time delta [s].

Return type:

float