Simulation#

Electrical simulation of a generated system is done using by using the sim subcommand.

Usage: python -m basd sim [OPTIONS] SYSTEM_INDEX...

  system simulation task

  system_index as number of the battery system in the report

Options:
  --version                   Show the version and exit.
  -v, --verbose               Verbose information.
  -l, --life_cycle FILE       Profiles to be used for the simulation
                              [required]
  -r, --report FILE           Read report file with system designs
  -o, --output-dir DIRECTORY  Directory for simulation output
  -d, --database PATH         Read a cell database from a FILE or DIRECTORY
                              path.
  -m, --model TEXT            used to pass the name of a custom aging model
  -p, --plot TEXT             used to pass the name of a custom visualization
                              plugin
  -h, --help                  Show this message and exit.