incompleteNetFilterMode
ab incompleteNetFilterMode cyclic { "Hide" | "Show" }
Description
Controls whether the default behavior of the incomplete net filters in the Annotation Browser Connectivity tab shows or hides the nets specified using the incompleteNetFilterDefaultList environment variable.
This environment variable is supported only when:
-
The incompleteNetFilter environment variable is set to
t. - The window edit cellview has no filter already applied. See the Save To Cellview option in Incomplete Net Filter form..
-
The incompleteNetFilter environment variable is set to
GUI Equivalent
|
Right-click the Annotation Browser Connectivity tab browser pane – Incomplete net filter (form) |
|
Examples
envGetVal("ab" "incompleteNetFilterMode")
envSetVal("ab" "incompleteNetFilterMode" 'cyclic "Show")
envSetVal("ab" "incompleteNetFilterMode" 'cyclic "Hide")
Related Topics
Setting an Incomplete Net Filter
List of Layout XL Environment Variables
Return to top