stackUp
R2026bCreate PCB stackup definition
Description
Use the stackUp object to create a printed circuit board
(PCB) stackup definition to import Gerber files. A Gerber file is a set of manufacturing files
used to describe a PCB antenna. A Gerber file uses an ASCII vector format for 2-D binary
images.
Creation
Description
s = stackUp creates a PCB stackUp object with
a default of 2 metal layers and at least 5 total layers arranged as
dielectric–metal–dielectric–metal–dielectric. Metal layers (layers 2 and 4) accept
Gerber files, while dielectric layers (layers 1, 3, and 5) accept
dielectric objects.
s = stackUp( creates
a PCB NumMetalLayers=Value)stackUp object with the number of metal layers specified by
Value. The stackUp object arranges layers in an
alternating dielectric–metal pattern, starting and ending with dielectric layers.
Odd-indexed layers are dielectric, and even-indexed layers are metal. The total number
of layers is computed as 2 × NumMetalLayers + 1, with a minimum of
five layers. Unused metal layers remain empty.
