Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

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

d_instId

The database ID of the instance of the Pcell whose inherited parameter is to be retrieved.

Value Returned

l_inherit

Group ID used to record details of the inherited parameter.

nil

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
 ⠀
X