pcb-stackup

Outline

pcb-stackup :
  name:        String 
  description: String

  *layer(thickness:Double, material:pcb-material) 

Description

A set of manufacturing rules that defines the materials and thicknesses of each layer (including insulators) of a PCB. Probably defined by your fab.


Usage

pcb-stackup Oshpark4Layer : 
  name        = "Oshpark Four Layer Stackup"
  description = "The standard 4 layer stackup at OshPark"
  
  layer(1.0, dlp)
  layer(1.0, ENIG)
  layer(1.4, copper-1_0)
  layer(6.7, FR408_prepreg)
  layer(0.7, copper-0_5)
  layer(47.0 FR408_core)
  layer(0.6, copper-0_5)
  layer(6.7, FR408_prepreg)
  layer(1.4, copper-1_0)
  layer(1.0, ENIG)
  layer(1.0, dlp)

Statements

StatementDescription
layerDefine a layer in the stackup