Get component pins
easyeda_schematic_component_pinsGet exact pin numbers, names, coordinates, and native pinType for any schematic component by its primitive ID. Use pinType as a weak hint due to unreliable authorship.
Instructions
Get exact pin numbers, names, coordinates, and native pinType for a schematic component by its primitive ID. pinType is EasyEDA's own symbol-library field and is unreliably authored (often "Undefined" even on real ICs) — treat it as a weak hint, not ground truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primitiveId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pins | Yes | ||
| error | No | ||
| success | Yes | ||
| primitiveId | Yes |