predict_dcdc_converter_currents

predict_dcdc_converter_currents(dcdc_current_model, times, service_battery_state_of_charges, service_battery_charging_statuses, service_battery_initialization_time)[source]

Predict DC/DC converter current [A].

Parameters:
  • dcdc_current_model (callable) – DC/DC converter current model.
  • times (numpy.array) – Time vector [s].
  • 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) [-].
  • service_battery_initialization_time (float) – Service battery initialization time delta [s].
Returns:

DC/DC converter currents [A].

Return type:

numpy.array