4-34
Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
Sample Application Programs for HP VEE
Customizing Sample Programs
To Add a Test Device
If your test die includes three MOSFETs, modify the program as shown below. This
example modifies sample2.vee, and adds the Vth measurement and display objects
for the third MOSFET.
1. Copy and paste the Device 2 Vth Measurement object on the Main program
display, and change the title to Device 3 Vth Measurement.
2. Change the measurement setup, Device ID String, pin, voltage, and so on, for
the third device on the panel display of the Device 3 Vth Measurement object.
See “To Change the Vth Measurement Setup” on page 29.
3. Cut the line between the Device 2 Vth Measurement object and Update G 1st
meas object, then connect the lines as shown below.
•
between Device 2 Vth Measurement and Device 3 Vth Measurement
•
between Device 3 Vth Measurement and Update G 1st meas
4. Open the Show Result object program display, and add the Vth3 input terminal.
5. Open the If/Then/Else object, and add the t3 input terminal.
Figure 4-21
To Add a Test Device (1)