Service manual
Example: Leakage
Current Test
This example performs a leakage test from HI to LO, HI to Chassis, and LO
to Chassis. If the leakage is too high (caused by a failure of the input
impedance), the test prints a message indicating which leakage path has
failed and halts.
Agilent E1300B/E1301B
Figure 2-11. Negative LO to Chassis Leakage Connections
10! RE-SAVE "LEAK_TEST"
20 ASSIGN @Dmm TO 722
30 ASSIGN @Mux TO 70914
40 DISP CHR$(129)
50 DIM Result(5,3), Path$(5,3)[16],Cc$[2]
60 DATA Power Supply HI,Direct HI,LO,Direct LO
70 DATA Direct HI,Power Supply LO,HI,Direct LO
80 DATA Power Supply HI,Direct LO,LO,Chassis
90 DATA Direct HI,Power Supply LO,HI,Chassis
100 DATA Power Supply HI,Direct LO,LO,Chassis
110 DATA Direct LO,Power Supply LO,HI,Chassis
120 READ Path$(*)
130 Cc$="01" ! Card Number
140 CLEAR SCREEN
150 PRINT "Install component assembly and test fixture"
160 PRINT
Verification Tests 2-19