Agilent E5250A User’s Guide, Edition 9 9-9
Executing Sample Programs
Vth and Capacitance Measurement Program
Executing the Program
Before executing the program, do the following:
1. Set the GPIB address for each instrument as follows:
4155/4156: 717
4284A: 724
E5250A: 722
2. Turn on all instruments and the computer.
3. Boot up HP BASIC operating system.
4. Set the 4155/4156 to "NOT SYSTEM CONTROLLER" on the SYSTEM:
MISCELLANEOUS page.
5. Insert the program disk into the disk drive that is connected to the computer.
6. Specify the mass storage device where the program disk is inserted by using the
MSI statement.
For example, if the device is ":CS80,702,1", enter the following command:
MSI ":CS80,702,1"
7. GET the Vth and C measurement program (SP_MAT), and RE-STORE the
program. In following example, the file is stored as program file P_MAT.
GET "SP_MAT"
RE-STORE "P_MAT"
8. GET the Capacitance Compensation Routine (C_COMPEN), and R E-STORE the
program. In following example, the file is stored as program file C_COM.
GET "C_COMPEN"
RE-STORE "C_COM"
For details of Capacitance Compensation Routine, refer to “Using the
Capacitance Compensation Routine” on page 6-28.