3 getuserdlglimit(), Imit – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 79

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

74

19.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



Advertising