Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

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

g_windowId

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

t

Addition or removal of ignore properties was successful.

nil

Operation was unsuccessful.

Examples

schHiIgnore()
schHiIgnore( ?windowId hiGetCurrentWindow() )
schHiIgnore( ?windowId window(3) )

Related Topics

Ignoring Instances


Return to top
 ⠀
X