BatteryCurve

data class BatteryCurve(val batteryCurve: Map<Energy, Power>) : ElectricEngineParameter

Specifies a curve that represents the variation in speed a which an EV battery charges.

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

Parameters

batteryCurve

The curve representing the variation in speed of charging.

Constructors

Link copied to clipboard
constructor(batteryCurve: Map<Energy, Power>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard