AuxiliaryPowerProperty

data class AuxiliaryPowerProperty(val auxiliaryPower: Power) : ElectricEngineProperty

Represents ElectricVehicleConsumption.auxiliaryPower property of the ElectricEngine model.

Used for updating the auxiliary power of the vehicle's electric engine via VehicleProvider.updateVehicleProperties

Parameters

auxiliaryPower

Power consumed for sustaining auxiliary systems. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc.

Constructors

Link copied to clipboard
constructor(auxiliaryPower: Power)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard