Teledyne-lecroy Verification Script Engine (VSE) Manual Instrukcja Użytkownika Strona 98

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 115
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 97
Teledyne LeCroy Verification Script Engine Reference Manual
Page 98 of 115
20.2 CloseTraceFile()
This function closes an open trace file. All attempts to add trace data to a closed trace file are ignored.
Format: CloseTraceFile( tracefile_handle )
Parameters:
tracefile_handle Trace File "handle" returned by the CreateTraceFile() function.
Example:
set trace_handle = 0;
# Create a trace file in "C:\\data_output.usb".
trace_handle = CreateTraceFile("C:\\data_output.usb");
# Add the current trace event (frame) to the trace file.
AddEventToTraceFile(trace_handle);
CloseTraceFile(trace_handle); # Close the file.
Przeglądanie stron 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 114 115

Komentarze do niniejszej Instrukcji

Brak uwag