BatteryCurveProperty

data class BatteryCurveProperty(val batteryCurve: Map<Energy, Power>) : ElectricEngineProperty

Represents ChargingParameters.batteryCurve property of the ElectricEngine model.

Used for updating the curve representing the variation in speed of battery charging, via VehicleProvider.updateVehicle

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 battery charging.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard