Daxus DXS-100 Data acquisition single point capture package
Project description
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}
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 Distribution
Hashes for daxus-1.0.post1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52fa7d69a0a95028f3df78e4ee0326b715c816e9aa6f732fa9c392dc3e4f6993 |
|
MD5 | f49fc0f43b1897cbe321dad973a9f5df |
|
BLAKE2b-256 | 8a0c0602d2c9b17813d1436cc7ccde47855dc5be322b04369d2a26909114d154 |