ChargingParameters

data class ChargingParameters(val batteryCurve: Map<Energy, Power>, val chargingConnectors: List<ChargingConnector>, val chargingTimeOffset: Duration = 180.seconds)

Charging information of an electric engine.

Constructors

Link copied to clipboard
constructor(batteryCurve: Map<Energy, Power>, chargingConnectors: List<ChargingConnector>, chargingTimeOffset: Duration = 180.seconds)

Properties

Link copied to clipboard

Represents the variation in the speed at which an EV charges during a charging session.

Link copied to clipboard

A list of connectors supported by an EV.

Link copied to clipboard

Specifies the charging time offset which is added to the raw charging time.