Matlab does not detect TekVISA
이전 댓글 표시
Hello All,
I want to connect to the Tektronix MSO54 via USB, using the VISA driver.
For this, I have downloaded and installed the latest version (4.1) of TekVISA. There is no other alternative VISA installation on this PC (like agilent or NI), so no conflict is suspected, the TekVISA really IS the primary VISA.
Yet, I am unable to connect through TekVISA even to a basic existing serial port. The following line of code fails:
visaObj = visa('tek','ASRL6::INSTR');
The error is:
Error using visa (line 444)
Unable to create VISA object. The required drivers may not be installed properly.
Type 'instrhelp visa' for more information.
Also, if I try to create a VISA instrument in the Test&Measurement Tool, I see no VISA driver is available, see picture below. Do I need to do anything else special for the TekVISA to be visible in Matlab? Thanks.

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!