Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Uživatelský manuál Strana 47

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 64
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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() ) );
Zobrazit stránku 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 63 64

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

Žádné komentáře