Keysight Technologies 34450A Programmer's Reference Manual page 68

Digit multimeter
Hide thumbs Also See for 34450A:
Table of Contents

Advertisement

2     SCPI Programming
continuously changing). If your application requires auto ranging, be sure to specify "DEF" for the <res-
olution> parameter or omit the parameter from the command.
— Auto range thresholds:
Down range at:
Up range at:
— If the input signal is greater than can be measured on the selected range (manual ranging), the instru-
ment gives an overload indication : OL (positive overload) or -OL (negative overload) from the front
panel or "±9.9E+37" from the remote interface.
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 (auto range) and resolution (5
1/2 digits) 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
output buffer. The 1 A range is selected with a resolution of 3.00E-5.
CONF:CURR:DC 1A,3.0e-5
INIT
FETC?
Typical Response: +4.27150000E-02
See Also
CONFigure[:PRIMary]?
FETCh?
INITiate[:IMMediate]
READ?
68
<10% of range
>120% of range
FETCh?
command transfers the reading from reading memory to the instrument
Keysight 34450A Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents