Teledyne-lecroy Verification Script Engine (VSE) Manual Bedienungsanleitung Seite 78

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 115
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 77
Teledyne LeCroy Verification Script Engine Reference Manual
Page 78 of 115
16 Information Functions
16.1 GetTraceName()
This function returns the filename of the trace file being processed by VSE.
Format: GetTraceName(filepath_compatible)
Parameters:
filepath_compatible If this parameter is present and not equal to 0, the returned value
may be used as part of the filename.
Example:
ReportText("Trace name = " + GetTraceName());
File = OpenFile("C:\\My Files\\" + GetTraceName(1) + "_log.log");
# For trace file with path "D:\Some Traces\Data.usb"
# GetTraceName(1) returns "D_Some Traces_Data.usb"
Seitenansicht 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 114 115

Kommentare zu diesen Handbüchern

Keine Kommentare