Teledyne-lecroy IBTracer 4X - IBTracer Verification Script Engine Manuel d'utilisateur Page 20

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 35
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 19
Computer Access Technology Corporation IBTracer Verification Script Engine Manual, version 1.0
Page 20 of 35
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 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, doesn’t reset timer.
10. Time construction functions
This group of functions is used to construct VSE time objects.
10.1 Time()
Constructs verification script time object.
Format : Time(nanoseconds)
Time(seconds, nanoseconds)
Return values:
First function returns
[0, nanoseconds], second one returns [seconds, nanoseconds]
Vue de la page 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 34 35

Commentaires sur ces manuels

Pas de commentaire