beautypg.com

Verification script engine output context members – Teledyne LeCroy SATracer 3G Verification Script Engine manual User Manual

Page 33

background image

LeCroy Corporation

Verification Script Engine Reference Manual

Version 1.01

6 Verification Script Engine Output Context Members

All verification scripts have output contexts – some special structures whose members are filled

by the script and can be used inside of the application (for more details about output contexts – please
refer to the CATC Script Language(CSL) Manual). The verification script output contexts have only
one member:

out.Result

- the result of the whole verification program defined in the verification script.


This member is supposed to have 3 values:
_VERIFICATION_PROGRESS,( is set by default when script starts running )
_VERIFICATION_PASSED, and _VERIFICATION_FAILED

The last two values should be set if you decide that recorded trace does (or does not) satisfy the

imposed verification conditions. In both cases, the verification script will stop running.

If you don't specify any of those values - the result of script execution will be set as
_VERIFICATION_FAILED at exit.

NOTE: If you don’t care about the results of the script that’s running, please call function

ScriptForDisplayOnly()

one time before stopping the script – then the results will be DONE.




28