Python module to interact with the tektronix oscilloscope and analyze waveforms.
- Free software: GNU General Public License v3
There are two main ways to use this software.
- A tornado based web app
- A set of libraries run in a jupyter notebook
To run the tornado web app, use the main.py script in the scripts directory
The Jupyter Notebooks can be run with jupyter.
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage