Module 9
Modifying Application Test Definitions
9-37
To Use Test Setup Internal Variables
Using built-in functions, setup example
This example sets the following test flow:
Local Variables Definition ! Defiles Yes variable
BLOCK
Message ! Do you perform Id-Vg measurement?
IF Yes=1
IdVg ! Classic test setup for Id-Vg measurement
VG=getVectorData(“Vg”)
ID=getVectorData(“Id”)
GM=getVectorData(“gm”)
GM_MAX=getVectorData(“gmMax”)
VTH=getNumericData(“Vth”)
END IF
Message ! Do you perform Id-Vd measurement?
IF Yes=1
IdVd ! Classic test setup for Id-Vd measurement
END IF
Message ! Click OK to display VTH and GM_MAX values and end the test
END BLOCK
For the example definition, open the Trng idvd idvg3 definition stored in the \data folder on the
Manual CD-ROM. The Manual CD-ROM stores the example test setup and definition data used in
this manual.