Home > PCB_Layer > getPhysicalStackingConfiguration
PCB_Layer.getPhysicalStackingConfiguration() 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.
获取指定物理叠层配置
Signature
typescript
public getPhysicalStackingConfiguration(configurationName: string, physicalProps?: IPCB_SubstratePhysicalProperties): Promise<IPCB_PhysicalStackingConfiguration | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
configurationName | string | 配置名称 |
physicalProps | (Optional) 物理属性,如若不传入则默认为当前 PCB 属性 |
Returns
Promise<IPCB_PhysicalStackingConfiguration | undefined>
物理叠层配置,undefined 为不存在该物理叠层
Remarks
ADD since EDA v4.2