Teledyne-lecroy SATracer 3G Verification Script Engine manual Uživatelský manuál Strana 41

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 68
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 40
LeCroy Corporation Verification Script Engine Reference Manual Version 1.01
9.3 KillTimer()
Stops timing calculation for a specific timer and frees related resources.
Format : KillTimer( timer_id = 0)
Parameters:
timer_id – a unique timer identifier.
Example:
KillTimer(); # - stop timing for timer with id = 0;
KillTimer(23); # - stop timing for timer with id = 23;
9.4 GetTimerTime()
Retrieve the timing interval from the specific timer
Format : GetTimerTime ( timer_id = 0)
Parameters:
timer_id – a 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.
36
Zobrazit stránku 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 67 68

Komentáře k této Příručce

Žádné komentáře