eda_lib_device_delete
Delete a device from an EDA library by passing its device UUID and library UUID. Get a boolean result indicating whether the deletion succeeded.
Instructions
lib_Device.delete(deviceUuid: string, libraryUuid: string) -> Promise 删除器件 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |