Open Data Acquisition Platform
Project description
openDAQ
Open Data Acquisition Platform
The openDAQ SDK offers a standardized interface to a variety of data acquisition hardware. It is easy to use and allows rapid integration of test and measurement systems from different vendors, such as HBK and DEWESoft.
Installation
The package is currently only available as binary wheels that have been built and testeng for the following combinations:
- 64-bit Windows and Python 3.11
- x86_64 Ubuntu 22.04 and Python 3.10
It might not work on Linux distributions with older GLIBC.
On supported systems you can install it with:
pip install opendaq
Quick-start
You can start the application by creating a new instance:
import opendaq
# Create a fresh openDAQ(TM) instance that we will use for all the interactions with the openDAQ(TM) SDK
instance = opendaq.Instance()
In order to list all the available devices, run:
for connection_string, device_info in instance.available_devices.items():
print("Name:", device_info.name, "Connection string:", connection_string)
When using just a reference module without being connected to a physical device, the expected output will be
Name: Device 0 Connection string: daqref://device0
Name: Device 1 Connection string: daqref://device1
More examples can be found under https://docs.opendaq.com/manual/.
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 Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opendaq-0.9.8-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: opendaq-0.9.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caf8b317606b8607518d859cc25ba8ee84476e2b0b81887f0201c6fdc1e6a2d0
|
|
| MD5 |
3c9d332f3f2db9c2170b00e3f0613511
|
|
| BLAKE2b-256 |
908fe6bcbd4e405f491cfc036fc9a0b18f4869cd037b8f4f2b414df472bbca5b
|
File details
Details for the file opendaq-0.9.8-cp310-cp310-manylinux_2_35_x86_64.whl.
File metadata
- Download URL: opendaq-0.9.8-cp310-cp310-manylinux_2_35_x86_64.whl
- Upload date:
- Size: 5.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.35+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d20547314f07e27ccb9e6c7a39a8292c27449a2aee63673424f1b2a53ab8abb
|
|
| MD5 |
f3c18976228166777ab3790977efc21b
|
|
| BLAKE2b-256 |
a6c6c082ea5ac948b5527434f141c2eb5109cc139334c3758d34a41fcf17cf77
|