Teledyne LeCroy IBTracer 4X - IBTracer Verification Script Engine Users Manual User Manual
Page 8

Computer Access Technology Corporation
IBTracer Verification Script Engine Manual, version 1.0
Page 8 of 35
OnStartScript()
Starting VSE running …
Verification Script
Call..
IBTracer Application
(Run verification script)
ProcessData()
Call
..
(If expected event )
ProcessData()
Call
..
(If expected event )
ProcessData()
Call
..
(If expected event )
ProcessData()
Set out.Result =
_VERIFICATION_PASSED or
_VERIFICATION_FAILED
will complete the script run.
Call..
(If expected event )
OnFinishScript()
Finishing VSE running … …
Call..
PASSED
FAILED
DONE
Verification Script results
NOTE: Verification script result :
extracting and displaying some information from recorded traces and that the user does not
care about the result . To specify that your script is intented only for the purposes of
displaying information, call somewhere in your script ( in OnStartScript() – for instance )
function ScriptForDisplayOnly() )