API ReferenceΒΆ

AutoEIS contains five modules: io for reading and writing data, core for finding the best fit and performing the analysis, visualization for plotting, utils for helper functions used in core, and parser for parsing circuit strings.

autoeis.io

Collection of functions for importing and exporting EIS data/results.

autoeis.core

Collection of functions core to AutoEIS functionality.

autoeis.visualization

Collection of functions for visualizing EIS data and results.

autoeis.utils

Collection of utility functions used throughout the package.

autoeis.parser

Collection of functions for parsing circuit strings.