create_schematic
Create an empty .asc schematic for incremental editing via add_component, connect, and add_net_label. Designed for when a visual schematic is the deliverable.
Instructions
Create an empty .asc schematic ready for incremental editing via add_component / connect / add_net_label. Tip: prefer create_netlist + .cir for design iteration; use this only when a visual schematic is the deliverable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name without the .asc extension | |
| width | No | Sheet width (LTspice grid units). 880 matches LTspice's default. | |
| height | No | Sheet height (LTspice grid units). 680 matches LTspice's default. | |
| overwrite | No | Overwrite an existing file at this path. Default is to refuse. |