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

abSetIncompleteNetFilter

abSetIncompleteNetFilter(
w_windowID
t_filterState { Show | Hide }
l_netNamess
g_enable
)
=> t / nil

Description

Sets the specified incomplete net filter state for the specified list of nets in the given 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.

t_filterState

  

One of the available incomplete net filters:

  • “Show” – shows only the markers associated with the listed nets.
  • “Hide” – hides the markers associated with the listed nets.

The value you specify for the argument should be enclosed in quotation marks.

l_netNames

  

List of net names for which the filterState needs to be set.

Use of wildcards is supported.

g_enable

Specifies if the incomplete net filter should be enabled.

Value Returned

t

Sets the specified filter state for the specified set of nets.

nil

The specified window ID is invalid or the specified filter state is not a valid incomplete net filter.

Example

Sets a filter to show the incomplete net markers only for nets that match the net name “myNet” or any name that starts with “net”, such as net1, net2, net<3>, and so on.

abSetIncompleteNetFilter(hiGetCurrentWindow() "Show" list("net*" "myNet") t)
=> t

Related Topics

Incomplete Net Filter

Annotation Browser Assistant


Return to top
 ⠀
X