Teledyne-lecroy Verification Script Engine (VSE) Manual Manuel d'utilisateur Page 75

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 115
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 74
Teledyne LeCroy Verification Script Engine Reference Manual
Page 75 of 115
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_packets = in.NumOfPackets;
text = Format("Number of frames = %d", num_of_packets);
ReportText (text);
x = 0xAAAA;
y = 0xBBBB;
text = FormatEx("x = 0x%04X, y = 0x%04X", x, y);
ReportText("Text = " + text);
Vue de la page 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 114 115

Commentaires sur ces manuels

Pas de commentaire