Home > PCB_Layer > setPcbType
PCB_Layer.setPcbType() 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.
设置 PCB 类型
Signature
typescript
setPcbType(pcbType: EPCB_PcbPlateType): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
pcbType | PCB 类型 |
Returns
Promise<boolean>
操作是否成功
Remarks
此处主要是为了适配 FPC 软板的设计,如若将 PCB 类型设置为 FPC 软板,将会新增 FPC 补强层图层。
请注意:
嘉立创暂不支持超过 2 层铜箔层的 FPC 软板生产;
将 PCB 类型从 FPC 软板切换为普通板材时需要预先删除 FPC 补强层上的任何图元,否则将无法切换并返回
false
的结果。