필터 지우기
필터 지우기

Issue connecting Tektronix AWG5208 to Matlab

조회 수: 2 (최근 30일)
Matt
Matt 2021년 6월 16일
Hello! I'm trying to connect a Tektronx AWG5208 to Matlab 2019a as well as 2021a using the test and measurement tool. The tool registers the AWG and has a RsrcName value that I verified in a third-party program, but I can't communicate with the AWG. The first time I got this error, I went to Tektronix and downloaded their latest driver. However, I'm still receiving it. Below is my code:
>> vendor = 'tek';
>> rsc = 'TCPIP0::169.254.251.112::inst0::INSTR';
>> awg = visa(vendor, rsc);
Error using visa (line 444)
Unable to create VISA object. The required drivers may not be installed properly.
Type 'instrhelp visa' for more information.
Any thoughts on how I can get this AWG up and running?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Instrument Connection and Communication에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by