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

schIgnore

schIgnore( 
?objectId d_instId
?setIgnore g_setIgnore
)
=> t / nil

Description

Adds or removes the ignore properties from the specified instance. You can view the registered ignore properties on the Ignore Properties tab by clicking Options Editor.

Arguments

?objectId d_instId

Instance ID for which ignore properties are to be added or removed.

?setIgnore g_setIgnore

t: Adds the ignore properties on the instance.

nil: Removes the ignore properties from instance.

Value Returned

t

Addition or removal of ignore properties was successful.

nil

Operation was unsuccessful

Examples

The following example sets the ignore properties on the instance currently selected in the canvas.

schIgnore(?objectId car(geGetSelSet()) ?setIgnore t)

The following example sets the ignore properties on the instance specified by instId.

schIgnore(?objectId instId ?setIgnore t)

The following example removes the ignore properties from the instance currently selected in the canvas.

schIgnore(?objectId car(geGetSelSet()) ?setIgnore nil)

Related Topics

Ignoring Instances


Return to top
 ⠀
X