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

pcGetInheritParams

pcGetInheritParams(
d_cvId
) 
=> l_inheritlist / nil

Description

Returns a list of identifiers for inherited parameters in the specified cellview.

You must have defined the inherited parameter.

Arguments

d_cvId

The database ID of the cellview whose inherited parameters you want listed.

Value Returned

l_inheritlist

List of object IDs used to record details of the inherited parameters.

nil

Returned if d_cvId does not identify a cellview or if there are no inherited parameters defined in the cellview.

Examples

inheritlist = pcGetInheritParams( cv )

Gets a list of all the inherited parameters defined in cv.


Return to top
 ⠀
X