4 gettimertime(), Imer – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 48

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

43

9.4

GetTimerTime()


Retrieve the timing interval from the specific timer.


Format:

GetTimerTime ( timer_id = 0)



Parameters:

timer_id

Unique timer identifier

Return values:

Returns VSE time object from timer with id = timer_id.

Example:

GetTimerTime (); # Retrieve timing interval for timer with id = 0.

GetTimerTime (23); # Retrieve timing interval for timer with id = 23.


Remark :

This function, when called, does not reset the timer.

Advertising