Home > PCB_Layer > getDefaultPhysicalStackingConfigurationName
PCB_Layer.getDefaultPhysicalStackingConfigurationName() 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 the name of the default physical stacking configuration for new PCBs
Signature
typescript
function getDefaultPhysicalStackingConfigurationName(
physicalProps?: IPCB_SubstratePhysicalProperties,
): Promise<string | undefined>;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<string | undefined>
Default physical stacking configuration name of; undefined indicates that the retrieval failed
Remarks
ADD since EDA v4.2