BatteryCurveProperty

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

Represents ChargingParameters.batteryCurve property of the ElectricEngine.

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The curve representing the variation in speed of battery charging.