User`s guide
Examples
The following program segment shows how to use the READ? command with
the CONFigure command. The READ? command places the instrument in the
"wait-for-trigger" state, triggers a measurement when the rear-panel Ext
Trig Inputline is pulsed (low by default), sends the readings to memory, and
then transfers the readings to the instrument output buffer.
CONF:VOLT:DC 10,0.003
TRIG:SOUR EXT
READ?
Typical Response: +4.27150000E-03
The following program segment shows how to use the READ? command to
make a dc voltage measurement. The CONFigure command configures the
meter for a dc voltage measurement and sets the trigger source to
IMMediate. The READ? command places the meter in the "wait-for-trigger"
state, initiates a trigger, and then sends the reading to memory.
CONF:VOLT:DC
READ?
Typical Response: +1.26360000E-02