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

pcGetSteppedObjects

pcGetSteppedObjects(
d_cvId
) 
=> l_stepobjlist / nil

Description

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

You must have defined repetition-along-shape parameters for this cellview.

Arguments

d_cvId

The database ID of the cellview containing the repetition-along-shape parameters.

Value Returned

l_stepobjlist

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

nil

Returned if d_cvId does not identify a cellview or if there is no repetition-along-shape parameters defined in the cellview.

Examples

stepobjlist = pcGetSteppedObjects( cv )

Gets a list of all the repetition-along-shape parameters defined in cv.


Return to top
 ⠀
X