symbol_info
Get symbol pin positions, bounding box, and description. Optionally compute absolute coordinates from placement position and rotation.
Instructions
Get symbol pin positions, bounding box, and description. Optionally compute absolute positions for a given placement and rotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Placement X coordinate (for computing absolute positions) | |
| y | No | Placement Y coordinate (for computing absolute positions) | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable | |
| symbol | Yes | Symbol name (e.g., 'nmos', 'pmos', 'res', 'cap', 'voltage') | |
| rotation | No | R0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| pins | No | ||
| placement | No | ||
| bbox_width | No | ||
| bbox_height | No | ||
| description | No | ||
| absolute_pins | No | ||
| absolute_bounding_box | No |