Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Python pyvisa NI-9251

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(3,176 Views)
Solution
Accepted by topic author dhaas

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


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(3,152 Views)