pcDefineSteppedObject
pcDefineSteppedObject(g_objects S_param g_step g_startOffset g_endOffset l_namelist) =>d_stepObjectId
Description
Defines an object or group of objects to be repeated along the length or perimeter of a parameterized shape that has already been defined in the Pcell. The selection filter prevents you from selecting stretch control lines, parameterized shapes, or objects in other repeat-along-shape groups.
Arguments
Value Returned
|
Group ID used to record the details of the repetition along the parameterized shape. |
Examples
pcDefineSteppedObject(list(via1 via2) 'coords 'viaPitch 1.25 1.25 list('viaPitch))
Specifies that objects via1 and via2 are to be repeated along the parameterized shape controlled by coords, using a stepping distance determined by the parameter viaPitch, with a gap of 1.25 between the start of the vertices and the first repetition and between the last repetition and final vertex of parameterized shape. It also declares viaPitch as a parameter of the Pcell.
Return to top