Browse Source

USBTMC: remove reference to visa DLL (which only was for windows, and auto-select instead.

Nathan Conrad 5 years ago
parent
commit
7998f11258
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/device/usbtmc/visaQuery.py

+ 1 - 1
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)