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

pcGetParamShapes

pcGetParamShapes(
d_cvId
) 
=> l_paramshapelist / nil

Description

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

You must have defined a parameterized shape for this cellview.

Arguments

d_cvId

The database ID of the cellview containing the shape parameters you want listed.

Value Returned

l_paramshapelist

List of the object IDs of the shape parameters.

nil

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

Examples

paramshapelist = pcGetParamShapes( cv )

Lists all shape parameters defined in cv.


Return to top
 ⠀
X