Component pins
get_component_pinsRetrieve pin-level data for components on the active PCB by providing designators. Get net names and pin information for each specified reference designator.
Instructions
Purpose: Pin-level data for selected components on the active PCB.
When to use: After designators are known; net names per pin, etc.
Parameters: designators — string array, e.g. ["U1","R2"].
Returns: Bridge JSON with pin information per requested designator.
Prerequisites: Active/focused PCB; designators must exist on board.
Errors: Bridge may fail if designator missing or command errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| designators | Yes | PCB reference designators to query (must exist on the active board). Example: ["U1","Q2","C10"] |