eda_sch_primitive_bus_get_all_primitive_id
Retrieve all bus primitive IDs from the schematic editor to identify buses for further manipulation. Use this to get an array of bus IDs for the active or specified EDA window.
Instructions
sch_PrimitiveBus.getAllPrimitiveId() -> Promise<Array> 获取所有总线的图元 ID returns: 总线的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |