-
Retrieving data during measurement run on Keithley 6514
I have a Keithley 6514 electrometer. I am using python to setup and initiate trigger to measure current at 1000 sample points. Is there any way to keep getting the data stored in the buffer while the measurement is running? -
How to detect end of list sweep in a python (pyvisa) script?
Hello
I am using pyvisa to do some measurements on the 2612B system.
How do I reliably detect that the list sweep has finished execution on the instrument?
I tried *OPC? but it times out while waiting. -
tsp command to append to list | listv measurement | buffer overrun error
Hello
I am using matlab to do some measurements on the 2612B system.
I am using following MATLAB command to send the list of voltage points --writeline(K2612B, strjoin({gate_smu,'.trigger.source.listv({',Vliststr,'})'}));
here, Vliststr is a list of voltage values.
If the list is very small, the command works without any problem but whenever the list is long, I get "buffer overrun error". What can I do to avoid it?
Is there any way to append to a list in TSP command set? Is there any other workaround?