Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manual do Utilizador Página 60

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 97
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 );
Vista de página 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 96 97

Comentários a estes Manuais

Sem comentários