pydpeet.SocMethod#

class pydpeet.SocMethod(*values)[source]#

Bases: Enum

Enum representing different methods for computing State of Charge (SOC).

WITHOUT_RESET#
Type:

str

WITH_RESET_WHEN_FULL#
Type:

str

WITH_RESET_WHEN_EMPTY#
Type:

str

WITH_RESET_WHEN_FULL_AND_EMPTY#
Type:

str

__init__(*args, **kwds)#

Attributes

WITHOUT_RESET = 'withoutReset'#
WITH_RESET_WHEN_FULL = 'withResetWhenFull'#
WITH_RESET_WHEN_EMPTY = 'withResetWhenEmpty'#
WITH_RESET_WHEN_FULL_AND_EMPTY = 'withResetWhenFullAndEmpty'#