User`s manual

CONFigure?
The CONFigure? command queries the multimeter to return the configuration set by
the most recent
CONFigure or MEASure command.
It returns a quoted string to the output buffer in the following format:
“<function> <parameter>,<parameter>”
Subsystem Syntax CONFigure?
Comments When the multimeter is configured for voltage or resistance measurements,
CONFigure? returns the function followed by the selected range and resolution.
For example:
FRES 2.320000E+002,6.103516E-005
RES 1.489400E+004,1.562500E-002
VOLT:AC 5.090000E+000,7.629395E-006
VOLT 7.270000E+000,7.629395E-006
Since you cannot set the range or resolution for temperature measurements,
CONFigure? returns "TEMP" followed by the specified transducer and type. For
example:
TEMP FRTD,385
TEMP THER,2252
If you specify AUTO, DEF, MIN, or MAX for the range or resolution parameters in
CONFigure or MEASure, the CONFigure? command returns the selected value.
Related Commands: CONFigure, MEASure
Example Querying the Multimeter Configuration
dimension string array !Dimension computer array to store string.
CONF:FRES 1560,MAX,(@100:103) !Function: 4-wire ohms;
range selected: 1861
;
MAX resolution: 125 m
.
CONF? !Query configuration.
enter statement !Enter string into computer.
String Returned:
FRES 1.861000E+003,1.250000E-001
Chapter 5 Command Reference 134