Reputation: 59
I'm trying to get the National Instruments Visa library (without Labview) working on a Redhat Enterprise Linux 6.7 PC. It comes with some configuration utilities (NIvisaic & visaconf) to find and setup the instruments but after a week of trying we've given up trying to get them to run. I know from windows it's just a configuration text file visaconf.ini but I don't know where to put it or if it's the same file & format for linux. Bottom line, how do I manually configure NI Visa in Linux ?
Upvotes: 0
Views: 2081
Reputation: 938
Why not use the PyVISA library?
https://pyvisa.readthedocs.io/en/stable/
Upvotes: 0