cst_pcb_create_stackup
Creates a PCB layer stackup in CST Studio with brick geometry for signal, ground, power, and dielectric layers, returning total thickness and layer positions.
Instructions
Create a PCB layer stackup in CST Studio. Generates brick geometry for each layer (signal, ground, power, dielectric) positioned vertically with correct materials. Returns total thickness and layer positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layers | Yes | Ordered list of layers from top to bottom. Example 4-layer: signal-dielectric-ground-dielectric(core)-power-dielectric-signal | |
| board_width_mm | Yes | Board width in mm (X dimension) | |
| board_length_mm | Yes | Board length in mm (Y dimension) |