Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 79

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 78
LeCroy Corporation Verification Script Engine Manual, version 2.2
19.3 AddEventToTraceFile()
This function adds the current trace event (such as frames) to the trace file.
Format: AddEventToTraceFile ( tracefile_handle )
Parameters:
tracefile_handle
Trace File “handle” returned by the CreateTraceFile() function.
Remarks:
If this function is called multiple times for the same event, only the first call adds an event to the trace
file. All the other calls are ignored.
Example:
set trace_handle = 0;
# Create a trace file in "C:\\data_output.uwb".
trace_handle = CreateTraceFile(“C:\\data_output.uwb”);
# Add the current trace event (frame) to the trace file.
AddEventToTraceFile(trace_handle);
CloseTraceFile(trace_handle); # Close the file.
Page 79 of 95
Zobrazit stránku 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 94 95

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

Žádné komentáře