default_alternator_currents

default_alternator_currents(times, is_hybrid)[source]

Return zero current if the vehicle is hybrid [A].

Parameters:
  • times (numpy.array) – Time vector [s].
  • is_hybrid (bool) – Is the vehicle hybrid?
Returns:

Alternator currents [A].

Return type:

numpy.array