Teledyne-lecroy UWBTracer Verification Script Engine Manual Manuel d'utilisateur Page 85

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 95
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 84
LeCroy Corporation Verification Script Engine Manual, version 2.2
Note: Although the dialog box input text parser tries to determine a type of list item automatically, a text
enclosed in quote signs "" is always considered to be a string.
Remark:
This function works only for VS Engines controlled via a GUI. For VSEs controlled by COM/Automation™ clients,
it does nothing.
This function "locks" the UWBTracer application, which means that there is no access to other application
features until the dialog box is closed. To prevent too many InputBox calls (in case a script is not written
correctly), VSE keeps track of all function calls demanding user interaction and doesn't show dialog boxes if
some customizable limit is exceeded (returns a null object in that case).
Example:
if(Something)
{
v = InputBox("Enter the list", "Some stuff",
"Hello world !!!, 0x12AAA, Some, 34");
ReportText (FormatEx("input = %s, 0x%X, %s, %d", v[0],v[1],v[2],v[3]));
… # Go on…
str = InputBox("Enter the string", "Some stuff",
"<your string>", _IB_STRING);
ReportText(str);
}
Page 85 of 95
Vue de la page 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 94 95

Commentaires sur ces manuels

Pas de commentaire