Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiIgnoreProp

hiIgnoreProp(
s_objType 
t_propName 
) 
=> t / nil

Description

Does not display the specified property of a given object type in the Property List Editor form.

This function can be called multiple times on the same object type so that multiple properties can be ignored.

Arguments

s_objType

Symbol corresponding to the database object’s objType attribute. For example: cellView, inst, pin, lib, version.

t_propName

Name of the property to ignore. If this property has been stored on an object of the specified s_objType, it is not displayed.

Object attributes cannot be ignored.

Values Returned

t

The property is not displayed.

nil

The object type or property name is not valid. A warning is also issued.

Examples

The properties privateProp and ignoreMe are not displayed when displaying the Property List Editor form for a database cellview.

hiIgnoreProp( 'cellView "privateProp" )
hiIgnoreProp( 'cellView "ignoreMe" )
hiEditPropList( cell )

Related Topics

Form and Field Functions


Return to top
 ⠀
X