stmicroelectronics_TS971ILT module#
- class RectanglePad[source]#
Bases:
Pad- shape: Shape | PadShape = Polygon(elements=((0.5, 0.3), (-0.5, 0.3), (-0.5, -0.3), (0.5, -0.3)), holes=())#
The geometric shape of the pad or a PadShape to specify the regular shape and the shape when non-functional pads are removed. Can be overridden on a per-layer basis by
shapes.
- soldermask = Soldermask(shape=Polygon(elements=((0.551, 0.351), (-0.551, 0.351), (-0.551, -0.351), (0.551, -0.351)), holes=()), side=<Side.Top: 0>)#
- paste = Paste(shape=Polygon(elements=((0.551, 0.351), (-0.551, 0.351), (-0.551, -0.351), (0.551, -0.351)), holes=()), side=<Side.Top: 0>)#