myoung_MY_1632_03 module#

class RectanglePad[source]#

Bases: Pad

shape: Shape | PadShape = Polygon(elements=((2.075, 2.1), (-2.075, 2.1), (-2.075, -2.1), (2.075, -2.1)), 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=((2.125, 2.15), (-2.125, 2.15), (-2.125, -2.15), (2.125, -2.15)), holes=()), side=<Side.Top: 0>)#
paste = Paste(shape=Polygon(elements=((2.125, 2.15), (-2.125, 2.15), (-2.125, -2.15), (2.125, -2.15)), holes=()), side=<Side.Top: 0>)#
class CirclePad[source]#

Bases: Pad

shape: Shape | PadShape = Circle(radius=3.5)#

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=Circle(radius=3.551), side=<Side.Top: 0>)#
paste = Paste(shape=Circle(radius=3.551), side=<Side.Top: 0>)#
class MY_1632_03(*args, **kwargs)[source]#

Bases: Component

Battery button CR1632 SMD Battery Connectors ROHS

manufacturer: str | None = 'MYOUNG'#

Manufacturer for this component.

mpn: str | None = 'MY-1632-03'#

Manufacturer part number for this component.

datasheet = 'https://datasheet.lcsc.com/lcsc/2109301830_MYOUNG-MY-1632-03_C2902337.pdf'#
reference_designator_prefix: str | None = 'J'#

Reference designator prefix for this component. This will be used to generate a unique reference designator for each component of the same type.

Note

This field is a required data point for matching components between builds. If this value changes (including changing from unset to set), it will be treated as a new component, even if nothing else changes.

vout = Power()#
symbol = symbol()#
landpattern = landpattern()#
mapping = PadMapping({Power().Vp: [landpattern().p[1], landpattern().p[3]], Power().Vn: landpattern().p[2]})#
Device#

alias of MY_1632_03