User`s guide
370 VEE User’s Guide
10 Test Sequencing Chapter
FUNCTION: Specifies the test to run. You can call UserFunctions,
Compiled Functions, Remote Functions, or you can write in
an expression to be evaluated. The result of the function
you call (or expression you evaluate) is tested against the
specifications.
If a UserFunction returns more than one value, VEE
assumes the top output pin holds the result to be tested.
Functions can also be combined and nested:
(random(0,myfunc()+3,100)*2), for example.
LOGGING
ENABLED
Logs test data. To specify logging options, open the
Sequencer object menu, choose Properties, click on the
Logging folder, and choose from the list. By default, Name,
Result, and Pass are checked. There is also a field to
choose between Log to Output Pin Only and Log Each
Transaction To:. If logging is enabled, each test logs a
record.
This button toggles to LOGGING DISABLED.
IF PASS Determines branching instructions. If the test passes, VEE
goes to this line for branching instructions. IF PASS tells
VEE to branch according to the selection in the drop-down
menu.
This button also toggles to IF PASS CALL:.
IF PASS CALL: tells VEE to call the stated function, then go
to the branching menu selection.
(Refer also to THEN CONTINUE, which is the next item in
this table.)
Table 4 0 Sequence Transaction Dialog Box
Sequence
Transaction Field
Description