Service manual
Example:
DC Isolation Test
This example performs DC Isolation Tests for HI to LO, HI to Chassis, and
LO to chassis
Typical Result
DC Isolation Tests
HI to LO (Ohms) 1E+38
HI to Chassis (Ohms) 1E+38
LO to Chassis (Ohms) 1E+38
Performance
Test Record
Table 2-1 is a form you can copy and use to record performance verification
test results for the matrix module. Information concerning test limits,
measurement uncertainty, and test accuracy ratio (TAR) is provided below.
Test Limits Test limits are defined for Closed Channel Resistance Test and DC Isolation
Test using the specifications in Appendix A of the Agilent E1465A/E1466A/
E1467A Relay Matrix Switch Modules User’s Manual. The specifications
are single-sided, (i.e., there is an upper limit or a lower limit, but not both).
In the Performance Test Record, the Minimum or Maximum column will be
blank.
610 PRINT TABXY(1,1)," LO to Chassis DC Isolation Measurements"
620 PRINT TABXY(1,3)," 1. Connect DMM Input HI lead to ";Conn$(1)
630 PRINT TABXY(1,4)," 2. Connect DMM Input LO lead to ";Conn$(2)
640 DISP "Press Continue when connections are complete"
650 PAUSE
660 CLEAR SCREEN
670 OUTPUT @Dmm;"TRIG SGL"
680 ENTER @Dmm;Value(2)
690 OUTPUT @Sw;"OPEN (@"&Cc$&"0000:"&Cc$&Row$&Col$&")"
700 PRINT "DC Isolation Tests Complete"
710 DISP "Press continue to print measurement results"
720 PAUSE
730 CLEAR SCREEN
740 PRINT TABXY(1,1), "DC Isolation Tests"
750 PRINT TABXY(1,3), "HI to LO (Ohms) ";Value(0)
760 PRINT TABXY(1,4), "HI to Chassis (Ohms) ";Value(1)
770 PRINT TABXY(1,5), "LO to Chassis (Ohms) ";Value(2)
780 END
Agilent E1465A/66A/67A Service Manual Verification Tests 33