Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manuale Utente Pagina 58

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 64
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 57
Verification Script Engine Reference Manual
53
24.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 will be shown and script will 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
24.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 will be shown and script will 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
Vedere la pagina 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 64

Commenti su questo manuale

Nessun commento