Top "Visa" questions

VISA stands for Virtual Instrument Software Architecture.

Cannot connect to a specific Ethernet port using Python and PyVisa

I am trying to connect to a temperature chamber via an Ethernet connection using pyVisa in Python. The device only …

python visa
Linux implementation of VISA API

Do you know any Linux implementations of Virtual Instrument Software Architecture? Even simple and restricted? Free and open-source implementations are …

linux visa
After installing VISA and PyVisa, VISA module is not found

I'm on Mac OS X v10.8.5 (Mountain Lion). I've installed NI-VISA 5.4 and PyVisa 1.5. When I try 'import visa', I get …

python visa pyvisa
VI_ERROR_TMO (-1073807339)

I'm using RS-232 port to communicate with KeithleyInstruments(SCPI Protocol) and have a problem.I can send the write command …

python serial-port visa
ImportError: No module named

I'm migrating PyVisa from Python 2.6 to Python 3.2. I'm able to install the module. It's listed in C:\Python32\Lib\site-packages\…

python import python-3.x migrate visa
Sending SCPI/GPIB commands over USB from C#

I'm trying to communicate with some test equipment from C# over SCPI. I managed to communicate with one device that …

c# usb visa gpib