Skip to main content

FuelSystem

Fuel system data.

type FuelSystem {
absoluteLevel(
unit: VolumeUnitEnum = LITER
): Float
afterRefuelingFuelEconomy(
unit: DistancePerVolumeUnitEnum = KILOMETERS_PER_LITER
): Float
averageConsumption(
unit: VolumePerDistanceUnitEnum = LITER_PER_100_KILOMETERS
): Float
consumptionSinceLastRefuel(
unit: VolumeUnitEnum = LITER
): Float
consumptionSinceStart(
unit: VolumeUnitEnum = LITER
): Float
cumulativeFuelEconomy(
unit: DistancePerVolumeUnitEnum = KILOMETERS_PER_LITER
): Float
driveFuelEconomy(
unit: DistancePerVolumeUnitEnum = KILOMETERS_PER_LITER
): Float
hybridType: Vehicle_Powertrain_FuelSystem_HybridType_Enum
instantConsumption(
unit: VolumePerDistanceUnitEnum = LITER_PER_100_KILOMETERS
): Float
instantantFuelEconomy(
unit: DistancePerVolumeUnitEnum = KILOMETERS_PER_LITER
): Float
isEngineStopStartEnabled: Boolean
isFuelLevelEmpty: Boolean
isFuelLevelLow: Boolean
isFuelPortFlapOpen: Boolean
range(
unit: LengthUnitEnum = METER
): UInt32
refuelPortPosition: Vehicle_Powertrain_FuelSystem_RefuelPortPosition_Enum
relativeLevel(
unit: RelationUnitEnum = PERCENT
): UInt8
supportedFuel: Vehicle_Powertrain_FuelSystem_SupportedFuel_Enum
supportedFuelTypes: Vehicle_Powertrain_FuelSystem_SupportedFuelTypes_Enum
tankCapacity(
unit: VolumeUnitEnum = LITER
): Float
timeRemaining(
unit: DurationUnitEnum = SECOND
): UInt32
}

Fields

FuelSystem.absoluteLevel ● Float scalar

Current available fuel in the fuel tank expressed in liters.

FuelSystem.absoluteLevel.unit ● VolumeUnitEnum enum

FuelSystem.afterRefuelingFuelEconomy ● Float scalar

Average fuel economy calculated from the most recent refueling event to the current time.

FuelSystem.afterRefuelingFuelEconomy.unit ● DistancePerVolumeUnitEnum enum

FuelSystem.averageConsumption ● Float scalar

Average consumption in liters per 100 km.

FuelSystem.averageConsumption.unit ● VolumePerDistanceUnitEnum enum

FuelSystem.consumptionSinceLastRefuel ● Float scalar

Fuel consumption since last refueling.

FuelSystem.consumptionSinceLastRefuel.unit ● VolumeUnitEnum enum

FuelSystem.consumptionSinceStart ● Float scalar

Fuel amount in liters consumed since start of current trip.

FuelSystem.consumptionSinceStart.unit ● VolumeUnitEnum enum

FuelSystem.cumulativeFuelEconomy ● Float scalar

Cumulative average fuel economy calculated from vehicle start or last user reset.

FuelSystem.cumulativeFuelEconomy.unit ● DistancePerVolumeUnitEnum enum

FuelSystem.driveFuelEconomy ● Float scalar

Average fuel economy for the current drive cycle, calculated from engine start to current time.

FuelSystem.driveFuelEconomy.unit ● DistancePerVolumeUnitEnum enum

FuelSystem.hybridType ● Vehicle_Powertrain_FuelSystem_HybridType_Enum enum

Defines the hybrid type of the vehicle.

FuelSystem.instantConsumption ● Float scalar

Current consumption in liters per 100 km.

FuelSystem.instantConsumption.unit ● VolumePerDistanceUnitEnum enum

FuelSystem.instantantFuelEconomy ● Float scalar

Real-time instantaneous fuel economy calculated over a short time window.

FuelSystem.instantantFuelEconomy.unit ● DistancePerVolumeUnitEnum enum

FuelSystem.isEngineStopStartEnabled ● Boolean scalar

Indicates whether eco start stop is currently enabled.

FuelSystem.isFuelLevelEmpty ● Boolean scalar

Indicates that the fuel gauge on the instrument cluster displays empty (0).

FuelSystem.isFuelLevelLow ● Boolean scalar

Indicates that the fuel level is low (e.g. <50km range).

FuelSystem.isFuelPortFlapOpen ● Boolean scalar

Status of the fuel port flap(s). True if at least one is open.

FuelSystem.range ● UInt32 scalar

Remaining range in meters using only liquid fuel.

FuelSystem.range.unit ● LengthUnitEnum enum

FuelSystem.refuelPortPosition ● Vehicle_Powertrain_FuelSystem_RefuelPortPosition_Enum enum

Position of refuel port(s). First part indicates side of vehicle, second part relative position on that side.

FuelSystem.relativeLevel ● UInt8 scalar

Level in fuel tank as percent of capacity. 0 = empty. 100 = full.

FuelSystem.relativeLevel.unit ● RelationUnitEnum enum

FuelSystem.supportedFuel ● Vehicle_Powertrain_FuelSystem_SupportedFuel_Enum enum

Detailed information on fuels supported by the vehicle. Identifiers originating from DIN EN 16942:2021-08, appendix B, with additional suffix for octane (RON) where relevant.

FuelSystem.supportedFuelTypes ● Vehicle_Powertrain_FuelSystem_SupportedFuelTypes_Enum enum

High level information of fuel types supported

FuelSystem.tankCapacity ● Float scalar

Capacity of the fuel tank in liters.

FuelSystem.tankCapacity.unit ● VolumeUnitEnum enum

FuelSystem.timeRemaining ● UInt32 scalar

Time remaining in seconds before the fuel tank is empty.

FuelSystem.timeRemaining.unit ● DurationUnitEnum enum

Member Of

Powertrain object