2 settimer(), Imer – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 46

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

41

9.2

SetTimer()


Starts the timing calculation from the event where this function was called.


Format:

SendTimer( timer_id = 0)



Parameters:

timer_id

Unique timer identifier

Example:

SetTimer(); # Start timing for timer with id = 0.

SetTimer(23); # Start timing for timer with id = 23.


Remark:

If this function is called a second time for the same timer ID, it resets the timer and starts timing

calculations again from the point where it was called.

Advertising