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
Value Returned
|
Sets the specified filter state for the specified set of nets. |
|
|
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
Return to top