This is a fork of the no longer available python-libtiepie library from Tiepie Engineering, extended with the libtiepie binaries and udev rules.
To get back to the original version, the project can be reset to the last commit of the manufacturer.
git checkout d47dd20fd2adf67bf41ab541ffb319c4fe502962
As an alternative I recommend the actively developed library "handyscope".
Python bindings for LibTiePie SDK. The LibTiePie SDK is a library to easily interface with TiePie engineering USB oscilloscopes. Using the LibTiePie SDK the user has full control over all aspects of the USB oscilloscope and can perform measurements easily on Windows and Linux. Examples for different measurements are available to get started easily.
To install the Python bindings for LibTiePie and examples on Windows:
- Install the Python bindings by executing
pip install python-libtiepie
- Download the python-libtiepie examples.
- Unpack them using an extractor.
- Connect your USB oscilloscope.
- Run an example by executing e.g.
python OscilloscopeBlock.py
To install the Python bindings for LibTiePie and examples on Linux:
- Copy the udev rules to /etc/udev/rules.d by executing
curl -fsSL https://raw.githubusercontent.com/TiePie/python-libtiepie/master/45-tiepie.rules | sudo tee /etc/udev/rules.d/45-tiepie.rules
- Install the Python bindings by executing
pip install python-libtiepie
- Download the python-libtiepie examples.
- Unpack them using an extractor, or run in the console using
unzip
. - Connect your USB oscilloscope.
- Run an example by executing e.g.
python OscilloscopeBlock.py
See the examples directory.