python-libtiepie

Python bindings for LibTiePie


Keywords
dataacquisition, libtiepie, measurement, oscilloscope, python
License
MIT
Install
pip install python-libtiepie==1.2.5

Documentation

python-libtiepie

PyPI License

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.

Installation

Windows

To install the Python bindings for LibTiePie and examples on Windows:

  1. Install the Python bindings by executing pip install python-libtiepie
  2. Download the python-libtiepie examples.
  3. Unpack them using an extractor.
  4. Connect your USB oscilloscope.
  5. Run an example by executing e.g. python OscilloscopeBlock.py

Linux

To install the Python bindings for LibTiePie and examples on Linux:

  1. Ensure that LibTiePie for Linux is installed.
  2. Install the Python bindings by executing sudo pip install python-libtiepie
  3. Download the python-libtiepie examples.
  4. Unpack them using an extractor, or run in the console using unzip.
  5. Connect your USB oscilloscope.
  6. Run an example by executing e.g. python OscilloscopeBlock.py

Examples

See the examples directory.