Home > LIB_Device > getByLcscIds
LIB_Device.getByLcscIds() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
使用立创 C 编号批量获取器件
Signature
typescript
getByLcscIds(lcscIds: Array<string>, libraryUuid?: string, allowMultiMatch?: boolean): Promise<Array<ILIB_DeviceSearchItem>>;
1
Parameters
Parameter | Type | Description |
---|---|---|
lcscIds | Array<string> | 立创 C 编号数组 |
libraryUuid | string | (Optional) 库 UUID,默认为系统库,可以使用 LIB_LibrariesList 内的接口获取 |
allowMultiMatch | boolean | (Optional) 是否允许单个立创 C 编号匹配多个结果 |
Returns
Promise<Array<ILIB_DeviceSearchItem>>
搜索到的器件属性的列表
Remarks
默认情况下,如果在同一个库内匹配到多个相同 C 编号的器件,将只会返回第一个结果;
如果希望返回多个结果,请将 allowMultiMatch
置为 true