ElectricVehicleEfficiency
data class ElectricVehicleEfficiency(val velocityChange: VelocityChangeEfficiency? = null, val altitudeChange: AltitudeChangeEfficiency? = null, val altitudeChangeEnergy: AltitudeChangeEnergy? = null)
Specifies the efficiency of the vehicle.
Parameters
velocityChange
Specifies the efficiency of converting electric energy to kinetic energy due to accelerations, or vice versa for decelerations.
altitudeChange
Specifies the efficiency of converting electric energy to potential energy due to increase in altitude, or vice versa for decreases.
altitudeChangeEnergy
Specifies the additional consumption and recuperation of electric energy due to altitude changes. Cannot be used together with the other two options.
Constructors
Link copied to clipboard
constructor(velocityChange: VelocityChangeEfficiency? = null, altitudeChange: AltitudeChangeEfficiency? = null, altitudeChangeEnergy: AltitudeChangeEnergy? = null)