Teledyne-lecroy UWBTracer Verification Script Engine Manual Instrukcja Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
LeCroy Corporation Verification Script Engine Manual, version 2.2
19.1 CreateTraceFile()
This function creates a UWBTracer trace file.
Format: CreateTraceFile( file_path )
Parameters:
file_path Full path to the trace file to be created. (For
‘\’ use ‘\\’)
Return Values:
The “handle” to the trace file to be used in other trace-file-related functions.
Remarks:
If file_path contains just a file name (such as test.uwb), the trace file is created in the UWBTracer
application folder.
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 77 of 95
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag