kicad.add_text
Add text annotations to PCB silkscreen or other layers in KiCad designs. Specify text content, coordinates, and layer placement for design documentation.
Instructions
[Requires open project] Add text to PCB silkscreen or other layer. Example: add_text(text='REV A', x=110, y=105, layer='F.SilkS')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| x | Yes | ||
| y | Yes | ||
| layer | No | F.SilkS |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |