Electric vehicle profile representation. More...
#import <SYEVProfile.h>


Instance Methods | |
| (double weight) | - __deprecated_msg |
| Vehicle weight in kg (model A). More... | |
| (double frontalArea) | - __deprecated_msg |
| Frontal area in square meters (model A). More... | |
| (double coefAD) | - __deprecated_msg |
| Aerodynamic coefficient 0.1 - 1.0 (model A). More... | |
| (double coefRR) | - __deprecated_msg |
| Rolling resistance coefficient 0.01 - 0.03 (model A). More... | |
| (double nee1) | - __deprecated_msg |
| Battery to powertrain efficiency (model A). More... | |
| (double nee2) | - __deprecated_msg |
| Recuperation (model A). More... | |
| (double Ka) | - __deprecated_msg |
| Average kWh consumption per km generally (model B0, B1, B2). More... | |
| (double V1) | - __deprecated_msg |
| Speed in km/h (model B1, B2). More... | |
| (double Kv1) | - __deprecated_msg |
| Average kWh consumption per km at speed V1 (model B1, B2). More... | |
| (double V2) | - __deprecated_msg |
| Speed in km/h (model B1, B2). More... | |
| (double Kv2) | - __deprecated_msg |
| Average kWh consumption per km at speed V2 (model B1, B2). More... | |
Properties | |
| SYBatteryProfile * | batteryProfile |
| Battery information and current state. More... | |
| int | chargingMaxPower |
| Max charging power in kW. More... | |
| NSSet< NSNumber * > * | connector |
| Supported connector types SYEVConnectorType. More... | |
| NSSet< NSNumber * > * | power |
| Supported power types SYEVPowerType. More... | |
| NSArray< SYBatteryConsumptionData * > * | consumptionCurve |
| Specifies how quickly the battery discharges depending of the vehicle speed. Considered as valid when contains at least one value, otherwise ignored. Must be ordered from lowest to highest vehicle speed. To predict the values inside the specified range, interpolation between the closest points will be used. To predict the values outside the specified range, the closest specified value will be used. More... | |
| NSArray< SYWeightFactorData * > * | weightFactors |
| Specifies modification of consumption by the weight. More... | |
| double | batteryMinimumDestinationThreshold |
| Minimum percent of battery capacity which must remain when the destination is reached. Value between 0 and 1. More... | |
Electric vehicle profile representation.
| - (double weight) __deprecated_msg | ("Use consumptionCurve instead.") |
Vehicle weight in kg (model A).
| - (double frontalArea) __deprecated_msg | ("Use consumptionCurve instead.") |
Frontal area in square meters (model A).
| - (double coefAD) __deprecated_msg | ("Use consumptionCurve instead.") |
Aerodynamic coefficient 0.1 - 1.0 (model A).
| - (double coefRR) __deprecated_msg | ("Use consumptionCurve instead.") |
Rolling resistance coefficient 0.01 - 0.03 (model A).
| - (double nee1) __deprecated_msg | ("Use consumptionCurve instead.") |
Battery to powertrain efficiency (model A).
| - (double nee2) __deprecated_msg | ("Use consumptionCurve instead.") |
Recuperation (model A).
| - (double Ka) __deprecated_msg | ("Use consumptionCurve instead.") |
Average kWh consumption per km generally (model B0, B1, B2).
| - (double V1) __deprecated_msg | ("Use consumptionCurve instead.") |
Speed in km/h (model B1, B2).
| - (double Kv1) __deprecated_msg | ("Use consumptionCurve instead.") |
Average kWh consumption per km at speed V1 (model B1, B2).
| - (double V2) __deprecated_msg | ("Use consumptionCurve instead.") |
Speed in km/h (model B1, B2).
| - (double Kv2) __deprecated_msg | ("Use consumptionCurve instead.") |
Average kWh consumption per km at speed V2 (model B1, B2).
|
readwritenonatomicassign |
Battery information and current state.
|
readwritenonatomicassign |
Max charging power in kW.
|
readwritenonatomicassign |
Supported connector types SYEVConnectorType.
|
readwritenonatomicassign |
Supported power types SYEVPowerType.
|
readwritenonatomicstrong |
Specifies how quickly the battery discharges depending of the vehicle speed. Considered as valid when contains at least one value, otherwise ignored. Must be ordered from lowest to highest vehicle speed. To predict the values inside the specified range, interpolation between the closest points will be used. To predict the values outside the specified range, the closest specified value will be used.
|
readwritenonatomicstrong |
Specifies modification of consumption by the weight.
|
readwritenonatomicassign |
Minimum percent of battery capacity which must remain when the destination is reached. Value between 0 and 1.