VI_ERROR_RSRC_NFOUND (-1073807343): Insufficient location information or the requested device or resource is not present in the system.
eatenapple-exqc opened this issue · 1 comments
eatenapple-exqc commented
I have the pyvisa working but intermittently get the above error , I have not been able to run long hours of testing.
when I rerun the program the , the program goes through fine. this error is ver random and becoming a nightmare for my automated testing.
Instrument details
- Model: FSWP
- Communication: TCPIP
- Link to the documentation (if available):
Output of pyvisa-info
I'm using python 3.0 have the pyvisa installed but this pyvisa-info command says not a valid command
I'm using a mac is the command different
MatthieuDartiailh commented
Python 3.0 is really old. You may have a,n old version of pyvisa too, you can try to use python -m visa info
to see if you can get more details about your details this way.