Export Symbol
export_symbolExtract a single symbol from a KiCad symbol library into a standalone .kicad_sym file, enabling isolated reuse and easy sharing.
Instructions
Extract a single symbol from a .kicad_sym library into a standalone .kicad_sym file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Path for the output .kicad_sym file | |
| symbolName | Yes | Symbol to export | |
| libraryPath | Yes | Path to the source .kicad_sym file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |