sch_set_sheet_size
Resize the schematic sheet to a supported paper size when symbols overflow the boundary, allowing re-placement of components on a larger canvas.
Instructions
Change the schematic sheet (paper) size.
Use this when the current sheet is too small to fit all symbols — for
example after sch_auto_place_functional warns that symbols were
placed outside the sheet boundary, or when you receive a screenshot
showing components outside the red sheet border.
Supported sizes (landscape): A4, A3, A2, A1, A0, A (letter), B, C, D, E, USLetter, USLegal.
After resizing you should call sch_auto_place_functional again so
that symbols are re-distributed across the larger sheet.
Args: paper: Target paper size keyword (default "A3").
Returns: Confirmation with old and new dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper | No | A3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |