/AWS1/CL_GERRTECHARGESTEPDETS¶
Details about the EV charge at the current step.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arrivalcharge TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Estimated vehicle battery charge before this step (in kWh).
iv_consumablepower TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Maximum charging power available to the vehicle.
Unit:
KwH
iv_desiredcharge TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Details that are specific to a Charge step.
Unit:
KwH
Queryable Attributes¶
ArrivalCharge¶
Estimated vehicle battery charge before this step (in kWh).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARRIVALCHARGE() |
Getter for ARRIVALCHARGE, with configurable default |
ASK_ARRIVALCHARGE() |
Getter for ARRIVALCHARGE w/ exceptions if field has no value |
STR_ARRIVALCHARGE() |
String format for ARRIVALCHARGE, with configurable default |
HAS_ARRIVALCHARGE() |
Determine if ARRIVALCHARGE has a value |
ConsumablePower¶
Maximum charging power available to the vehicle.
Unit:
KwH
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMABLEPOWER() |
Getter for CONSUMABLEPOWER, with configurable default |
ASK_CONSUMABLEPOWER() |
Getter for CONSUMABLEPOWER w/ exceptions if field has no val |
STR_CONSUMABLEPOWER() |
String format for CONSUMABLEPOWER, with configurable default |
HAS_CONSUMABLEPOWER() |
Determine if CONSUMABLEPOWER has a value |
DesiredCharge¶
Details that are specific to a Charge step.
Unit:
KwH
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDCHARGE() |
Getter for DESIREDCHARGE, with configurable default |
ASK_DESIREDCHARGE() |
Getter for DESIREDCHARGE w/ exceptions if field has no value |
STR_DESIREDCHARGE() |
String format for DESIREDCHARGE, with configurable default |
HAS_DESIREDCHARGE() |
Determine if DESIREDCHARGE has a value |