Fluke 8845A Calibration Manual page 107

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

Advertisement

Appendices
B
Example Adjustment Program
# 100 mV AC Gain
PRINT @<address of meter>, "CAL:VAL GVACS,0.1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 mV AC Pole @1200 Hz
# 100 mV AC Pole
PRINT @<address of meter>, "CAL:VAL ACPOLE,0.1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 V AC Gain @1200 Hz
# 1 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVAC,1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 V AC Gain @1000 Hz
# 1 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVACS,1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 V AC Slow @10 Hz
# AC Slow
PRINT @<address of meter>, "CAL:VAL FVAC,1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 V AC Pole @50000 Hz
# 1 V AC Pole
PRINT @<address of meter>, "CAL:VAL ACPOLE,1
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 V AC Gain @1200 Hz
# 10 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVAC,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 V AC Gain @1200 Hz
# 10 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVACS,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 V AC Pole @50000 Hz
# 10 V AC Pole
PRINT @<address of meter>, "CAL:VAL ACPOLE,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 V AC Gain @1200 Hz
# 100 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVAC,100"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 V AC Gain @1200 Hz
# 100 V AC Gain
PRINT @<address of meter>, "CAL:VAL GVACS,100"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 V AC Pole @50000 Hz
B-5

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8846a

Table of Contents