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
Currently still under work in progress. Please ensure that all circuit components have a footprint defined in their params
.
Example command: circuitscript input.cst output.net