Add Schematic Text
add_schematic_textAdd free-form text annotations to KiCAD schematics for notes, labels, headings, and documentation. Place non-electrical text directly on the canvas with control over font, rotation, and justification.
Instructions
Add a free-form text annotation to the schematic. Use this to add notes, labels, section headings, or documentation strings directly on the schematic canvas. Unlike net labels, text annotations have no electrical significance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Bold text (default: false) | |
| text | Yes | Text content to display | |
| angle | No | Rotation angle in degrees (default: 0) | |
| italic | No | Italic text (default: false) | |
| justify | No | Horizontal text justification (default: left) | |
| fontSize | No | Font size in mm (default: 1.27) | |
| position | Yes | Position [x, y] in schematic mm coordinates | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |