AuxiliaryPowerProperty

data class AuxiliaryPowerProperty(val auxiliaryPower: Power) : ElectricEngineProperty

Represents ElectricVehicleConsumption.auxiliaryPower property of the ElectricEngine.

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

Constructors

Link copied to clipboard
constructor(auxiliaryPower: Power)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.