Home > LIB_Device > create
LIB_Device.create() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
创建器件
签名
typescript
create(libraryUuid: string, deviceName: string, classification?: ILIB_ClassificationIndex, association?: {
symbolType?: ELIB_SymbolType;
symbolUuid?: string;
footprintUuid?: string;
}, description?: string, property?: ILIB_DeviceExtendPropertyItem): Promise<string | undefined>;
1
2
3
4
5
2
3
4
5
参数名
参数 | 类型 | 描述 |
---|---|---|
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
deviceName | string | 器件名称 |
classification | (Optional) 分类 | |
association | { symbolType?: ELIB_SymbolType; symbolUuid?: string; footprintUuid?: string; } | (Optional) 关联符号、封装、图像,指定 |
description | string | (Optional) 描述 |
property | (Optional) 其它参数,仅 |
返回值
Promise<string | undefined>
器件 UUID