CurrentChargeProperty

data class CurrentChargeProperty(val currentCharge: Energy) : ElectricEngineProperty

Specifies current charge of the electric engine.

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

Parameters

currentCharge

Specifies the current electric energy supply, typically in kilowatt hours (kWh).

Constructors

Link copied to clipboard
constructor(currentCharge: Energy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard