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

  • 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 79
LeCroy Corporation Verification Script Engine Manual, version 2.2
19.4 OpenTraceFile()
This function opens a UWBTracer trace file in the UWBTracer application.
Format: OpenTraceFile (tracefile_path)
Parameters:
tracefile_path Path to a trace file to open.
Remarks:
If tracefile_path contains just a file name (such as test.uwb), VSE looks for a trace file with such a
name 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 trace file.
# Instruct the application to open the trace file "C:\\data_output.uwb".
OpenTraceFile("C:\\data_output.uwb");
Page 80 of 95
Zobrazit stránku 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 94 95

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

Žádné komentáře