create_cell
Create a cell as the active drawing target for adding shapes, enabling reusable library cell construction for later instantiation in the top design.
Instructions
Create (or select) a cell and make it the active drawing target.
Subsequent add_box / add_polygon / add_via / add_wire / place_cell calls go into
this cell. Use it to build a reusable library cell, then use_cell back to the
top and place_cell to instance it. Returns to the top cell with use_cell(top).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |