Pads

A pcb-pad definition represents a single lead found on a pcb-landpattern.

Syntax

pcb-pad my-pad :
  type  = SMD ; or TH
  shape = Rectangle(1.0, 0.5)
  layer(SolderMask(Top)) = Rectangle(1.25, 0.75)

Statements

StatementDescription
typeThe type of the pad, either SMD (surface mount) or TH (through hole)
shapeThe shape of the pad.
nameName
descriptionDescription
layerLayers on the pad, like solder mask and cutouts.