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

pcGetRepeatDefn

pcGetRepeatDefn(
d_objectId
) 
=> l_repeatlist / nil

Description

Returns a list of identifiers for all repetition parameters assigned to an object in the cellview. A single object can be assigned to more than one repetition group.

You must have defined repetition parameters for the cellview.

Arguments

d_objectId

The database ID of the object with repetition parameters.

Value Returned

l_repeatlist

Group ID for the internal structure used to record details of repetition parameters. Returns one object ID for each repeat parameter defined on the given object.

nil

Returned if d_objectId does not identify an object or there are no repetition parameters defined with it.

Examples

repeat = pcGetRepeatDefn(fig)

Retrieves the repetition parameters defined for fig.


Return to top
 ⠀
X