Home > PCB_Layer > savePhysicalStackingConfiguration
PCB_Layer.savePhysicalStackingConfiguration() 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.
Save Physical stacking configuration
Signature
function savePhysicalStackingConfiguration(
physicalStackingConfiguration: IPCB_PhysicalStackingConfiguration,
configurationName: string,
physicalProps?: IPCB_SubstratePhysicalProperties,
allowOverwrite?: boolean,
): Promise<boolean>;2
3
4
5
6
Parameters
Parameter | Type | Description |
|---|---|---|
physicalStackingConfiguration | Physical stacking configuration | |
configurationName | string | Configuration name |
physicalProps | (Optional) Physical properties. If not passed in, the current PCB properties are used by default | |
allowOverwrite | boolean | (Optional) Whether to allow overwriting a physical stacking configuration with the same name. If |
Returns
Promise<boolean>
Save Whether Successful
Remarks
ADD since EDA v4.2