Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

lmgrVerbose

lmgrVerbose ( 
x_level 
) 
=> x_level / nil 

Description

Aids in debugging the callbacks registered in the cdsLibMgr.il file. It is possible to get additional informational messages to be shown inshown in the CIW.

Arguments

x_level

An integer representing the verbose level to use. 0 means no messages are written and 1 means that messages are written to the CIW. Any other value is reserved for future use.

Value Returned

x_level

The verbose level if a valid value was specified.

nil

An invalid verbose level was specified.

Examples

The example shows the effect of selecting several menus after setting verbose to 1.

lmgrVerbose ( 1 ) => 1
( lmgr ) Calling: abCopyEnableCallback ( "popup_L" "andrew" "" "" "" "" )
( lmgr ) Calling: abRadioExample ( "RadioOption1" "andrew" "" "" "" "" )
( lmgr ) Calling: abRadioExample ( "RadioOption2" "andrew" "" "" "" "" )
( lmgr ) Calling: abShowAllCheckOuts ( "ShowAllCheckOuts" "andrew" "" """" "" )

Related Topics

Library Manager Customization Using lmgr SKILL Functions


Return to top
 ⠀
X