pydpeet.SocMethod#
- class pydpeet.SocMethod(*values)[source]#
Bases:
EnumEnum representing different methods for computing State of Charge (SOC).
- __init__(*args, **kwds)#
Attributes
- WITHOUT_RESET = 'withoutReset'#
- WITH_RESET_WHEN_FULL = 'withResetWhenFull'#
- WITH_RESET_WHEN_EMPTY = 'withResetWhenEmpty'#
- WITH_RESET_WHEN_FULL_AND_EMPTY = 'withResetWhenFullAndEmpty'#