Python VISA -- control GPIB, USB, Serial
Description
A Python package with bindings to the "Virtual Instrument Software Architecture" VISA library, in order to control measurement devices and test equipment via GPIB, RS232, or USB.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Simple to use.
-
Simple. Useful. Light.
-
Nice and Easy to use.
-
very easy to use
-
Hey it's working. Although installation is shit - won't work as it is - on windows To install it on win I did (and I'm totally python dumb so it might not be great fix but working): 1. edit setup.py: to line 60-67 paste following #home_dir = os.environ['HOME'] #real_rpmmacros_name = os.path.join(home_dir, '.rpmmacros') #distutils_rpmmacros_name = os.path.join(home_dir, '.rpmmacros.distutils') #temp_rpmmacros_name = os.path.join(home_dir, '.rpmmacros.original') def restore_rpmmacros(): #shutil.move(temp_rpmmacros_name, real_rpmmacros_name) pass 2. go to setup.cfg. Edit path to your python at my case: prefix = c:\Python26 Now just run: "setup.py install" and all shall be great. Thanx much for the release but next time more multi-platform setup would be great ;)
-
I am new to python. I have used a lot of vb gpib programming and am trying to switch completely to python.