Service manual
Typical Result
HI Path LO Path
Row 0 to Col 0 .4162 Ohms .4047 Ohms
Row 0 to Col 1 .4045 Ohms .4151 Ohms
Row 0 to Col 2 .3947 Ohms .3875 Ohms
•
ù
•
•
ù
•
•
ù
•
Row 7 to Col 29 .4127 Ohms .4007 Ohms
Row 7 to Col 30 .4002 Ohms .4111 Ohms
Row 7 to Col 31 .4047 Ohms .4245 Ohms
970 NEXT K
980 NEXT J
990 CLEAR SCREEN
1000 PRINT "Measurements complete for Row ";Path$(T); " To Column
";Path$(T)
1010 IF T=0 THEN
1020 DISP "Press continue for Row ";Path$(T+1); " to Column ";Path$(T+1)
1030 ELSE
1040 DISP "Press continue to print measurement results"
1050 END IF
1060 PAUSE
1070 NEXT T
1080 CLEAR SCREEN
1090 !
1100 ! Print Measurement Results
1110 !
1120 Format: IMAGE "Row ",DD," to Col ",DD,3X,DD.DDDD," Ohms
",5X,DD.DDDD," Ohms"
1130 PRINT TABXY(1,3)," HI Path LO Path"
1140 PRINT
1150 FOR J=0 TO Row
1160 FOR K=0 TO Col
1170 PRINT USING Format;J,K,Val_h(J,K),Val_l(J,K)
1180 NEXT K
1190 NEXT J
1200 END
28 Verification Tests Agilent E1465A/66A/67A Service Manual