correct_constant_velocity

MGS.correct_constant_velocity(up_cns_vel=(), up_window=0.0, up_delta=0.0, dn_cns_vel=(), dn_window=0.0, dn_delta=0.0)

Corrects the gear shifting matrix velocity for constant velocities.

Parameters:
  • up_cns_vel (tuple[float]) – Constant velocities to correct the upper limits [km/h].
  • up_window (float) – Window to identify if the shifting matrix has limits close to up_cns_vel [km/h].
  • up_delta (float) – Delta to add to the limit if this is close to up_cns_vel [km/h].
  • dn_cns_vel (tuple[float]) – Constant velocities to correct the bottom limits [km/h].
  • dn_window (float) – Window to identify if the shifting matrix has limits close to dn_cns_vel [km/h].
  • dn_delta (float) – Delta to add to the limit if this is close to dn_cns_vel [km/h].
Returns:

A gear shifting velocity matrix corrected from NEDC velocities.

Return type:

dict