Merge pull request #803 from pigrew/usbtmc_default_rm

USBTMC: remove reference to visa DLL (which only was for windows, and…
This commit is contained in:
Ha Thach 2021-05-05 10:52:02 +07:00 committed by GitHub
commit ee00918b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)