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

schSetIgnorePropEnabled

schSetIgnorePropEnabled( 
t_name
g_enable
)
=> t / nil

Description

Enables or disables a particular ignore property. When you enable an ignore property, this property is applied on an instance while ignoring that instance.

Arguments

t_name

Name of the property that needs to be enabled or disabled.

g_enable

Enable or disable the property by specifying t or nil.

Value Returned

t

The property was enabled or disabled successfully.

nil

Operation was unsuccessful.

Examples

Suppose ignore property nlIgnore needs to be enabled:

schSetIgnorePropEnabled(?name "nlIgnore" ?enable t)

For disabling nlIgnore:

schSetIgnorePropEnabled(?name "nlIgnore" ?enable nil)

Return to top
 ⠀
X