Module 9
Modifying Application Test Definitions
9-26
To Use Built-in Functions
User function setup example
gm = diff(Id,Vg)
gmMax = max(gm)
GM_MAX=getVectorData(gmMax)
VTH=getNumericData(Vth)
GM=getVectorData(gm)
ID=getVectorData(Id)
VG=getVectorData(Vg)
This is an user function setup example. This example uses the diff function to calculate gm values
and the max function to get the maximum gm value.
Also, the getVectorData and getNumericData functions are used in the test execution flow to get the
test result data.