This package fakes parts of the nidaqmx package for controlling NI boards. It should be used like:
import logging
try:
import nidaqmx
except ImportError:
import theknights as nidaqmx
The main purpose is to enable testing, development and continuous integration on machines which do not have NI boards attached. This package has been developed in the Portugues lab. Documentation can be found here .
The package was created with Cookiecutter and this template.