Borrar filtros
Borrar filtros

Matlab: Telnet to Keysight VXT not succesful.

25 visualizaciones (últimos 30 días)
Siva Meduri
Siva Meduri el 25 de Jun. de 2024 a las 10:05
Respondida: Suraj el 8 de Jul. de 2024 a las 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);

Respuestas (1)

Suraj
Suraj el 8 de Jul. de 2024 a las 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.

Categorías

Más información sobre Programming Utilities en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by