Module for working with ATP data files, running ATP from a Python environment, and extracting results.
- Free software: MIT license
- Drive ATP simulations from Python
- Extract steady-state results from LIS files
- Read PL4 binary output files
- Parse LIS file sections (simulation extrema, statistic switching)
- Symmetrical component transformations
Install from PyPI:
pip install atp-utils
Or install in development mode:
pip install -e .[dev]
import atp_utils
from atp_utils import run_ATP, read_pl4
from atp_utils import sequence_components
from atp_utils.lis_parsing import get_output_variablesExtract steady-state results to CSV:
make-ss-csv ATP_FILE [CSV_FILE] [BIN_FILE] [--busfile BUSFILE]
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.