diff options
| author | Nathan Conrad <[email protected]> | 2021-04-22 21:47:51 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2021-04-22 21:47:51 -0400 |
| commit | 7998f11258cec71dd1ea5703a7e7f241fbfbc756 (patch) | |
| tree | 217152de3386dc4d013856896343b2a07b4f22f5 /examples | |
| parent | d8fd4352a3e6c621c22e6789243a8634ed134acb (diff) | |
USBTMC: remove reference to visa DLL (which only was for windows, and auto-select instead.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/usbtmc/visaQuery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/usbtmc/visaQuery.py b/examples/device/usbtmc/visaQuery.py index b5bf8d482..50a765a03 100644 --- a/examples/device/usbtmc/visaQuery.py +++ b/examples/device/usbtmc/visaQuery.py @@ -143,7 +143,7 @@ def test_stall_ep0(): assert (inst.read_stb() == 0) -rm = visa.ResourceManager("/c/Windows/system32/visa64.dll") +rm = visa.ResourceManager() reslist = rm.list_resources("USB?::?*::INSTR") print(reslist) |
