The scopy python module provides oscilloscope controls and allow you to quickly build automated tests, capture traces. This module is under developpment but already allows you to automate traces capture with Lecroy and Owon XDS (xds3202e,...) scopes but also using the Chipwisperer.
- Warning: For now you must setup your scope parameters manualy only the trigger arming and traces capture features are fully operational. As this project is opensources we do consider every contribution and pull request.
You can install the requirements of the package using:
pip install requirements.txt
You may need to use the last version of python builtin's setuptools to install scopy from git
python3 -m pip install --upgrade pip setuptools wheel
git clone https://github.com/h2lab/scopy
cd scopy
python3 -m pip install .
python3 -m pip install scopy