define_fuel_type_and_is_hybrid

define_fuel_type_and_is_hybrid(obd_fuel_type_code)[source]

Defines engine fuel type and if the vehicle is hybrid.

Parameters:obd_fuel_type_code (int) – OBD fuel type of the vehicle [-].
Returns:Engine fuel type and if the vehicle is hybrid.
Return type:(str, bool)