pcGetInheritParamDefn
pcGetInheritParamDefn(d_instId) =>l_inherit/nil
Description
Returns an identifier for an inherited parameter in the specified cellview.
You must have defined the inherited parameter.
Arguments
|
The database ID of the instance of the Pcell whose inherited parameter is to be retrieved. |
Value Returned
|
Returned if d_instId does not identify an instance as a Pcell or if there is no inherited parameter defined in it. |
Examples
inherit = pcGetInheritParamDefn(inst)
Retrieves the inherited parameter defined in d_instId.
Return to top