Skip to content
/ scopy Public

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

Notifications You must be signed in to change notification settings

h2lab/scopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages