Home > PCB_Layer > getAllPhysicalStackingConfigurations
PCB_Layer.getAllPhysicalStackingConfigurations() 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 all Physical stacking configuration
Signature
typescript
function getAllPhysicalStackingConfigurations(
physicalProps?: IPCB_SubstratePhysicalProperties,
): Promise<Array<IPCB_PhysicalStackingConfiguration>>;1
2
3
2
3
Parameters
Parameter | Type | Description |
|---|---|---|
physicalProps | (Optional) Physical properties. If not passed in, the current PCB properties are used by default |
Returns
Promise<Array<IPCB_PhysicalStackingConfiguration>>
All physical stacking configurations
Remarks
ADD since EDA v4.2