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

pcGetParamProps

pcGetParamProps(
d_cvId
) 
=> l_proplist / nil

Description

Lists parameterized properties in the specified cellview.

You must have defined the parameterized properties.

Arguments

d_cvId

The database ID of the cellview containing parameterized properties.

Value Returned

l_proplist

List of object IDs of parameterized properties.

nil

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

Examples

proplist = pcGetParamProps( cv )

Gets a list of all parameterized properties defined in cv.


Return to top
 ⠀
X