Skip to main content
Ctrl+K

PyDPEET

  • Installation
  • Examples
  • API Reference
  • Developer Guide
  • GitLab
  • GitHub
  • Installation
  • Examples
  • API Reference
  • Developer Guide
  • GitLab
  • GitHub

Section Navigation

  • pydpeet.convert
  • pydpeet.merge_into_series
  • pydpeet.read
  • pydpeet.write
  • pydpeet.add_primitive_segments
  • pydpeet.df_primitives_correction
  • pydpeet.extract_sequence_overview
  • pydpeet.filter_and_split_df_by_blocks
  • pydpeet.generate_instructions
  • pydpeet.visualize_phases
  • pydpeet.add_capacity
  • pydpeet.add_resistance_internal
  • pydpeet.add_soc
  • pydpeet.extract_ocv_iocv
  • pydpeet.print_references
  • pydpeet.write_to_bibtex
  • pydpeet.BatteryConfig
  • pydpeet.SocMethod
  • pydpeet.battery_config_default
  • pydpeet.hakadi_nmc_1500
  • pydpeet.lgm50lt_nmc_4800
  • pydpeet.mapping
  • pydpeet.set_logging_style
  • API Reference
  • pydpeet.SocMethod

pydpeet.SocMethod#

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

Bases: Enum

__init__(*args, **kwds)#

Attributes

WITHOUT_RESET

WITH_RESET_WHEN_FULL

WITH_RESET_WHEN_EMPTY

WITH_RESET_WHEN_FULL_AND_EMPTY

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

previous

pydpeet.BatteryConfig

next

pydpeet.battery_config_default

On this page
  • SocMethod
    • SocMethod.__init__()
    • SocMethod.WITHOUT_RESET
    • SocMethod.WITH_RESET_WHEN_FULL
    • SocMethod.WITH_RESET_WHEN_EMPTY
    • SocMethod.WITH_RESET_WHEN_FULL_AND_EMPTY
Show Source

© Copyright 2026, The PyDPEET Team.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.17.0.