Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Bedienungsanleitung Seite 60

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 97
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 59
60
15.3 ReportText()
Reports/Displays textual information in the output window of verification script engine.
Format : ReportText (text)
Parameters
text string variable or a constant string
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 );
Seitenansicht 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 96 97

Kommentare zu diesen Handbüchern

Keine Kommentare