Getting an error "Unable to create VISA object. The required drivers may not be installed properly." in MATLAB using TekVISA version 2.03 to get the data from the RSA 3048B spectrum Analyzer?

조회 수: 19 (최근 30일)
Spectrum analyzer and the PC are connected through wireless LAN. I am using TekVISA version 2.03 The following command has been used in the MATLAB code.
rtsa = visa( 'tek' , 'TCPIP::139.78.70.149::INSTR');
And the error says
Error using visa (line 234) Unable to create VISA object. The required drivers may not be installed properly. Type 'instrhelp visa' for more information.
Error in code_1 (line 13) rtsa = visa( 'tek' , 'TCPIP::139.78.70.149::INSTR');
What drivers do i have to install to make it work??

답변 (1개)

Vinod
Vinod 2014년 2월 19일
Tek VISA 4.0.0 is the current version of Tek VISA. Any reason you are using Tek VISA 2.0?
Please upgrade to the latest Tek VISA and contact support if you still have trouble.

카테고리

Help CenterFile 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!

Translated by