create_netlist
Creates a SPICE netlist file from provided content, automatically appending .END if missing.
Instructions
Create a new SPICE netlist file from content string. Automatically appends .END if missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name without extension | |
| content | Yes | Complete SPICE netlist content | |
| overwrite | No | Overwrite an existing file at this path. Default is to refuse. |