initialize_gear_shifting_model

initialize_gear_shifting_model(gear_shifting_model_raw, velocity_speed_ratios, cycle_type)[source]

Initialize the gear shifting model.

Parameters:
  • gear_shifting_model_raw (GSPV | CMV | DTGS) – A gear shifting model (cmv or gspv or dtgs).
  • velocity_speed_ratios (dict[int | float]) – Constant velocity speed ratios of the gear box [km/(h*RPM)].
  • cycle_type (str) – Cycle type (WLTP or NEDC).
Returns:

Initialized gear shifting model (cmv or gspv or dtgs).

Return type:

GSPV | CMV | DTGS