schHiIgnore
schHiIgnore(
[ g_windowId ]
)
=> t / nil
Description
Ignores the instances in the schematic canvas. This function works as a toggle switch, that is, it is used for adding ignore properties to an instance or for removing any existing ones. When the instances are already selected on the canvas, the pre-select mode is used; otherwise, the post-select mode is used for ignoring the instances.
Arguments
|
The window indicating the cellview in which you want to ignore the instances. If not specified, the current window is used. This is an optional argument. |
Value Returned
Examples
schHiIgnore()
schHiIgnore( ?windowId hiGetCurrentWindow() )
schHiIgnore( ?windowId window(3) )
Related Topics
Return to top