Keysight Technologies 34450A Programmer's Reference Manual page 92

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

Advertisement

2     SCPI Programming
<resolution> 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
instrument gives an overload indication : OL (positive overload) or -OL (negative overload) from the
front panel or "±9.9E+37" from the remote interface.
— For the available measurement functions in dual display mode, refer to the Keysight 34450A User
Guide.
Examples
The following program segment configures the instrument for DC voltage 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:SEC:VOLT:DC
READ?
Typical Response: +1.86850000E-03
The following program segment configures the instrument for DC voltage 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 V range is selected with resolution set to 3.00E-5.
CONF:SEC:VOLT:DC 1,3.0e-5
INIT
FETC?
Typical Response: +4.27150000E-01
See Also
CONFigure:SECondary?
FETCh?
INITiate[:IMMediate]
READ?
92
<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