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

pcGetStretches

pcGetStretches(
d_cvId
) 
=> l_stretchlist / nil

Description

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

You must have defined the stretch control lines.

Arguments

d_cvId

The database ID of the cellview containing the stretch parameters.

Value Returned

l_stretchlist

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

nil

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

Examples

stretchlist = pcGetStretches( cv )

Gets a list of all stretch parameters defined in cv.


Return to top
 ⠀
X