Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manuel d'utilisateur Page 47

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 64
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 46
Verification Script Engine Reference Manual
42
20.4 GetCurrentTime()
This function returns the string representation of the current system time.
Format : GetCurrentTime()
Example:
ReportText( GetCurrentTime() ); # will yield “February 10, 2004, 5:49 PM
20.5 GetEventSegNumber()
In case if a multi-segmented trace is being processed - this function returns the index of the
segment for current event.
NOTE: When multi-segmented trace file ( extension *.mlt ) is processed by VSE different trace
events in different segments of the same trace file may have the same indexes ( value stored in
in.Index input context members ) but they will have different segment numbers.
Format : GetEventSegNumber()
Example:
ReportText( Format( “Current segment = %d”, GetEventSegNumber() ) );
Vue de la page 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 63 64

Commentaires sur ces manuels

Pas de commentaire