StateOfCharge
Information on the state of charge of the vehicle's high voltage battery.
type StateOfCharge {
current(
unit: RelationUnitEnum = PERCENT
): Float
currentEnergy(
unit: WorkUnitEnum = KILOWATT_HOURS
): Float
displayed(
unit: RelationUnitEnum = PERCENT
): Float
}
Fields
StateOfCharge.current ● Float scalar
Physical state of charge of the high voltage battery, relative to net capacity. This is not necessarily the state of charge being displayed to the customer.
StateOfCharge.current.unit ● RelationUnitEnum enum
StateOfCharge.currentEnergy ● Float scalar
Physical state of charge of high voltage battery expressed in kWh.
StateOfCharge.currentEnergy.unit ● WorkUnitEnum enum
StateOfCharge.displayed ● Float scalar
State of charge displayed to the customer.
StateOfCharge.displayed.unit ● RelationUnitEnum enum
Member Of
TractionBattery object