default_hybrid_modes

default_hybrid_modes(on_engine, gear_box_speeds_in, idle_engine_speed)[source]

Identify the hybrid mode status (0: EV, 1: Parallel, 2: Serial).

Parameters:
  • gear_box_speeds_in (numpy.array | float) – Gear box speed [RPM].
  • on_engine (numpy.array, bool) – If the engine is on [-].
  • idle_engine_speed ((float, float)) – Idle engine speed and its standard deviation [RPM].
Returns:

Hybrid mode status (0: EV, 1: Parallel, 2: Serial).

Return type:

numpy.array