eda_pcb_drc_delete_net_class
Delete a specified net class from the PCB design in EasyEDA Pro. Provide the net class name to remove it and get a boolean success result.
Instructions
pcb_Drc.deleteNetClass(netClassName: string) -> Promise 删除网络类 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |