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>)#
class OpAmp[source]#

Bases: Port

INp = Port()#
INn = Port()#
OUT = Port()#
class TS971ILT[source]#

Bases: Circuit

Single Rail-to-Rail Op-Amp in SOT23-5

IC = IC()#
supply = Power()#
amp = OpAmp()#
Device#

alias of TS971ILT