10-23-2017 04:10 PM
Is there any guidance and interfacing NI-9251 to Python. I've used pyvisa in the past but cannot find any info on interfacing to the NI-9251. I want to understand NI-9251 interfacing prior to purchase.
Solved! Go to Solution.
10-23-2017
10:37 PM
- last edited on
11-14-2024
12:01 PM
by
Content Cleaner
It is quite understandable that you find no information on using pyvisa to talk to that DAQmx device. VISA does note support DAXmx Devices NI-DAQmx is the driver.
You may want to start here and Here for a start at using the c-types module to call into the DAQmx C API