8845A/8846A
Calibration Manual
B-6
# 100 V AC Pole
PRINT @<address of meter>, "CAL:VAL ACPOLE,100"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 1000 V AC Gain @1200 Hz
# 1000 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVAC,750"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 1000 V AC Gain @1200 Hz
# 1000 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVACS,750"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 1000 V AC Pole @50000 Hz
# 1000 V AC Pole
PRINT @<address of meter>, "CAL:VAL ACPOLE,329"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"
### Calibrate 1000 V DC
# 1000V DC
PRINT @<address of meter>, "CAL:VAL GVDC,1000"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate -1000 V DC
# -1000V DC
PRINT @<address of meter>, "CAL:VAL GVDC,-1000"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 100 V DC
# 100V DC
PRINT @<address of meter>, "CAL:VAL GVDC,100"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate -100 V DC
# -100V DC
PRINT @<address of meter>, "CAL:VAL GVDC,-100"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 10 V DC
# 10V DC
PRINT @<address of meter>, "CAL:VAL GVDC,10"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate -10 V DC
# -10V DC
PRINT @<address of meter>, "CAL:VAL GVDC,-10"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$
### Calibrate 1 V DC
# 1V DC
PRINT @<address of meter>, "CAL:VAL GVDC,1"
PRINT @<address of meter>, “CAL? ON”
INPUT LINE @<address of meter>, A$