系统 / 格式转换(Chameleon)类
declare class SYS_FormatConversion 与其它板级 EDA 软件进行交叉文件格式转换
|
Method |
Modifiers |
Description |
|---|---|---|
|
(BETA) 转换 Altium Designer 库到多个嘉立创库文件(每个器件一个文件) | ||
|
(BETA) 转换 Altium Designer 库到单个嘉立创库文件 | ||
|
(BETA) 转换 T/DISA 4001 库到多个嘉立创库文件(每个器件一个文件) | ||
|
(BETA) 转换 T/DISA 4001 库到单个嘉立创库文件 |
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.
转换 Altium Designer 库到多个嘉立创库文件(每个器件一个文件)
convertAltiumDesignerLibrariesToEasyEDAMultiFiles(file: File | Array<File>): Promise<Array<File>>;|
Parameter |
Type |
Description |
|---|---|---|
|
file |
File | Array<File> |
Altium Designer 库文件 |
Promise<Array<File>>
多个嘉立创库文件
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.
转换 Altium Designer 库到单个嘉立创库文件
convertAltiumDesignerLibrariesToEasyEDASingleFile(file: File | Array<File>): Promise<File | undefined>;|
Parameter |
Type |
Description |
|---|---|---|
|
file |
File | Array<File> |
Altium Designer 库文件 |
Promise<File | undefined>
嘉立创库文件
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.
转换 T/DISA 4001 库到多个嘉立创库文件(每个器件一个文件)
convertDisaLibrariesToEasyEDAMultiFiles(file: File | Array<File>): Promise<Array<File>>;|
Parameter |
Type |
Description |
|---|---|---|
|
file |
File | Array<File> |
T/DISA 4001 库文件 |
Promise<Array<File>>
多个嘉立创库文件
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.
转换 T/DISA 4001 库到单个嘉立创库文件
convertDisaLibrariesToEasyEDASingleFile(file: File | Array<File>): Promise<File | undefined>;|
Parameter |
Type |
Description |
|---|---|---|
|
file |
File | Array<File> |
T/DISA 4001 库文件 |
Promise<File | undefined>
嘉立创库文件