seiko_epson_TSX_3225_32_0000MF10Z_W6 module#

class CrystalComponent(*args, **kwargs)[source]#

Bases: Component

OSC1: Port = Port()#
OSC2: Port = Port()#
class CrystalResonator(*, load_capacitance: float, shunt_capacitance: float, motional_capacitance: float, esr: float, frequency: float, frequency_tolerance: float, max_drive_level: float)[source]#

Bases: CrystalComponent

Parameters:
load_capacitance: float#
shunt_capacitance: float#
motional_capacitance: float#
esr: float#
frequency: float#
frequency_tolerance: float#
max_drive_level: float#
add_load_caps(gnd, stray_capacitance=5e-12)[source]#
Parameters:

gnd (Net)

class RectangleSMDPad[source]#

Bases: Pad

shape: Shape | PadShape = Polygon(elements=((0.7, 0.575), (-0.7, 0.575), (-0.7, -0.575), (0.7, -0.575)), 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.725, 0.6), (-0.725, 0.6), (-0.725, -0.6), (0.725, -0.6)), holes=()), side=<Side.Top: 0>)#
paste = Paste(shape=Polygon(elements=((0.725, 0.6), (-0.725, 0.6), (-0.725, -0.6), (0.725, -0.6)), holes=()), side=<Side.Top: 0>)#
class TSX_3225_32_0000MF10Z_W6[source]#

Bases: CrystalResonator

32 MHz ±10ppm Crystal 12pF 40 Ohms 4-SMD, No Lead

manufacturer: str | None = 'Seiko Epson'#

Manufacturer for this component.

mpn: str | None = 'TSX-3225 32.0000MF10Z-W6'#

Manufacturer part number for this component.

datasheet = 'https://datasheet.lcsc.com/lcsc/2201301130_Seiko-Epson-TSX-3225-32-0000MF10Z-W6_C1986412.pdf'#
reference_designator_prefix: str | None = 'X'#

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.

GND0 = Port()#
GND1 = Port()#
symbol = symbol()#
landpattern = landpattern()#