PyVISA command-line utilities
PyVISA is a Python frontend for the VISA library that enables controlling all kinds of measurement equipment through GPIB, RS232, USB and Ethernet among others interfaces. If you are following the development of PyVISA you might have seen that we have recently made the visa module executable to provide a few useful utilities. To try this, you need to update to the latest PyVISA: $ pip install -U https://github.com/hgrecco/pyvisa/zipball/master First, we now provide a simpler way to get debug information: $ python -m visa info Machine Details: Platform ID: Darwin-10.8.0-x86_64-i386-32bit Processor: i386 Python: Implementation: CPython Executable: /Users/grecco/envs/lantz/bin/python Version: 3.2.3 Compiler: GCC 4.2.1 (Apple Inc. build 5666) (dot 3) ...