abstract fun withCurrentChargeInKWh(currentChargeInKWh: Double!): T
Specifies the current electric energy supply in kilowatt hours (kWh). Applicable only to electric engines. If used at all, it must be used in conjunction with #withMaxChargeInKWh(double).
currentChargeInKWh
- Double!:
Return
T: A reference to the common params object.