Problems with VISA connectivity (visadev)
83 次查看(过去 30 天)
显示 更早的评论
Using the function
visadev('TCPIP0::127.0.0.1::inst0::INSTR')
Gives the error
Unable to get VISA installation information from shared library.
And
visadevlist
returns
Unable to find any VISA resources during the specified timeout period. Open the vendor's control software to search for available
VISA resources.
4 个评论
Nicolas Garcia
2021-8-3
I am also getting this error when connecting to Keysight instruments. It is particularly frustrating because there appears to be no change in the hardware or connectivity setup parameters. I didn't run into this issue using the original 'visa'
Zahra Vaziri
2022-10-11
Anyone have any more ideas?
采纳的回答
Lukas Grundmann
2021-11-2
Hello,
I had the exact same problem and fixed it as follows:
- Open your Keysight Connection Expert
- In the top right hand corner, click the little gear symbol to open the settings dialogue
- Go to "Tools"
- Got to "VISA Conflict Manager"
- In the tab "General VISA Settings", no implmentations were enabled when I first opened it. I have multiple implementations installed and now enabled "Keysight VISA" and "Keysight VISA.NET". Also, I selected them as the "Preferred Implementation".
- Press "Apply" and "OK"
After this, the
visadev
command worked again for me.
3 个评论
更多回答(1 个)
Andrei
2023-10-20
This can be fixed in the vendor's VISA Conflict Manager utility. Refer to https://www.mathworks.com/matlabcentral/answers/1684554-why-do-i-get-an-error-with-visadev-and-visadevlist
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!