keyoscacquire is a Python package for acquiring traces from Keysight oscilloscopes through a VISA interface.
Project description
keyoscacquire is a Python package for acquiring traces from Keysight InfiniiVision oscilloscopes through a VISA interface.
Based on PyVISA, keyoscacquire provides programmes for acquiring and exporting traces to your choice of ASCII format files (default csv) or numpy npy, and a png of the trace plot. The package also provides an API for integration in other Python code.
By default, the package uses the binary WORD format for the waveform transfer from the oscilloscope, giving roughly an order of magnitude speed-up over the ASCII transfer type.
The code has been tested on Windows 7 and 10 with a Keysight DSO2024A model using a USB connection.
Documentation
Available at keyoscacquire.rtfd.io. A few examples below, but formatting and links are broken as this file is intended for the documentation parser.
Building a local copy of the docs
Should you wish to build a local copy of the sphinx docs, make sure the necessary packages are installed:
pip install sphinx sphinx-prompt furo recommonmark
and then build by executing make html in the docs folder.
Installation
Install the package with pip:
pip install keyoscacquire
or download locally and install with $ python setup.py install or by running install.bat.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file keyoscacquire-4.0.0.tar.gz
.
File metadata
- Download URL: keyoscacquire-4.0.0.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e914f36ffd71fc5819dab2869969d013162cfe6c2650fb820111d2548ee2363 |
|
MD5 | 562f54ab1d7de5b8e9135d16fae3143d |
|
BLAKE2b-256 | 05b0811fc07025cd4b18f73253b08e59dc186e0f3d1ede472a521a04efbbeb91 |
File details
Details for the file keyoscacquire-4.0.0-py3-none-any.whl
.
File metadata
- Download URL: keyoscacquire-4.0.0-py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e65854d5c356123bda4611a40e8f862e06eea445847f770fb19210e86dfc6d1 |
|
MD5 | 56b984011adde0d50146774479fe0f58 |
|
BLAKE2b-256 | 77e41928970bf7bd87a145ebfffdf1e8d4dff5e4098c34b69b72345aa00f714d |