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
- Host: GitHub
- URL: https://github.com/ymtoo/simple-nidaqmx
- Owner: ymtoo
- Created: 2018-07-30T10:41:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T09:58:56.000Z (over 7 years ago)
- Last Synced: 2025-10-29T01:27:59.954Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 24.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)