beginSoC property
Get SoC at route segment begin.
Returns
- The SoC percentage at the segment start.
Throws
- An exception if it fails.
Implementation
double get beginSoC {
final OperationResult resultString = objectMethod(
_pointerId,
'EVRouteSegment',
'getBeginSoC',
);
return resultString['result'];
}