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

schRemoveIgnoreProp

schRemoveIgnoreProp( 
t_name
)
=> t / nil

Description

Removes the specified ignore property from the registered ignore property set. You can view the registered ignore properties in the Ignore Properties tab by clicking Options – Editor.

Arguments

t_name

Name of the property to be removed from ignore property set, such as ignore, lvsIgnore, nlAction, or nlIgnore.

Value Returned

t

Property is removed successfully.

nil

Unable to remove the ignore property.

Examples

Returns t if removal is successful. If the property does not exist in the registered ignore property set, the function returns nil.

schRemoveIgnoreProp( "nlAction" )

Return to top
 ⠀
X