I'm trying to do a IV curve measurement with Keithley and PyVISA. I found a Matlab example on Keithley website, but there's one section that I could not understand.
% 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?')
What exactly does this serial poll function do? And I don't have this spoll
function in PyVISA, do I?