Programming instructions
Chapter 5 Command Summary 71
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.
241 acv ana offset 1 KV
242 rmsdc ratio
243 sampdc ratio
244 aci gain
245 freq gain
246 attenuator high frequency dac
247 amplifier high frequency dac 10 mV
248 amplifier high frequency dac 100 mV
249 amplifier high frequency dac 1V -SCAL
250 amplifier high frequency dac 10V
251 amplifier high frequency dac 100V
252 amplifier high frequency dac 1 KV
253 interpolator
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
40 FOR N=1 TO 253
50 PRINT "Cal item=", T