eda_sch_primitive_circle_get_all
Fetches all circle primitives from the active schematic window, returning an array of circle object data for inspection or further processing.
Instructions
sch_PrimitiveCircle.getAll() -> Promise<Array> 获取所有圆 returns: 圆图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |