Run verification script), Data – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual
Page 11

Teledyne LeCroy
Verification Script Engine Reference Manual
Page 11 of 115
OnStartScript()
Starting VSE running …
Verification Script
Call..
Application
(Run verification script)
ProcessEvent()
Call..
(If expected event )
ProcessEvent()
Call..
(If expected event )
ProcessEvent()
Call..
(If expected event )
ProcessEvent()
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
ProcessEvent()
Call..
(If expected event )
File
COM
Client
Data…
Note: Verification script result <DONE> means that the script is intended for extracting and displaying some
information from recorded traces only, and you do not care about results. To specify that your script is for
displaying information only, call the function ScriptForDisplayOnly() somewhere in your script (in
OnStartScript(), for instance).