set_page_size
Set the schematic page size by choosing a standard size (A5 to E) or custom dimensions in mm, with optional portrait orientation.
Instructions
Set the schematic page/sheet size.
Args:
size: Standard name (A5, A4, A3, A2, A1, A0, A, B, C, D, E) or 'User' for custom
width: Custom width in mm (required when size='User')
height: Custom height in mm (required when size='User')
portrait: If True, swap width/height for portrait orientation
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| width | No | ||
| height | No | ||
| portrait | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |