beautypg.com

4 gettimertime(), Imer – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual

Page 64

background image

Teledyne LeCroy

Verification Script Engine Reference Manual




Page 64 of 115



10.4 GetTimerTime()


Retrieves a timing interval from the specific timer.


Format:

GetTimerTime (timer_id = 0)



Parameters:

timer_id

Unique timer identifier.

Return values:

Returns a VSE time object from a 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.