A package to control Digilent Waveforms devices
Project description
pydwf
This is the README of pydwf, a Python package to control the Digilent Waveforms lineup of electronic test and measurement devices made by Digilent.
It wraps all functions of libdwf, the low-level C library provided by Digilent, in an easy-to-use, class-based Python API. Like the C library, the pydwf package supports Windows, Linux (Intel and ARM), and macOS. The libdwf library is automatically installed as part of Digilent's Waveforms software, which can be downloaded from here (official link, with mandatory email harvesting) or here (non-official link, without email harvesting).
The current release of pydwf is version 1.1.19. It is based on version 3.20.1 of libdwf, but it should also work with other versions.
The pydwf package comes with documentation and a number of ready-to-run examples that demonstrate how pydwf can be used to perform common and not-so-common tasks.
A command-line tool is provided that can be used, among other things, to list the available Digilent Waveforms devices and their configurations.
This README file contains information about the project. Readers who want to learn how to use pydwf are referred to the API documentation.
Supported devices
The following devices can be controlled using pydwf:
- Electronics Explorer (legacy)
- Analog Discovery (legacy)
- Analog Discovery 2
- Analog Discovery 3
- Digital Discovery
- Analog Discovery Studio
- DSP3340 Discovery USB power supply
- Analog Discovery Pro 3x50 (3250 and 3450 models)
- Analog Discovery Pro 5250 (a National Instruments VB-8012 rebranded as a Digilent device; Windows only)
The pydwf package has been extensively tested with the Analog Discovery 2, Digital Discovery, and ADP3450 devices. It should also work with the other devices listed, but these haven't been tested. If you have such a device and encounter problems, please report an issue on the GitHub issue tracker.
Dependencies
The pydwf package requires Python 3.6 or higher.
In order for pydwf to work, recent versions of the Digilent Adept and Digilent Waveforms packages must be installed. These provide the C libraries that pydwf uses to interact with devices. Generally speaking, if the Waveforms GUI application provided by Digilent works on your system, you're good to go.
pydwf depends on the numpy package to handle the considerable amount of data transferred between the PC and Digilent devices when performing high-speed signal generation or capture operations.
Some of the examples depend on the matplotlib package, but pydwf itself will work without it.
Project hosting
The project repository and issue tracker are hosted on GitHub:
https://github.com/sidneycadot/pydwf/
Installation using pip
The installable package is hosted on PyPI:
https://pypi.org/project/pydwf/
This allows installation using the standard pip (or pip3) tool:
pip install pydwf
After installing pydwf, the following command will show the version of pydwf and the underlying DWF library:
python -m pydwf version
After installing pydwf. the following command will list all Digilent Waveforms devices connected to the system and, for each of them, list the supported configurations:
python -m pydwf list -c
Documentation
The project documentation is hosted on Read the Docs. The latest version can be reached via the following link:
https://pydwf.readthedocs.io/en/latest/
If desired, the documentation can also be installed locally after installing the package by executing the following command:
python -m pydwf extract-html-docs
This will create a local directory called pydwf-docs-html containing the project documentation in HTML format.
Alternatively, a PDF version of the manual can be extracted as well:
python -m pydwf extract-pdf-manual
Examples
The Python examples can be installed locally after installing the pydwf package by executing the following command:
python -m pydwf extract-examples
This will create a local directory called pydwf-examples containing the Python examples that demonstrate many of the capabilities of the Digilent Waveforms devices and pydwf.
These examples are intended as a useful starting point for your own Python scripts. See the Examples overview for more information.
Acknowledgements
Many thanks to Digilent for making the awesome Waveforms devices, and to provide not only the very capable Waveforms GUI software, but also the cross-platform SDK on which pydwf is based. Great work!
My company Jigsaw B.V. supported the effort to make pydwf. If you need any kind of high-tech software (with or without Digilent Waveforms devices), and you’re somewhat in the vicinity of Delft, The Netherlands, give us a call.
Thanks to my longtime friend Pepijn for proof-reading the documentation and providing his perspective on several issues that came up while implementing pydwf. The package is a lot better because of your help.
Lastly, thanks to Petra for your patience with having all kinds of electronics equipment in the living room while developing this package (and before, and after, …). You may not share my enthusiasm for this particular hobby, but I am very fortunate that you are at least enthusiastic about my enthusiasm, if that makes sense.
— SC
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 pydwf-1.1.19.tar.gz
.
File metadata
- Download URL: pydwf-1.1.19.tar.gz
- Upload date:
- Size: 7.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b953fa0d9758c0004d80b868ab86be326583a5a4d854065f3a565362715f81b |
|
MD5 | 89d2becf64481bd1d1a0e098256a6cfd |
|
BLAKE2b-256 | f773f5d65c3e6102926868164134425d01a99ba32d1b6ab386d6bc683f8f9138 |
File details
Details for the file pydwf-1.1.19-py3-none-any.whl
.
File metadata
- Download URL: pydwf-1.1.19-py3-none-any.whl
- Upload date:
- Size: 7.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aefd97cfb8d315d2c4daf623682ae9e235a4f7483618c01e3f9362588663f9f2 |
|
MD5 | 20580c679352ca9dd23cd715db825067 |
|
BLAKE2b-256 | fdd0caf463b8d01b293c95c18dee47d20ab8c49ba1b05c490c62fea0b8d5fb8f |