eda_pcb_document_auto_routing
Automatically route all unrouted nets in the active PCB document, or route specified nets when provided. Returns the routing result.
Instructions
pcb_Document.autoRouting(props?: IPCB_AutoRoutingProps) -> Promise 自动布线 remarks: 如不传入任何参数,将对所有未布线的网络进行自动布线
ADD since EDA v3.2.162 returns: 自动布线结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |