Teledyne-lecroy UWBTracer Verification Script Engine Manual Bedienungsanleitung Seite 64

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 95
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 63
LeCroy Corporation Verification Script Engine Manual, version 2.2
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 UWB Traces\Data.uwb"
# GetTraceName(1) returns "D_Some UWB Traces_Data.uwb"
Page 64 of 95
Seitenansicht 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 94 95

Kommentare zu diesen Handbüchern

Keine Kommentare