fastnda (fastnda)

BSD-3-Clause
https://github.com/EmpaEConversion/fastnda

Python module and command line tool to read Neware NDA and NDAX battery cycling files.

Instructions:

Install the package into a Python >=3.10 environment with `pip install fastnda`. After activating the environment, the `fastnda` entrypoint will be available on the command-line. With Python, use `fastnda.read(file)` or `fastnda.read_metadata(file)`. With the CLI, commands are `convert`, `batch-convert`, and `convert-metadata`. Use `fastnda --help` and fastnda COMMAND --help to see detailed options.

Supported file types:

References:

Return to the list of extractors