Unable to create visa object with TekVisa
8 ビュー (過去 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!