You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numpy is only used to create a zero'ed byte array that is passed to PyDAQmx as a TX/RX buffer - this could be accomplished using python's build-in ctypes which would save ~5 MB of downloaded files and ~50 MB of extracted files.