Teledyne-lecroy UWBTracer Verification Script Engine Manual Bedienungsanleitung Seite 61

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 95
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 60
LeCroy Corporation Verification Script Engine Manual, version 2.2
15 Output Functions
This group of functions covers VSE capability to present information in the output window.
15.1 ReportText()
Outputs text in the output window related to the verification script.
Format: ReportText (text)
Parameters:
text Text variable, constant or literal
Example:
ReportText (“Some text”);
t = “Some text”
ReportText (t);
num_of_frames = in.NumOfFrames;
text = Format(“Number of frames = %d”, num_of_frames);
ReportText (text);
x = 0xAAAA;
y = 0xBBBB;
text = FormatEx(“x = 0x%04X, y = 0x%04X”, x, y);
ReportText(“Text = ” + text);
Page 61 of 95
Seitenansicht 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 94 95

Kommentare zu diesen Handbüchern

Keine Kommentare