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