Teledyne-lecroy Verification Script Engine (VSE) Manual Bedienungsanleitung Seite 106

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 115
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 105
Teledyne LeCroy Verification Script Engine Reference Manual
Page 106 of 115
22.3 GetUserDlgLimit()
This function returns 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: GetUserDlgLimit()
Example:
result = MsgBox(Format("UserDlgLimit = %d", GetUserDlgLimit()),
_MB_OKCANCEL | _MB_EXCLAMATION, "Some Title !!!");
SetUserDlgLimit(2); # Set the limit to 2.
Seitenansicht 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 114 115

Kommentare zu diesen Handbüchern

Keine Kommentare