Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Instrukcja Użytkownika Strona 47

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 64
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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() ) );
Przeglądanie stron 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 63 64

Komentarze do niniejszej Instrukcji

Brak uwag