endaq-device

Python API for enDAQ data recorders


Keywords
endaq, configure, recorder, hardware, configuration, datarecorder, mide, python, slamstick
License
MIT
Install
pip install endaq-device==1.2.0

Documentation

endaq.device

endaq.device (formerly endaqlib) provides a means of representing, accessing, configuring and controlling enDAQ™ data recorders. It also supports legacy SlamStick™ devices (X, C, and S).

Installation

The endaq-device package is available on PyPI, and can be installed via pip:

pip install endaq-device

For the most recent features that are still under development, you can also use pip to install endaq directly from the GitHub repository:

pip install git+https://github.com/MideTechnology/endaq-device.git@develop

Note: While endaq-device installs into the same endaq 'namespace' as endaq-python, it is otherwise separate; the two packages are not interdependent, and one can be installed without the other. The packages do distinctly different things, and have very different use-cases.

Documentation

Note: the documentation is currently a work in progress.

The docs for this package can be found here.

License

The endaq-python repository is licensed under the MIT license. The full text can be found in the LICENSE file.