summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/visaQuery.py
diff options
context:
space:
mode:
authornxf58843 <[email protected]>2021-08-23 09:55:04 -0700
committerGitHub <[email protected]>2021-08-23 09:55:04 -0700
commitfb16e80e575a44828f5367f4fb7380162b0354f0 (patch)
treebb965cc935083d99e083667d4f0f1533d50a29f5 /examples/device/usbtmc/visaQuery.py
parent616562a48aa1d8ce2f4ca71f6e780a8bec9fb5eb (diff)
parentea902493db49843dcdeca6bfa2b2efe540f44b2f (diff)
Merge pull request #2 from hathach/master
Pulling latest from source
Diffstat (limited to 'examples/device/usbtmc/visaQuery.py')
-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)