eda_sch_primitive_pin_get_all
Retrieve all pin objects from the active EasyEDA Pro schematic window. Returns an array of pin primitives for further inspection or editing.
Instructions
sch_PrimitivePin.getAll() -> Promise<Array> 获取所有引脚 returns: 引脚图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |