Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geClearIgnoreProp

geClearIgnoreProp(
l_inst | l_net
)
=> l_obj

Description

Deletes the ignoreCheck property for all objects given in the list. The name of the property is ignoreCheck*, where * is a numerical value.

Arguments

l_inst | l_net

List of instances or list of nets

Value Returned

l_obj

Returns a list of objects passed to the function.

Examples

The following example clears the property on the selected instances.

geClearIgnoreProp(geGetSelSet())

The following example clear the property on all the nets in the current cellview.

geClearIgnoreProp(geGetEditCellView()~>nets)

Related Topics

Edit and Display Functions


Return to top
 ⠀
X