Skip to main content

Output formats

The circuitscript command detects the output format based on the file extension of the output path.

SVG format

Generates a single SVG output. Even if there are multiple sheets defined in the code, only a single SVG file is generated.

Example command: circuitscript input.cst output.svg

PDF format

Generates a single PDF output. Sheets defined in the code will be generated on consecutive pages.

Example command: circuitscript input.cst output.pdf

KiCad netlist format

Please ensure that all physical components have a footprint defined in their params.

Example command: circuitscript input.cst output.net