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

lxToggleShowIncompleteNets

lxToggleShowIncompleteNets(
[ w_windowID ]
)
=> t / nil

Description

Toggles the visibility of the current set of incomplete nets displayed in the design canvas. The first time you run the command, it hides all currently visible incomplete nets and stores the list of incomplete nets for later retrieval. The next time you run the command, it restores the visibility of the stored set of incomplete nets.

If you run the function for the first time on a design with no incomplete nets on display, it does nothing because there is no stored list of nets to display.

To be able to show incomplete nets, the Annotation Browser must be initialized. It need not be displayed on the desktop; however, if you do hide it, you must switch off the Remove highlighting when browser is closed option in the Annotation Browser Options form, otherwise there can be no visible incomplete nets to show and hide.

Arguments

w_windowID

ID of the layout window in which you want the function to operate. If you do not specify a window ID, the current window is used.

Value Returned

t

The command was successful

nil

The command failed.


Return to top
 ⠀
X