4 lines
71 B
Python
4 lines
71 B
Python
import pyvisa
|
|
rm = pyvisa.ResourceManager()
|
|
print(rm.list_resources())
|