Electric

data class Electric(val amount: Power) : AuxiliaryPower

An electric auxiliary power.

Constructors

Link copied to clipboard
constructor(amount: Power)

Properties

Link copied to clipboard

The electrical power spent on auxiliary systems, e.g., in watts.

Inherited functions

Link copied to clipboard
open operator override fun compareTo(other: AuxiliaryPower): Int

Compares this object with another consumption object of the same aux power type.