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
Value Returned
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
Return to top