pcDefineParamRect
pcDefineParamRect(d_rectangleId S_param g_margin l_namelist) =>d_paramShapeId
Description
Defines a rectangle that has its vertices determined by a parameter of the cell. When you place the Pcell, you enter two coordinates that are used as the vertices of the parameterized rectangle. You can use this function more than once in a cellview.
Arguments
Value Returned
|
Group ID used to record details of the parameterized rectangles. |
Examples
pcDefineParamRect(rect 'coords '(-margin) list('margin))
Defines rect as a parameterized rectangle that takes its vertices from the value of the parameter coords, reduced by the value of the margin parameter. It also declares margin as a parameter of the cell.
Return to top