eda_sch_primitive_bus_get_all
Retrieves all bus primitive objects from the schematic in the target EDA window, returning an array for further processing.
Instructions
sch_PrimitiveBus.getAll() -> Promise<Array> 获取所有总线 returns: 总线图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |