CombustionAuxiliaryPower
Unique identifier of CombustionVehicleConsumption.auxiliaryPower property of the CombustionEngine model.
To access the property value from the Vehicle, use the following snippet:
val auxiliaryPower = (vehicle as? Motorized)?.combustionEngine?.consumption?.auxiliaryPower
Content copied to clipboard