Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 87

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 86
LeCroy Corporation Verification Script Engine Manual, version 2.2
21.4 SetUserDlgLimit()
This function sets the current limit of user dialogs allowed in the verification script. If the script reaches
this limit, no user dialogs are shown and the script does not stop. By default, this limit is set to 20.
Format: SetUserDlgLimit()
Example:
result = MsgBox(Format("UserDlgLimit = %d", GetUserDlgLimit()),
_MB_OKCANCEL | _MB_EXCLAMATION, "Some Title !!!");
SetUserDlgLimit(2); # Set the limit to 2.
Page 87 of 95
Zobrazit stránku 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95

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

Žádné komentáře