beautypg.com

Run verification script), Data – Teledyne LeCroy SATracer 3G Verification Script Engine manual User Manual

Page 11

background image

LeCroy Corporation

Verification Script Engine Reference Manual

Version 1.01

Starting VSE running …

Verification Script

Call..

SASTracer 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 )

Text
File

OnStartScript()

Data…

COM

Client


The Verification script result "DONE" occurs when the script has been configured to extract and display some information about
the trace, but not to display PASSED/FAILED results. To configure a script so that it only displays information—place a call
somewhere in your script to the function ScriptForDisplayOnly()
in OnStartScript(), for example.

6