AuxiliaryPowerProperty

data class AuxiliaryPowerProperty(val auxiliaryPower: Power) : ElectricEngineProperty

Specifies the auxiliary consumption of the electric engine.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

auxiliaryPower

Specifies the 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