VISA runtime

From SweepMe! Wiki
Revision as of 01:06, 5 November 2019 by Afischer (talk | contribs) (Created page with "In order to use GPIB, USBTMC, or TCPIP, you need to install a visa runtime. This runtime will handle the correct communication. === Vendors === There exist diffe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In order to use GPIB, USBTMC, or TCPIP, you need to install a visa runtime. This runtime will handle the correct communication.

Vendors

There exist different vendors that have their own runtimes, e.g.

In case Typically, the runtime should match the

Troubleshooting

  • To check whether SweepMe! was able to find a runtime, go to the menu 'Ports' -> 'Port manager'. If there are no error message, everything is alright.
  • SweepMe! is based on python 3.6.8 (32bit) and the visa runtime must have the same 'bitness'.
  • If the dll has not been found, but your are sure that the right file is installed, you can change the path that is used to load the runtime (see below)
  • Try to use python 3.6 (32 bit) and pyvisa to see whether it is possible to load the correct visa runtime: Link

Individual runtime path

SweepMe! loads the visa runtime during the program start. If your visa runtime is not found, you can add an individual path. As SweepMe! relies on the library pyvisa, you can use the following link link that describes how to create a configuration file '.pyvisarc' where the path to the visa runtime is given.