Unable to create visa object with TekVisa
5 次查看(过去 30 天)
显示 更早的评论
PC and MSO4104B Tek oscilloscopes are connected through USB and TekVisa 4.9 is installed. I am getting the following error:
g = visa( 'tek' , 'USB::0x0699::0x0409::C010730::INSTR');
??? Error using ==> visa.visa at 228
The specified VENDOR adaptor could not be found.
Tektronix Open Choice Instrument Manager shows that TekVisa is working find.
Any suggestions?
0 个评论
回答(1 个)
Burak Mert Gonultas
2016-12-27
Use instrfind('visa') to find drivers and use that instead of 'tek'
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!