h2lab / scopy

This repository holds the source of the python package used to drive your scopes With it, you will be able to drive lecroy and owon xds osciloscope.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scopy

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.

Dependencies

You can install the requirements of the package using:

pip install requirements.txt

Installation of smartleia-target

From git

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 .

From pipy

python3 -m pip install scopy

About

This repository holds the source of the python package used to drive your scopes With it, you will be able to drive lecroy and owon xds osciloscope.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%