abGetCurrentIncompleteNetFilter
abGetCurrentIncompleteNetFilter(w_windowID) =>t_filterState/ nil
Description
Returns the incomplete net filter currently applied on the specified window. An incomplete net filter is used to control the display of incomplete net markers in the Connectivity tab of the Annotation Browser assistant by showing or hiding a subset of net names.
Arguments
Value Returned
Example
curIncNetFilter = abGetCurrentIncompleteNetFilter(hiGetCurrentWindow())
(nil mode "Show" netNames ("myNet" "net*")
state t
)
curIncNetFilter->mode
"Show"
curIncNetFilter->netNames
("myNet" "net*")
curIncNetFilter->state
t
Returns the current incomplete net filter mode, state, and the net names on which the filter is applied.
Related Topics
Return to top