Skip to content

Scripted version of SOP-4 footprint for isolators

Rene Poeschl requested to merge github/fork/poeschlr/scripted_sop-4_iso into master

script: pointhi/kicad-footprint-generator#289 symbol: https://github.com/KiCad/kicad-symbols/pull/1499

http://www.vishay.com/docs/83510/tcmt1100.pdf

screenshot from 2019-02-06 22-30-47

SOP-4_4.4x2.6mm_P1.27mm:
  size_source: 'http://www.vishay.com/docs/83510/tcmt1100.pdf'
  body_size_x:
    nominal: 4.4
    tolerance: 0 # only typical size given
  body_size_y:
    nominal: 2.6
    tolerance: 0.2
  body_height:
    # calculated from (2.0 +/-0.1) + (0.1 +/-0.1)
    nominal: 2.1
    tolerance: 0.14

  overall_size_x:
    nominal: 7
    tolerance: 0.3
  lead_width:
    nominal: 0.4
    tolerance: 0.1
  lead_len:
    nominal: 0.6
    tolerance: [-0.3, 0.2]

  pitch: 1.27
  num_pins_x: 0
  num_pins_y: 2

Merge request reports