I want to do some measurements with our new Keithley DMM7510.
We have used Keithleys 2002 before, where the commands to read a measurement looked like this:
Code: Select all
:FUNC 'VOLT:DC'
:DATA:FRES?
I'm now stucking a bit with the 7510, because here the display is *only refreshed* when a measurement command is issued. Between two measurements the display stays at the last value.
These are the commands I use:
Code: Select all
:FUNC 'VOLT:DC'
:MEAS:VOLT? \"defbuffer1\", READ, SECONDS
Best regards,
A. Hartmann