Fluke 8845A Calibration Manual page 112

Digital multimeter
Hide thumbs Also See for 8845A:
Table of Contents

Advertisement

8845A/8846A
Calibration Manual
B-10
# 1 kOhm
PRINT @<address of meter>, "CAL:VAL GRES,1000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 Ohm
# 100 Ohm
PRINT @<address of meter>, "CAL:VAL GRES,100"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 Ohm 8846 only
# 10 Ohm
PRINT @<address of meter>, "CAL:VAL GRES,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"
### Calibrate 1G Ohm 8846 only
# 1G Ohm
PRINT @<address of meter>, "CAL:VAL GRES,1000000000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 nF 8846 only
# 10 nF
PRINT @<address of meter>, "CAL:VAL GCAP1,10.0E-9"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 nF 8846 only
# 10 nF second time
PRINT @<address of meter>, "CAL:VAL GCAP2,10.0E-9"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8846a

Table of Contents