我正在尝试使用 Keithley 和 PyVISA 进行 IV 曲线测量。我在Keithley 网站上找到了一个 Matlab示例,但有一个部分我无法理解。
% 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?')
这个串行轮询功能究竟是做什么的?spoll
我在 PyVISA 中没有这个功能,是吗?