symbol_info
Retrieve LTspice symbol details including pin positions, bounding box, and description. Optionally compute absolute positions for placed and rotated symbols.
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 |
|---|---|---|---|
| symbol | Yes | Symbol name (e.g., 'nmos', 'pmos', 'res', 'cap', 'voltage') | |
| x | No | Placement X coordinate (for computing absolute positions) | |
| y | No | Placement Y coordinate (for computing absolute positions) | |
| rotation | No | R0 | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| description | No | ||
| bbox_width | No | ||
| bbox_height | No | ||
| pins | No | ||
| placement | No | ||
| absolute_pins | No | ||
| absolute_bounding_box | No |