eda_pcb_layer_get_all_physical_stacking_configurations
Retrieves the complete set of physical layer stacking configurations available for the current PCB, providing all stack-up options in one response.
Instructions
pcb_Layer.getAllPhysicalStackingConfigurations(physicalProps?: IPCB_SubstratePhysicalProperties) -> Promise<Array> 获取所有物理叠层配置 remarks: ADD since EDA v4.2 returns: 所有物理叠层配置
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |