list_texts
Retrieve all text elements on the PCB board, including content, type, layer, position, and size.
Instructions
List all text elements on the board.
Returns: List of text objects with content, type, layer, position, size.
Example: >>> list_texts() [{"text": "PCB Title", "type": "PCB_TEXT", "layer": "Silkscreen", ...}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |