summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2021-04-22 21:47:51 -0400
committerNathan Conrad <[email protected]>2021-04-22 21:47:51 -0400
commit7998f11258cec71dd1ea5703a7e7f241fbfbc756 (patch)
tree217152de3386dc4d013856896343b2a07b4f22f5 /examples/device
parentd8fd4352a3e6c621c22e6789243a8634ed134acb (diff)
USBTMC: remove reference to visa DLL (which only was for windows, and auto-select instead.
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/usbtmc/visaQuery.py2
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)