Daxus
Unofficial library to read single shot data from DXS-100 Daxis Data Acquisition Device
Example
with Daxus('127.0.0.1', 2864) as d:
print(d.channels[0])
d.set_mode('realtime')
print(d.get_measurements())
{"channel_label": "DCFC4-I", "channel_num": 1, "channel_id": 18, "slot_num": 0, "span_top": 0.1, "span_bottom": 0.0, "attenuation_code": 0, "units": "V"}
{'example_chan4-I': 0.0001166666666666677, 'example_chan3-I': 0.00017500000000000154, 'example_chan2-I': 0.0002816666666666662, 'example_chan1-I': 0.00012000000000000205, 'example_chan4-V': 0.0006666666666674814, 'example_chan3-V': -0.003999999999997783, 'example_chan2-V': 0.0006666666666674814, 'example_chan1-V': 0.0086666666666666}
Release files for daxus 1.0.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| daxus-1.0.post1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / daxus-1.0.post1-py2.py3-none-any.whl
| Download URL | daxus-1.0.post1-py2.py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
52fa7d69a0a95028f3df78e4ee0326b715c816e9aa6f732fa9c392dc3e4f6993
|
|
BLAKE2b-256 checksum How to use checksums |
8a0c0602d2c9b17813d1436cc7ccde47855dc5be322b04369d2a26909114d154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.20.1
|