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. A Gerber file uses an ASCII vector format for 2-D binary
images.
Creation
Description
s = stackUp creates a default PCB stackup object with five
layers. Specify Gerber files as inputs to the second and fourth layers. Specify
dielectric material objects as inputs to layers one, three, and five.
s = stackUp( creates
a PCB NumMetalLayers=Value)stackUp object with the number of metal layers specified by
Value. The stack-up contains alternating dielectric and metal
layers arranged in the pattern dielectric–metal–dielectric–…–dielectric. Odd-indexed
layers are dielectric layers and even-indexed layers are metal layers. The total number
of PCB layers is computed as maximum of (2*Value + 1) and 5. Unused
metal layers remain empty.
