Agilent Technologies B1500A Self-Paced Training Manual page 185

Semiconductor device analyzer easyexpert software
Hide thumbs Also See for B1500A:
Table of Contents

Advertisement

Reading test setup internal parameters
Case 2. To use built-in functions
Local Variables Definition
BLOCK
IdVg
Test setup
VG = getVectorData("Vg")
ID = getVectorData("Id")
GM = getVectorData("gm")
GM_MAX = getVectorData("gmMax")
VTH = getNumericData("Vth")
IdVd
Test setup
END BLOCK
This example shows another way to read the value of the internal variables (Vg, Id, gm, gmMax,
and Vth). In this example, you do not use the mapping table but use the getVectorData and
getNumericData built-in functions. The functions can be used to read the value of parameters
displayed on the last data display.
To read the value:
•Define VG, ID, GM, GM_MAX, and VTH as the analysis parameters.
•Set these analysis parameters to the display parameters.
•Insert the ASSIGN statements to add the formula shown above.
Display parameters of
the last Data Display window
Vg, Id, gm, gmMax, and Vth
must be the display parameters
of IdVg.
6-28

Advertisement

Table of Contents
loading

Table of Contents