6-28
Reading test setup internal parameters
Case 2. To use built-in functions
Local Variables Definition
BLOCK
IdVg
VG = getVectorData(“Vg”)
ID = getVectorData(“Id”)
GM = getVectorData(“gm”)
GM_MAX = getVectorData(“gmMax”)
VTH = getNumericData(“Vth”)
IdVd
END BLOCK
Vg, Id, gm, gmMax, and Vth
must be the display parameters
of IdVg.
Display parameters of
the last Data Display window
Test setup
Test setup
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.