4 pause(), Ause – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 86

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

81

21.4 Pause()


Pauses a running script. Later, script execution can be resumed or cancelled.


Format:

Pause()


Example:


If( Something_Interesting() )
{

GotoEvent(); # Jump to the trace view

Pause();

# Pause script execution

}


Remark:

This function works only for VS Engine controlled via a GUI. For VSEs controlled by COM/Automation

clients, it does nothing.

When script execution is paused, the Run Verification Script window looks like:

Advertising