vbHierScopeLevel
lp vbHierScopeLevel cyclic{"Current Cellview Only" | "Current Cellview To Depth" | "Top Cellview To Depth"}
Description
Specifies the level in a design until which the in-design checks are to be run. The available options are:
-
Top Cellview To Depth(default): Checks only the top cellview hierarchy. -
Current Cellview To Depth: Checks only the current cellview hierarchy. -
Current Cellview Only: Checks the current cellview without descending.
GUI Equivalent
Examples
envGetVal("lp" "vbHierScopeLevel")
envSetVal("lp" "vbHierScopeLevel" 'cyclic "Current Cellview Only")
Related Topics
Checking a Design in Foreground Mode
Return to top