User`s guide

3- 26 Agilent EasyEXPERT Users Guide Vol. 1, Edition 1
Application Test Definition
Program Component
Program Component
The Program Component selection menu provides the components described in
“Script Program Statements” on page 5-20. Especially, the following components
provide the setup editor.
“ASSIGN”
“COMMENT”
“IF”
“ELSE IF”
“FOR”
ASSIGN This component provides the setup editor that contains the following entry fields
used to define the value of the variable.
Variable Variable name
Expression Definition of the variable
COMMENT This component provides the setup editor used to enter the comment for the line.
IF This component provides the setup editor used to enter the condition for the IF
statement.
ELSE IF This component provides the setup editor used to enter the condition for the
ELSE
IF statement.
FOR This component provides the setup editor that contains the following entry fields
used to define the FOR NEXT loop condition.
Variable Variable name
Initial Value Count to start the FOR NEXT loop
Terminate Value Count to terminate the FOR NEXT loop
Step Value Loop count incremental step value