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

pcGetRepeats

pcGetRepeats(
d_cvId
) 
=> l_repeatlist / nil

Description

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

You must have defined repetition parameters for the cellview.

Arguments

d_cvId

The database ID of the cellview with repetition parameters.

Value Returned

l_repeatlist

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

nil

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

Examples

repeatlist = pcGetRepeats( cv )

Lists all repetition parameters defined in cv.


Return to top
 ⠀
X