ElectricAuxiliaryPower
Unique identifier of ElectricVehicleConsumption.auxiliaryPower property of the ElectricEngine model.
To access the property value from the Vehicle, use the following snippet:
val auxiliaryPower = (vehicle as? Motorized)?.electricEngine?.consumption?.auxiliaryPower
Content copied to clipboard