An open API service indexing awesome lists of open source software.

https://github.com/ymtoo/simple-nidaqmx

Multiple output voltage transmission and multiple input voltage reception based on nidaqmx-python
https://github.com/ymtoo/simple-nidaqmx

Last synced: 2 months ago
JSON representation

Multiple output voltage transmission and multiple input voltage reception based on nidaqmx-python

Awesome Lists containing this project

README

          

# simple-nidaqmx
This is a simple implementation of multiple output voltage transmission and multiple input voltage reception based on nidaqmx-python (an API for interacting with the NI-DAQmx driver, which is created and supported by National Instruments (NI)).

## Dependencies
The following must be installed:
* Windows OS
* NI-DAQmx driver
* Python 3
* Numpy
* Scipy
* [nidaqmx-python](https://github.com/ni/nidaqmx-python)
* Jupyter notebook (optional)
* HoloViews (optional)