5 Command Summary
102 Keysight 3458A Calibration Manual
Remarks
Related commands: ACAL, CAL, SCAL
Example
The following two program examples query the calibration constants. The first
program returns an individual response while the second program lists all 253
calibration constants. The parameter “T” in each program specifies the cal_item
which calls for the initial value, lower limit, upper limit, or actual value.
Return an individual calibration constant (#2).
Return the entire set of calibration constants.
251
amplifier high frequency dac 100 V
252 amplifier high frequency dac 1 kV -SCAL
253 interpolator
const_id Description Constant derived from
10 PRINTER IS 701
20 DIM A$ [100]
30 T=3 !Specifies the cal_item
40 PRINT "Cal item=", T
50 OUTPUT 722;"QFORMAT ALPHA" !Enables alpha/numberic query response
60 OUTPUT 722;"CAL? 2", T !Queries constant #2
70 ENTER 722;A$
80 PRINT A$
90 END
10 PRINTER IS 701
20 DOM A$ [100]
30 T=3 !Specifies the cal_item