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

pcGetSteppedObjectDefn

pcGetSteppedObjectDefn(
d_objectId
) 
=> l_stepobjId / nil

Description

Returns an identifier for repetition-along-shape parameters resulting from calls to pcDefineSteppedObject. The object cannot be a parameterized shape.

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

Arguments

d_objectId

The database ID of the object for which repetition-along-shape parameters are retrieved.

Value Returned

l_stepobjId

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

nil

Returned if d_objectId does not identify an object that is defined as a parameterized shape.

Examples

stepobj = pcGetSteppedObjectDefn( fig )

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


Return to top
 ⠀
X