Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

w_windowID

ID of the window.

Value Returned

t_filterState

The incomplete net filter currently set in the Connectivity tab of the Annotation Browser assistant for the specified window.

nil

The specified window ID is invalid or the Annotation Browser assistant is not open in Layout XL.

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

Incomplete Net Filter

Annotation Browser Assistant


Return to top
 ⠀
X