필터 지우기
필터 지우기

Matlab: Telnet to Keysight VXT not succesful.

조회 수: 25 (최근 30일)
Siva Meduri
Siva Meduri 2024년 6월 25일 10:05
답변: Suraj 2024년 7월 8일 11:42
Not able to Connect to Keysight VXT using telnet and run SCPI command . Following is the code used.
t = tcpip('10.232.133.147', 5023);
set(t, 'InputBufferSize', 30000);
fopen(t);
command=':SOUR:POW:AMPL -63 DBM\n'
fprintf(t, command);
fclose(t);

답변 (1개)

Suraj
Suraj 2024년 7월 8일 11:42
Hi Siva,
It looks like you're running into an issue when connecting to your hardware using "tcpip" function.
I found the following article by the MathWorks support team which may be helpful.
Do try the steps mentioned in the above article.

카테고리

Help CenterFile Exchange에서 Programming Utilities에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by