vbMaxHierDepth
lp vbMaxHierDepth intleveldepth
Description
Sets the depth of level in numbers until which the in-design checks are to be run. The default value is 32 and it can be changed to any value between 0 and 32.
GUI Equivalent
Examples
envGetVal("lp" "vbMaxHierDepth")
envSetVal("lp" "vbMaxHierDepth" 'int 10)
Related Topics
Checking a Design in Foreground Mode
Return to top