eda_sys_tool_netlist_comparison
Compare two netlists to identify differences in nets and components, returning mismatched names for verification and debugging.
Instructions
sys_Tool.netlistComparison(netlist1: string | { projectUuid: string; documentUuid: string } | File, netlist2: string | { projectUuid: string; documentUuid: string } | File) -> Promise<Array<{ type: 'Net' | 'Component'; object: string; netlist1Name: Array; netlist2Name: Array }>> 网表对比 returns: 网表对比结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |