Home > PCB_Layer > getCurrentPhysicalStackingConfigurationName
PCB_Layer.getCurrentPhysicalStackingConfigurationName() 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 getCurrentPhysicalStackingConfigurationName(): Promise<string | undefined>;1
Returns
Promise<string | undefined>
当前物理叠层配置名称,undefined 为获取失败
Remarks
ADD since EDA v4.2