Why does fclose()/instrreset take 120 seconds no matter what I do when using visa object with Keysight VNA?

1 次查看(过去 30 天)
I am using the instrument control toolbox to control a Keysight PNA. The following code causes matlab to lock up for 120 seconds at fclose(vna) and I can't figure out why. I am able to control the VNA, take measurements, read, etc. Only once I try to use fclose(vna) or instrreset I get a 120 window of nothing from Matlab. I have the latest versions of the instrument control toolbox and Matlab 2018a.
v = instrhwinfo('visa','keysight');
vna = (eval(v.ObjectConstructorName{1}));
fopen(vna);
fclose(vna);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by