User`s guide
Examples
The following program segment configures the instrument for dc current
measurements. The READ? command places the instrument in the "wait-for-
trigger" state, triggers a measurement, and then sends the reading to
memory and the instrument output buffer. The default range (autorange)
and resolution (1 PLC) are used for the measurement.
CONF:CURR:DC
READ?
Typical Response: +8.54530000E-03
The following program segment configures the instrument for dc current
measurements. The INITiate command places the instrument in the "wait-
for-trigger" state, triggers a measurement, and stores the reading in
memory. The FETCh? command transfers the reading from reading memory
to the instrument output buffer. The 1 A range is selected with 1 mA
resolution.
MEAS:CURR:DC? 1,0.001
INIT
FETC?
Typical Response: +4.27150000E-02