Electric

data class Electric(val amount: Power) : AuxiliaryPower

An electric auxiliary power.

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

Parameters

amount

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

Constructors

Link copied to clipboard
constructor(amount: Power)

Properties

Link copied to clipboard

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.