2 sleep(), Leep – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 84

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

79

21.2 Sleep()


Asks VSE not to send any events to a script until the timestamp of the next event is greater than
the timestamp of the current event plus sleeping time.


Format:

Sleep( time )


Parameters:

time

VSE time object specifying sleep time


Example:

Sleep ( Time(1000) );
# Don’t send any event occurred during 1 ms from the current event.


Advertising