Python driver for the coreDAQ low-noise opto-electronic data acquisition system.
Project description
py_coreDAQ
Python driver for the coreDAQ opto-electronic data acquisition system — optical power measurement, programmable capture, and Python-driven lab automation across four hardware variants (InGaAs / Silicon × Linear / Logarithmic).
Install
pip install py_coreDAQ
Quick start
from py_coreDAQ import coreDAQ
with coreDAQ.connect() as meter:
meter.set_wavelength_nm(1550.0)
print(meter.read_all()) # [W, W, W, W] — all four channels
print(meter.channels[0].power_w) # one channel, in watts
Documentation
Full documentation, API reference, and examples: https://py-coredaq.readthedocs.io/
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
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 py_coredaq-1.0.7.tar.gz.
File metadata
- Download URL: py_coredaq-1.0.7.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a66d4ded4bd8bba54d278eb8737b3dd259cf4fda3ea66655e8b609b68a120f6
|
|
| MD5 |
a2b20af16ab4a9f89bef58867e8075ae
|
|
| BLAKE2b-256 |
ccf0a3c5a35bc863da4a9dd953d71c4e9292efaa886f149a771ed0de1f3972bd
|
File details
Details for the file py_coredaq-1.0.7-py3-none-any.whl.
File metadata
- Download URL: py_coredaq-1.0.7-py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882a0c132e0aac81e2f65b74ddc0b3fca1f56f92a5c008f730bc93e5358e52e6
|
|
| MD5 |
da3f59345b579cbe7bc470b193000858
|
|
| BLAKE2b-256 |
1a692c6a9b741565c75782de90cdcbbc625c1ea1aa14139582b7b99950fadabc
|