Unable to find adaptors after installing support package
13 views (last 30 days)
Show older comments
MathWorks Support Team
on 15 Sep 2021
Answered: MathWorks Support Team
on 4 Nov 2021
I have installed the ‘Keysight IO Libraries and VISA Interface’ support package for Instrument Control Toolbox. I am not able to see the adaptor when I run:
instrhwinfo('visa')
Also, when I try to create a visa object with the command below:
instrObj = visa('agilent',instrumentVISAAddress,'InputBufferSize', 100000);
I got the error message below:
Unable to create VISA object. The required drivers may not be installed properly.
Accepted Answer
MathWorks Support Team
on 15 Sep 2021
Please restart MATLAB after support package installation. These errors indicate that MATLAB has not yet been restarted.
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!