Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manuale Utente Pagina 60

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 97
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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 );
Vedere la pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 96 97

Commenti su questo manuale

Nessun commento