component_info
Retrieve pin positions, bounding box, value, and attributes of a component from an LTspice .asc schematic.
Instructions
Get a placed component's pin positions, bounding box, value, and attributes from an .asc schematic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .asc schematic | |
| reference | Yes | Component reference (e.g., 'M1', 'R1') | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | No | ||
| symbol | No | ||
| position | No | ||
| rotation | No | ||
| value | No | ||
| pins | No | ||
| bounding_box | No | ||
| attributes | No |