5790B
Operators Manual
6-28
CAL_CLST?
Lists the symbolic names and values for a group of calibration constants.
Parameters
1. Which constants to list. This parameter may be a single constant (for
example, DI_7V) or a group of constants (for example, AC_7V), or a
group of groups (for example, AC, or ALL). Refer to Appendix B for a
listing of calibration constants and group names, or use the command "
CAL_RPT? CONSTS" to print a list of all calibration constants.
2. ACTIVE, STORED, OLD, or DEFAULT.
Response
(String) A list of the selected calibration constant names and values. The form
is:
"<EOL>
<total><EOL>
<name>,<value><EOL>
<name>,<value><EOL>
etc.
CAL_CONST?
Returns the value of a particular calibration constant from the active set.
Parameter
The symbolic name of the calibration constant (for example, DI_7V). Refer to
Appendix B for a listing of calibration constant symbolic names, or use the
command " CAL_RPT? CONSTS" to print a list of all calibration constants.
Response
(Float) A number signifying the value of the constant.
CAL_COUNT?
Sequential command. Returns the number of times calibration constants have
been saved at the end of a calibration procedure (except for DC Zeros)
Response
integer
Parameter
None
Example
CAL_COUNT?
Returns 34 if calibration constants have been saved 34 times.