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

This commit is contained in:
Nathan Conrad 2021-04-22 21:47:51 -04:00
parent d8fd4352a3
commit 7998f11258
1 changed files with 1 additions and 1 deletions

View File

@ -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)