Python COMTRADE reader for revision 1999.
- Reader for revision 1991 and 2013.
- Reader for BINARY, BINARY32 and FLOAT32 types.
- BINARY
- BINARY32
- FLOAT32
- get_analog
- primary
- secondary
- default
- Unit testing.
pytrade is meant to be used as a lib. The rc
below is a mere example to show you what it does.
Tested on debian.
git clone https://github.com/arthurazs/pytrade
cd pytrade
# venv
python -m venv .venv
. .venv/bin/activate
# requirements
pip install .[dev,plot]
# if you get an error running the plots, try installing tk
sudo apt install python3.10-tk
# running the examples
rc
See reader.py for the example code.