add_text
Add a text annotation to a KiCad schematic by specifying content, position, and rotation.
Instructions
Add a text annotation to the schematic.
Args:
text: Text content
x: X position
y: Y position
rotation: Rotation in degrees
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |