【发布时间】:2013-04-18 05:14:20
【问题描述】:
我正在尝试使用 Keithley 和 PyVISA 进行 IV 曲线测量。我在Keithley website 上找到了一个Matlab example,但有一个部分我无法理解。
% Used the serail poll function to wait for SRQ
val = [1]; % 1st instrument in the gpib object, not the gpib add
spoll(obj1,val); % keep control until SRQ
fprintf(obj1,':TRAC:DATA?')
这个串行轮询功能究竟是做什么的?我在 PyVISA 中没有这个 spoll 函数,是吗?
【问题讨论】: