ElectricVehicleConsumption

data class ElectricVehicleConsumption constructor(val auxiliaryPower: <Error class: unknown class>? = null, val speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>)

Important: This is a Public Preview API. It may be changed or removed at any time. Describes capacity and the consumption of the EV.

Parameters

auxiliaryPower

Specifies the amount of power consumed for sustaining auxiliary systems, in kilowatts (kW). It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc. Applicable only for electric engines.

speedConsumption

Specifies the speed-dependent component of consumption. Provided as an unordered list of speed/consumption-rate in kWh pairs. Applicable only for electric engines.

Constructors

Link copied to clipboard
constructor(auxiliaryPower: <Error class: unknown class>? = null, speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>)

Properties

Link copied to clipboard
val auxiliaryPower: <Error class: unknown class>? = null
Link copied to clipboard
val speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>