Troubleshoot Pcell Stretching Issues
The following describe how you can handle issues related to Pcell stretch handles.
Pcell Stretch Handles Are Not Visible
If you cannot see handles on stretchable parametrized cells (Pcells), the Stretch Handles option in the Display Options form might be turned off or the stretch handle layer might not be visible.
You can check whether Pcell stretch handles are set to display using the Display Options form or using the graphic and layout editor environment variable displayStretchHandles. The default is to display stretch handles. You cannot stretch a handle unless it is displayed.
If the Stretch Handles option is turned on, and you still cannot see stretch handles on your Pcell, the layer containing them might not be visible.
Turning On Stretch Handle Display in the Display Options Form
To turn on Stretch Handles in the layout editor Display Options form:
- In the layout window, choose Options – Display to open the Display Options form.
- Turn on Stretch Handles and click OK.
Turning on Stretch Handle Display Using the CIW
To turn on displayStretchHandles environment variable:
-
Type the following in the CIW:
window = hiGetCurrentWindow()
-
To display stretch handles, type the following in the CIW:
window~>displayStretchHandles = t
Making the Stretch Handle Layer Visible
The default layer for stretch handles is y0 drawing. To make this layer visible:
- In the Layers panel in the layout window, choose Edit Valid Layers.
-
In the Layers panel, click AV to make all layers visible. Alternatively, you can enable the visibility for
y0drawing. - Choose View – Redraw to redraw the window to see the results of your changes.
If you want to use a different layer for stretch handles, you can change the layer with the stretchHandlesLayer environment variable.
Difficulty Selecting Pcell Stretch Handles
If you have trouble selecting stretch handles, use area selection rather than point selection or try turning off the layout editor Gravity On option.
-
In the layout window, choose Options – Editor.
The Layout Editor Options form opens. - Deselect the Gravity On check box in the Gravity Controls section and click OK.
- Try again to select a Pcell stretch handle.
Related Topics
Troubleshoot Basic Editing Issues in Layout XL
Return to top