Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Uživatelský manuál Strana 40

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 64
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 39
Verification Script Engine Reference Manual
35
16 Output functions
This group of functions covers VSE capability to present information in the output window.
16.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 );
16.2 EnableOutput()
Enables showing information in the output window and sending COM reporting notifications to
COM clients.
Format : EnableOutput ()
Example:
EnableOutput ( );
Zobrazit stránku 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 63 64

Komentáře k této Příručce

Žádné komentáře