Home > PCB_Layer > getAllPhysicalStackingConfigurations
PCB_Layer.getAllPhysicalStackingConfigurations() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
获取所有物理叠层配置
签名
typescript
public getAllPhysicalStackingConfigurations(physicalProps?: IPCB_SubstratePhysicalProperties): Promise<Array<IPCB_PhysicalStackingConfiguration>>;1
参数名
参数 | 类型 | 描述 |
|---|---|---|
physicalProps | (可选) 物理属性,如若不传入则默认为当前 PCB 属性 |
返回值
Promise<Array<IPCB_PhysicalStackingConfiguration>>
所有物理叠层配置
备注
ADD since EDA v4.2