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.
Get Specify physical stacking configuration
Signature
typescript
function getPhysicalStackingConfiguration(
configurationName: string,
physicalProps?: IPCB_SubstratePhysicalProperties,
): Promise<IPCB_PhysicalStackingConfiguration | undefined>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
configurationName | string | Configuration name |
physicalProps | (Optional) Physical properties. If not passed in, the current PCB properties are used by default |
Returns
Promise<IPCB_PhysicalStackingConfiguration | undefined>
Physical stacking configuration, undefined is does not exist this physical stacking
Remarks
ADD since EDA v4.2