LQFP-48.svg 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Created with Inkscape (http://www.inkscape.org/) -->
  3. <svg
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:cc="http://creativecommons.org/ns#"
  6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:svg="http://www.w3.org/2000/svg"
  8. xmlns="http://www.w3.org/2000/svg"
  9. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  10. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  11. width="9.3998804mm"
  12. height="9.3998804mm"
  13. viewBox="0 0 9.3998805 9.39988"
  14. version="1.1"
  15. id="svg2741"
  16. inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
  17. sodipodi:docname="LQFP-48.svg">
  18. <defs
  19. id="defs2735" />
  20. <sodipodi:namedview
  21. id="base"
  22. pagecolor="#ffffff"
  23. bordercolor="#666666"
  24. borderopacity="1.0"
  25. inkscape:pageopacity="0.0"
  26. inkscape:pageshadow="2"
  27. inkscape:zoom="15.839192"
  28. inkscape:cx="34.368068"
  29. inkscape:cy="20.137411"
  30. inkscape:document-units="mm"
  31. inkscape:current-layer="layer1"
  32. showgrid="false"
  33. fit-margin-top="0"
  34. fit-margin-left="0"
  35. fit-margin-right="0"
  36. fit-margin-bottom="0"
  37. inkscape:window-width="2560"
  38. inkscape:window-height="1352"
  39. inkscape:window-x="0"
  40. inkscape:window-y="28"
  41. inkscape:window-maximized="1" />
  42. <metadata
  43. id="metadata2738">
  44. <rdf:RDF>
  45. <cc:Work
  46. rdf:about="">
  47. <dc:format>image/svg+xml</dc:format>
  48. <dc:type
  49. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  50. <dc:title></dc:title>
  51. </cc:Work>
  52. </rdf:RDF>
  53. </metadata>
  54. <g
  55. inkscape:label="Layer 1"
  56. inkscape:groupmode="layer"
  57. id="layer1"
  58. transform="translate(76.846016,-179.69614)">
  59. <g
  60. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  61. c_partid="part_pad"
  62. c_etype="pinpart"
  63. c_origin="4205.267,3060.973"
  64. layerid="1"
  65. number="48"
  66. net="U19_48"
  67. plated="Y"
  68. id="gge6534"
  69. locked="0"
  70. c_rotation="0"
  71. c_width="1.1811"
  72. c_height="4.7244"
  73. title="U19_48"
  74. c_shape="OVAL"
  75. pasteexpansion="0"
  76. solderexpansion="0.4"
  77. style="stroke:#008000">
  78. <polyline
  79. style="stroke:#008000;stroke-width:1.18110001"
  80. c_etype="pad_shell"
  81. points="4205.267 3059.2014 4205.267 3062.7447"
  82. layerid="1"
  83. id="polyline7322" />
  84. <circle
  85. style="stroke:#008000;stroke-width:0"
  86. c_etype="pad_hole"
  87. cx="4205.2666"
  88. cy="3060.9727"
  89. r="0"
  90. layerid="1"
  91. id="circle7324" />
  92. </g>
  93. <g
  94. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  95. c_partid="part_pad"
  96. c_etype="pinpart"
  97. c_origin="4207.236,3060.973"
  98. layerid="1"
  99. number="47"
  100. net="U19_47"
  101. plated="Y"
  102. id="gge6549"
  103. locked="0"
  104. c_rotation="0"
  105. c_width="1.1811"
  106. c_height="4.7244"
  107. title="U19_47"
  108. c_shape="OVAL"
  109. pasteexpansion="0"
  110. solderexpansion="0.4"
  111. style="stroke:#008000">
  112. <polyline
  113. style="stroke:#008000;stroke-width:1.18110001"
  114. c_etype="pad_shell"
  115. points="4207.236 3059.2014 4207.236 3062.7447"
  116. layerid="1"
  117. id="polyline7327" />
  118. <circle
  119. style="stroke:#008000;stroke-width:0"
  120. c_etype="pad_hole"
  121. cx="4207.2358"
  122. cy="3060.9727"
  123. r="0"
  124. layerid="1"
  125. id="circle7329" />
  126. </g>
  127. <g
  128. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  129. c_partid="part_pad"
  130. c_etype="pinpart"
  131. c_origin="4209.204,3060.973"
  132. layerid="1"
  133. number="46"
  134. net="U19_46"
  135. plated="Y"
  136. id="gge6564"
  137. locked="0"
  138. c_rotation="0"
  139. c_width="1.1811"
  140. c_height="4.7244"
  141. title="U19_46"
  142. c_shape="OVAL"
  143. pasteexpansion="0"
  144. solderexpansion="0.4"
  145. style="stroke:#008000">
  146. <polyline
  147. style="stroke:#008000;stroke-width:1.18110001"
  148. c_etype="pad_shell"
  149. points="4209.204 3059.2014 4209.204 3062.7447"
  150. layerid="1"
  151. id="polyline7332" />
  152. <circle
  153. style="stroke:#008000;stroke-width:0"
  154. c_etype="pad_hole"
  155. cx="4209.2036"
  156. cy="3060.9727"
  157. r="0"
  158. layerid="1"
  159. id="circle7334" />
  160. </g>
  161. <g
  162. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  163. c_partid="part_pad"
  164. c_etype="pinpart"
  165. c_origin="4211.173,3060.973"
  166. layerid="1"
  167. number="45"
  168. net="U19_45"
  169. plated="Y"
  170. id="gge6579"
  171. locked="0"
  172. c_rotation="0"
  173. c_width="1.1811"
  174. c_height="4.7244"
  175. title="U19_45"
  176. c_shape="OVAL"
  177. pasteexpansion="0"
  178. solderexpansion="0.4"
  179. style="stroke:#008000">
  180. <polyline
  181. style="stroke:#008000;stroke-width:1.18110001"
  182. c_etype="pad_shell"
  183. points="4211.173 3059.2014 4211.173 3062.7447"
  184. layerid="1"
  185. id="polyline7337" />
  186. <circle
  187. style="stroke:#008000;stroke-width:0"
  188. c_etype="pad_hole"
  189. cx="4211.1724"
  190. cy="3060.9727"
  191. r="0"
  192. layerid="1"
  193. id="circle7339" />
  194. </g>
  195. <g
  196. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  197. c_partid="part_pad"
  198. c_etype="pinpart"
  199. c_origin="4213.141,3060.973"
  200. layerid="1"
  201. number="44"
  202. net="U19_44"
  203. plated="Y"
  204. id="gge6594"
  205. locked="0"
  206. c_rotation="0"
  207. c_width="1.1811"
  208. c_height="4.7244"
  209. title="U19_44"
  210. c_shape="OVAL"
  211. pasteexpansion="0"
  212. solderexpansion="0.4"
  213. style="stroke:#008000">
  214. <polyline
  215. style="stroke:#008000;stroke-width:1.18110001"
  216. c_etype="pad_shell"
  217. points="4213.141 3059.2014 4213.141 3062.7447"
  218. layerid="1"
  219. id="polyline7342" />
  220. <circle
  221. style="stroke:#008000;stroke-width:0"
  222. c_etype="pad_hole"
  223. cx="4213.1406"
  224. cy="3060.9727"
  225. r="0"
  226. layerid="1"
  227. id="circle7344" />
  228. </g>
  229. <g
  230. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  231. c_partid="part_pad"
  232. c_etype="pinpart"
  233. c_origin="4215.11,3060.973"
  234. layerid="1"
  235. number="43"
  236. net="U19_43"
  237. plated="Y"
  238. id="gge6609"
  239. locked="0"
  240. c_rotation="0"
  241. c_width="1.1811"
  242. c_height="4.7244"
  243. title="U19_43"
  244. c_shape="OVAL"
  245. pasteexpansion="0"
  246. solderexpansion="0.4"
  247. style="stroke:#008000">
  248. <polyline
  249. style="stroke:#008000;stroke-width:1.18110001"
  250. c_etype="pad_shell"
  251. points="4215.11 3059.2014 4215.11 3062.7447"
  252. layerid="1"
  253. id="polyline7347" />
  254. <circle
  255. style="stroke:#008000;stroke-width:0"
  256. c_etype="pad_hole"
  257. cx="4215.1094"
  258. cy="3060.9727"
  259. r="0"
  260. layerid="1"
  261. id="circle7349" />
  262. </g>
  263. <g
  264. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  265. c_partid="part_pad"
  266. c_etype="pinpart"
  267. c_origin="4217.078,3060.973"
  268. layerid="1"
  269. number="42"
  270. net="U19_42"
  271. plated="Y"
  272. id="gge6624"
  273. locked="0"
  274. c_rotation="0"
  275. c_width="1.1811"
  276. c_height="4.7244"
  277. title="U19_42"
  278. c_shape="OVAL"
  279. pasteexpansion="0"
  280. solderexpansion="0.4"
  281. style="stroke:#008000">
  282. <polyline
  283. style="stroke:#008000;stroke-width:1.18110001"
  284. c_etype="pad_shell"
  285. points="4217.078 3059.2014 4217.078 3062.7447"
  286. layerid="1"
  287. id="polyline7352" />
  288. <circle
  289. style="stroke:#008000;stroke-width:0"
  290. c_etype="pad_hole"
  291. cx="4217.0776"
  292. cy="3060.9727"
  293. r="0"
  294. layerid="1"
  295. id="circle7354" />
  296. </g>
  297. <g
  298. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  299. c_partid="part_pad"
  300. c_etype="pinpart"
  301. c_origin="4219.047,3060.973"
  302. layerid="1"
  303. number="41"
  304. net="U19_41"
  305. plated="Y"
  306. id="gge6639"
  307. locked="0"
  308. c_rotation="0"
  309. c_width="1.1811"
  310. c_height="4.7244"
  311. title="U19_41"
  312. c_shape="OVAL"
  313. pasteexpansion="0"
  314. solderexpansion="0.4"
  315. style="stroke:#008000">
  316. <polyline
  317. style="stroke:#008000;stroke-width:1.18110001"
  318. c_etype="pad_shell"
  319. points="4219.047 3059.2014 4219.047 3062.7447"
  320. layerid="1"
  321. id="polyline7357" />
  322. <circle
  323. style="stroke:#008000;stroke-width:0"
  324. c_etype="pad_hole"
  325. cx="4219.0464"
  326. cy="3060.9727"
  327. r="0"
  328. layerid="1"
  329. id="circle7359" />
  330. </g>
  331. <g
  332. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  333. c_partid="part_pad"
  334. c_etype="pinpart"
  335. c_origin="4221.015,3060.973"
  336. layerid="1"
  337. number="40"
  338. net="U19_40"
  339. plated="Y"
  340. id="gge6654"
  341. locked="0"
  342. c_rotation="0"
  343. c_width="1.1811"
  344. c_height="4.7244"
  345. title="U19_40"
  346. c_shape="OVAL"
  347. pasteexpansion="0"
  348. solderexpansion="0.4"
  349. style="stroke:#008000">
  350. <polyline
  351. style="stroke:#008000;stroke-width:1.18110001"
  352. c_etype="pad_shell"
  353. points="4221.015 3059.2014 4221.015 3062.7447"
  354. layerid="1"
  355. id="polyline7362" />
  356. <circle
  357. style="stroke:#008000;stroke-width:0"
  358. c_etype="pad_hole"
  359. cx="4221.0146"
  360. cy="3060.9727"
  361. r="0"
  362. layerid="1"
  363. id="circle7364" />
  364. </g>
  365. <g
  366. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  367. c_partid="part_pad"
  368. c_etype="pinpart"
  369. c_origin="4222.984,3060.973"
  370. layerid="1"
  371. number="39"
  372. net="U19_39"
  373. plated="Y"
  374. id="gge6669"
  375. locked="0"
  376. c_rotation="0"
  377. c_width="1.1811"
  378. c_height="4.7244"
  379. title="U19_39"
  380. c_shape="OVAL"
  381. pasteexpansion="0"
  382. solderexpansion="0.4"
  383. style="stroke:#008000">
  384. <polyline
  385. style="stroke:#008000;stroke-width:1.18110001"
  386. c_etype="pad_shell"
  387. points="4222.984 3059.2014 4222.984 3062.7447"
  388. layerid="1"
  389. id="polyline7367" />
  390. <circle
  391. style="stroke:#008000;stroke-width:0"
  392. c_etype="pad_hole"
  393. cx="4222.9834"
  394. cy="3060.9727"
  395. r="0"
  396. layerid="1"
  397. id="circle7369" />
  398. </g>
  399. <g
  400. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  401. c_partid="part_pad"
  402. c_etype="pinpart"
  403. c_origin="4224.952,3060.973"
  404. layerid="1"
  405. number="38"
  406. net="U19_38"
  407. plated="Y"
  408. id="gge6684"
  409. locked="0"
  410. c_rotation="0"
  411. c_width="1.1811"
  412. c_height="4.7244"
  413. title="U19_38"
  414. c_shape="OVAL"
  415. pasteexpansion="0"
  416. solderexpansion="0.4"
  417. style="stroke:#008000">
  418. <polyline
  419. style="stroke:#008000;stroke-width:1.18110001"
  420. c_etype="pad_shell"
  421. points="4224.952 3059.2014 4224.952 3062.7447"
  422. layerid="1"
  423. id="polyline7372" />
  424. <circle
  425. style="stroke:#008000;stroke-width:0"
  426. c_etype="pad_hole"
  427. cx="4224.9517"
  428. cy="3060.9727"
  429. r="0"
  430. layerid="1"
  431. id="circle7374" />
  432. </g>
  433. <g
  434. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  435. c_partid="part_pad"
  436. c_etype="pinpart"
  437. c_origin="4226.921,3060.973"
  438. layerid="1"
  439. number="37"
  440. net="U19_37"
  441. plated="Y"
  442. id="gge6699"
  443. locked="0"
  444. c_rotation="0"
  445. c_width="1.1811"
  446. c_height="4.7244"
  447. title="U19_37"
  448. c_shape="OVAL"
  449. pasteexpansion="0"
  450. solderexpansion="0.4"
  451. style="stroke:#008000">
  452. <polyline
  453. style="stroke:#008000;stroke-width:1.18110001"
  454. c_etype="pad_shell"
  455. points="4226.921 3059.2014 4226.921 3062.7447"
  456. layerid="1"
  457. id="polyline7377" />
  458. <circle
  459. style="stroke:#008000;stroke-width:0"
  460. c_etype="pad_hole"
  461. cx="4226.9204"
  462. cy="3060.9727"
  463. r="0"
  464. layerid="1"
  465. id="circle7379" />
  466. </g>
  467. <g
  468. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  469. c_partid="part_pad"
  470. c_etype="pinpart"
  471. c_origin="4232.826,3066.878"
  472. layerid="1"
  473. number="36"
  474. net="U19_36"
  475. plated="Y"
  476. id="gge6714"
  477. locked="0"
  478. c_rotation="90"
  479. c_width="1.1811"
  480. c_height="4.7244"
  481. title="U19_36"
  482. c_shape="OVAL"
  483. pasteexpansion="0"
  484. solderexpansion="0.4"
  485. style="stroke:#008000">
  486. <polyline
  487. style="stroke:#008000;stroke-width:1.18110001"
  488. c_etype="pad_shell"
  489. points="4231.0544 3066.878 4234.5977 3066.878"
  490. layerid="1"
  491. id="polyline7382" />
  492. <circle
  493. style="stroke:#008000;stroke-width:0"
  494. c_etype="pad_hole"
  495. cx="4232.8257"
  496. cy="3066.8779"
  497. r="0"
  498. layerid="1"
  499. id="circle7384" />
  500. </g>
  501. <g
  502. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  503. c_partid="part_pad"
  504. c_etype="pinpart"
  505. c_origin="4232.826,3068.847"
  506. layerid="1"
  507. number="35"
  508. net="U19_35"
  509. plated="Y"
  510. id="gge6729"
  511. locked="0"
  512. c_rotation="90"
  513. c_width="1.1811"
  514. c_height="4.7244"
  515. title="U19_35"
  516. c_shape="OVAL"
  517. pasteexpansion="0"
  518. solderexpansion="0.4"
  519. style="stroke:#008000">
  520. <polyline
  521. style="stroke:#008000;stroke-width:1.18110001"
  522. c_etype="pad_shell"
  523. points="4231.0544 3068.847 4234.5977 3068.847"
  524. layerid="1"
  525. id="polyline7387" />
  526. <circle
  527. style="stroke:#008000;stroke-width:0"
  528. c_etype="pad_hole"
  529. cx="4232.8257"
  530. cy="3068.8469"
  531. r="0"
  532. layerid="1"
  533. id="circle7389" />
  534. </g>
  535. <g
  536. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  537. c_partid="part_pad"
  538. c_etype="pinpart"
  539. c_origin="4232.826,3070.815"
  540. layerid="1"
  541. number="34"
  542. net="U19_34"
  543. plated="Y"
  544. id="gge6744"
  545. locked="0"
  546. c_rotation="90"
  547. c_width="1.1811"
  548. c_height="4.7244"
  549. title="U19_34"
  550. c_shape="OVAL"
  551. pasteexpansion="0"
  552. solderexpansion="0.4"
  553. style="stroke:#008000">
  554. <polyline
  555. style="stroke:#008000;stroke-width:1.18110001"
  556. c_etype="pad_shell"
  557. points="4231.0544 3070.815 4234.5977 3070.815"
  558. layerid="1"
  559. id="polyline7392" />
  560. <circle
  561. style="stroke:#008000;stroke-width:0"
  562. c_etype="pad_hole"
  563. cx="4232.8257"
  564. cy="3070.8149"
  565. r="0"
  566. layerid="1"
  567. id="circle7394" />
  568. </g>
  569. <g
  570. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  571. c_partid="part_pad"
  572. c_etype="pinpart"
  573. c_origin="4232.826,3072.784"
  574. layerid="1"
  575. number="33"
  576. net="U19_33"
  577. plated="Y"
  578. id="gge6759"
  579. locked="0"
  580. c_rotation="90"
  581. c_width="1.1811"
  582. c_height="4.7244"
  583. title="U19_33"
  584. c_shape="OVAL"
  585. pasteexpansion="0"
  586. solderexpansion="0.4"
  587. style="stroke:#008000">
  588. <polyline
  589. style="stroke:#008000;stroke-width:1.18110001"
  590. c_etype="pad_shell"
  591. points="4231.0544 3072.784 4234.5977 3072.784"
  592. layerid="1"
  593. id="polyline7397" />
  594. <circle
  595. style="stroke:#008000;stroke-width:0"
  596. c_etype="pad_hole"
  597. cx="4232.8257"
  598. cy="3072.7839"
  599. r="0"
  600. layerid="1"
  601. id="circle7399" />
  602. </g>
  603. <g
  604. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  605. c_partid="part_pad"
  606. c_etype="pinpart"
  607. c_origin="4232.826,3074.752"
  608. layerid="1"
  609. number="32"
  610. net="U19_32"
  611. plated="Y"
  612. id="gge6774"
  613. locked="0"
  614. c_rotation="90"
  615. c_width="1.1811"
  616. c_height="4.7244"
  617. title="U19_32"
  618. c_shape="OVAL"
  619. pasteexpansion="0"
  620. solderexpansion="0.4"
  621. style="stroke:#008000">
  622. <polyline
  623. style="stroke:#008000;stroke-width:1.18110001"
  624. c_etype="pad_shell"
  625. points="4231.0544 3074.752 4234.5977 3074.752"
  626. layerid="1"
  627. id="polyline7402" />
  628. <circle
  629. style="stroke:#008000;stroke-width:0"
  630. c_etype="pad_hole"
  631. cx="4232.8257"
  632. cy="3074.752"
  633. r="0"
  634. layerid="1"
  635. id="circle7404" />
  636. </g>
  637. <g
  638. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  639. c_partid="part_pad"
  640. c_etype="pinpart"
  641. c_origin="4232.826,3076.721"
  642. layerid="1"
  643. number="31"
  644. net="U19_31"
  645. plated="Y"
  646. id="gge6789"
  647. locked="0"
  648. c_rotation="90"
  649. c_width="1.1811"
  650. c_height="4.7244"
  651. title="U19_31"
  652. c_shape="OVAL"
  653. pasteexpansion="0"
  654. solderexpansion="0.4"
  655. style="stroke:#008000">
  656. <polyline
  657. style="stroke:#008000;stroke-width:1.18110001"
  658. c_etype="pad_shell"
  659. points="4231.0544 3076.721 4234.5977 3076.721"
  660. layerid="1"
  661. id="polyline7407" />
  662. <circle
  663. style="stroke:#008000;stroke-width:0"
  664. c_etype="pad_hole"
  665. cx="4232.8257"
  666. cy="3076.7209"
  667. r="0"
  668. layerid="1"
  669. id="circle7409" />
  670. </g>
  671. <g
  672. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  673. c_partid="part_pad"
  674. c_etype="pinpart"
  675. c_origin="4232.826,3078.689"
  676. layerid="1"
  677. number="30"
  678. net="U19_30"
  679. plated="Y"
  680. id="gge6804"
  681. locked="0"
  682. c_rotation="90"
  683. c_width="1.1811"
  684. c_height="4.7244"
  685. title="U19_30"
  686. c_shape="OVAL"
  687. pasteexpansion="0"
  688. solderexpansion="0.4"
  689. style="stroke:#008000">
  690. <polyline
  691. style="stroke:#008000;stroke-width:1.18110001"
  692. c_etype="pad_shell"
  693. points="4231.0544 3078.689 4234.5977 3078.689"
  694. layerid="1"
  695. id="polyline7412" />
  696. <circle
  697. style="stroke:#008000;stroke-width:0"
  698. c_etype="pad_hole"
  699. cx="4232.8257"
  700. cy="3078.689"
  701. r="0"
  702. layerid="1"
  703. id="circle7414" />
  704. </g>
  705. <g
  706. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  707. c_partid="part_pad"
  708. c_etype="pinpart"
  709. c_origin="4232.826,3080.658"
  710. layerid="1"
  711. number="29"
  712. net="U19_29"
  713. plated="Y"
  714. id="gge6819"
  715. locked="0"
  716. c_rotation="90"
  717. c_width="1.1811"
  718. c_height="4.7244"
  719. title="U19_29"
  720. c_shape="OVAL"
  721. pasteexpansion="0"
  722. solderexpansion="0.4"
  723. style="stroke:#008000">
  724. <polyline
  725. style="stroke:#008000;stroke-width:1.18110001"
  726. c_etype="pad_shell"
  727. points="4231.0544 3080.658 4234.5977 3080.658"
  728. layerid="1"
  729. id="polyline7417" />
  730. <circle
  731. style="stroke:#008000;stroke-width:0"
  732. c_etype="pad_hole"
  733. cx="4232.8257"
  734. cy="3080.658"
  735. r="0"
  736. layerid="1"
  737. id="circle7419" />
  738. </g>
  739. <g
  740. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  741. c_partid="part_pad"
  742. c_etype="pinpart"
  743. c_origin="4232.826,3082.626"
  744. layerid="1"
  745. number="28"
  746. net="U19_28"
  747. plated="Y"
  748. id="gge6834"
  749. locked="0"
  750. c_rotation="90"
  751. c_width="1.1811"
  752. c_height="4.7244"
  753. title="U19_28"
  754. c_shape="OVAL"
  755. pasteexpansion="0"
  756. solderexpansion="0.4"
  757. style="stroke:#008000">
  758. <polyline
  759. style="stroke:#008000;stroke-width:1.18110001"
  760. c_etype="pad_shell"
  761. points="4231.0544 3082.626 4234.5977 3082.626"
  762. layerid="1"
  763. id="polyline7422" />
  764. <circle
  765. style="stroke:#008000;stroke-width:0"
  766. c_etype="pad_hole"
  767. cx="4232.8257"
  768. cy="3082.626"
  769. r="0"
  770. layerid="1"
  771. id="circle7424" />
  772. </g>
  773. <g
  774. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  775. c_partid="part_pad"
  776. c_etype="pinpart"
  777. c_origin="4232.826,3084.595"
  778. layerid="1"
  779. number="27"
  780. net="U19_27"
  781. plated="Y"
  782. id="gge6849"
  783. locked="0"
  784. c_rotation="90"
  785. c_width="1.1811"
  786. c_height="4.7244"
  787. title="U19_27"
  788. c_shape="OVAL"
  789. pasteexpansion="0"
  790. solderexpansion="0.4"
  791. style="stroke:#008000">
  792. <polyline
  793. style="stroke:#008000;stroke-width:1.18110001"
  794. c_etype="pad_shell"
  795. points="4231.0544 3084.595 4234.5977 3084.595"
  796. layerid="1"
  797. id="polyline7427" />
  798. <circle
  799. style="stroke:#008000;stroke-width:0"
  800. c_etype="pad_hole"
  801. cx="4232.8257"
  802. cy="3084.595"
  803. r="0"
  804. layerid="1"
  805. id="circle7429" />
  806. </g>
  807. <g
  808. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  809. c_partid="part_pad"
  810. c_etype="pinpart"
  811. c_origin="4232.826,3086.563"
  812. layerid="1"
  813. number="26"
  814. net="U19_26"
  815. plated="Y"
  816. id="gge6864"
  817. locked="0"
  818. c_rotation="90"
  819. c_width="1.1811"
  820. c_height="4.7244"
  821. title="U19_26"
  822. c_shape="OVAL"
  823. pasteexpansion="0"
  824. solderexpansion="0.4"
  825. style="stroke:#008000">
  826. <polyline
  827. style="stroke:#008000;stroke-width:1.18110001"
  828. c_etype="pad_shell"
  829. points="4231.0544 3086.563 4234.5977 3086.563"
  830. layerid="1"
  831. id="polyline7432" />
  832. <circle
  833. style="stroke:#008000;stroke-width:0"
  834. c_etype="pad_hole"
  835. cx="4232.8257"
  836. cy="3086.563"
  837. r="0"
  838. layerid="1"
  839. id="circle7434" />
  840. </g>
  841. <g
  842. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  843. c_partid="part_pad"
  844. c_etype="pinpart"
  845. c_origin="4232.826,3088.532"
  846. layerid="1"
  847. number="25"
  848. net="U19_25"
  849. plated="Y"
  850. id="gge6879"
  851. locked="0"
  852. c_rotation="90"
  853. c_width="1.1811"
  854. c_height="4.7244"
  855. title="U19_25"
  856. c_shape="OVAL"
  857. pasteexpansion="0"
  858. solderexpansion="0.4"
  859. style="stroke:#008000">
  860. <polyline
  861. style="stroke:#008000;stroke-width:1.18110001"
  862. c_etype="pad_shell"
  863. points="4231.0544 3088.532 4234.5977 3088.532"
  864. layerid="1"
  865. id="polyline7437" />
  866. <circle
  867. style="stroke:#008000;stroke-width:0"
  868. c_etype="pad_hole"
  869. cx="4232.8257"
  870. cy="3088.532"
  871. r="0"
  872. layerid="1"
  873. id="circle7439" />
  874. </g>
  875. <g
  876. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  877. c_partid="part_pad"
  878. c_etype="pinpart"
  879. c_origin="4226.921,3094.437"
  880. layerid="1"
  881. number="24"
  882. net="U19_24"
  883. plated="Y"
  884. id="gge6894"
  885. locked="0"
  886. c_rotation="0"
  887. c_width="1.1811"
  888. c_height="4.7244"
  889. title="U19_24"
  890. c_shape="OVAL"
  891. pasteexpansion="0"
  892. solderexpansion="0.4"
  893. style="stroke:#008000">
  894. <polyline
  895. style="stroke:#008000;stroke-width:1.18110001"
  896. c_etype="pad_shell"
  897. points="4226.921 3092.6653 4226.921 3096.2087"
  898. layerid="1"
  899. id="polyline7442" />
  900. <circle
  901. style="stroke:#008000;stroke-width:0"
  902. c_etype="pad_hole"
  903. cx="4226.9204"
  904. cy="3094.4373"
  905. r="0"
  906. layerid="1"
  907. id="circle7444" />
  908. </g>
  909. <g
  910. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  911. c_partid="part_pad"
  912. c_etype="pinpart"
  913. c_origin="4224.952,3094.437"
  914. layerid="1"
  915. number="23"
  916. net="U19_23"
  917. plated="Y"
  918. id="gge6909"
  919. locked="0"
  920. c_rotation="0"
  921. c_width="1.1811"
  922. c_height="4.7244"
  923. title="U19_23"
  924. c_shape="OVAL"
  925. pasteexpansion="0"
  926. solderexpansion="0.4"
  927. style="stroke:#008000">
  928. <polyline
  929. style="stroke:#008000;stroke-width:1.18110001"
  930. c_etype="pad_shell"
  931. points="4224.952 3092.6653 4224.952 3096.2087"
  932. layerid="1"
  933. id="polyline7447" />
  934. <circle
  935. style="stroke:#008000;stroke-width:0"
  936. c_etype="pad_hole"
  937. cx="4224.9517"
  938. cy="3094.4373"
  939. r="0"
  940. layerid="1"
  941. id="circle7449" />
  942. </g>
  943. <g
  944. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  945. c_partid="part_pad"
  946. c_etype="pinpart"
  947. c_origin="4222.984,3094.437"
  948. layerid="1"
  949. number="22"
  950. net="U19_22"
  951. plated="Y"
  952. id="gge6924"
  953. locked="0"
  954. c_rotation="0"
  955. c_width="1.1811"
  956. c_height="4.7244"
  957. title="U19_22"
  958. c_shape="OVAL"
  959. pasteexpansion="0"
  960. solderexpansion="0.4"
  961. style="stroke:#008000">
  962. <polyline
  963. style="stroke:#008000;stroke-width:1.18110001"
  964. c_etype="pad_shell"
  965. points="4222.984 3092.6653 4222.984 3096.2087"
  966. layerid="1"
  967. id="polyline7452" />
  968. <circle
  969. style="stroke:#008000;stroke-width:0"
  970. c_etype="pad_hole"
  971. cx="4222.9834"
  972. cy="3094.4373"
  973. r="0"
  974. layerid="1"
  975. id="circle7454" />
  976. </g>
  977. <g
  978. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  979. c_partid="part_pad"
  980. c_etype="pinpart"
  981. c_origin="4221.015,3094.437"
  982. layerid="1"
  983. number="21"
  984. net="U19_21"
  985. plated="Y"
  986. id="gge6939"
  987. locked="0"
  988. c_rotation="0"
  989. c_width="1.1811"
  990. c_height="4.7244"
  991. title="U19_21"
  992. c_shape="OVAL"
  993. pasteexpansion="0"
  994. solderexpansion="0.4"
  995. style="stroke:#008000">
  996. <polyline
  997. style="stroke:#008000;stroke-width:1.18110001"
  998. c_etype="pad_shell"
  999. points="4221.015 3092.6653 4221.015 3096.2087"
  1000. layerid="1"
  1001. id="polyline7457" />
  1002. <circle
  1003. style="stroke:#008000;stroke-width:0"
  1004. c_etype="pad_hole"
  1005. cx="4221.0146"
  1006. cy="3094.4373"
  1007. r="0"
  1008. layerid="1"
  1009. id="circle7459" />
  1010. </g>
  1011. <g
  1012. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1013. c_partid="part_pad"
  1014. c_etype="pinpart"
  1015. c_origin="4219.047,3094.437"
  1016. layerid="1"
  1017. number="20"
  1018. net="U19_20"
  1019. plated="Y"
  1020. id="gge6954"
  1021. locked="0"
  1022. c_rotation="0"
  1023. c_width="1.1811"
  1024. c_height="4.7244"
  1025. title="U19_20"
  1026. c_shape="OVAL"
  1027. pasteexpansion="0"
  1028. solderexpansion="0.4"
  1029. style="stroke:#008000">
  1030. <polyline
  1031. style="stroke:#008000;stroke-width:1.18110001"
  1032. c_etype="pad_shell"
  1033. points="4219.047 3092.6653 4219.047 3096.2087"
  1034. layerid="1"
  1035. id="polyline7462" />
  1036. <circle
  1037. style="stroke:#008000;stroke-width:0"
  1038. c_etype="pad_hole"
  1039. cx="4219.0464"
  1040. cy="3094.4373"
  1041. r="0"
  1042. layerid="1"
  1043. id="circle7464" />
  1044. </g>
  1045. <g
  1046. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1047. c_partid="part_pad"
  1048. c_etype="pinpart"
  1049. c_origin="4217.078,3094.437"
  1050. layerid="1"
  1051. number="19"
  1052. net="U19_19"
  1053. plated="Y"
  1054. id="gge6969"
  1055. locked="0"
  1056. c_rotation="0"
  1057. c_width="1.1811"
  1058. c_height="4.7244"
  1059. title="U19_19"
  1060. c_shape="OVAL"
  1061. pasteexpansion="0"
  1062. solderexpansion="0.4"
  1063. style="stroke:#008000">
  1064. <polyline
  1065. style="stroke:#008000;stroke-width:1.18110001"
  1066. c_etype="pad_shell"
  1067. points="4217.078 3092.6653 4217.078 3096.2087"
  1068. layerid="1"
  1069. id="polyline7467" />
  1070. <circle
  1071. style="stroke:#008000;stroke-width:0"
  1072. c_etype="pad_hole"
  1073. cx="4217.0776"
  1074. cy="3094.4373"
  1075. r="0"
  1076. layerid="1"
  1077. id="circle7469" />
  1078. </g>
  1079. <g
  1080. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1081. c_partid="part_pad"
  1082. c_etype="pinpart"
  1083. c_origin="4215.11,3094.437"
  1084. layerid="1"
  1085. number="18"
  1086. net="U19_18"
  1087. plated="Y"
  1088. id="gge6984"
  1089. locked="0"
  1090. c_rotation="0"
  1091. c_width="1.1811"
  1092. c_height="4.7244"
  1093. title="U19_18"
  1094. c_shape="OVAL"
  1095. pasteexpansion="0"
  1096. solderexpansion="0.4"
  1097. style="stroke:#008000">
  1098. <polyline
  1099. style="stroke:#008000;stroke-width:1.18110001"
  1100. c_etype="pad_shell"
  1101. points="4215.11 3092.6653 4215.11 3096.2087"
  1102. layerid="1"
  1103. id="polyline7472" />
  1104. <circle
  1105. style="stroke:#008000;stroke-width:0"
  1106. c_etype="pad_hole"
  1107. cx="4215.1094"
  1108. cy="3094.4373"
  1109. r="0"
  1110. layerid="1"
  1111. id="circle7474" />
  1112. </g>
  1113. <g
  1114. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1115. c_partid="part_pad"
  1116. c_etype="pinpart"
  1117. c_origin="4213.141,3094.437"
  1118. layerid="1"
  1119. number="17"
  1120. net="U19_17"
  1121. plated="Y"
  1122. id="gge6999"
  1123. locked="0"
  1124. c_rotation="0"
  1125. c_width="1.1811"
  1126. c_height="4.7244"
  1127. title="U19_17"
  1128. c_shape="OVAL"
  1129. pasteexpansion="0"
  1130. solderexpansion="0.4"
  1131. style="stroke:#008000">
  1132. <polyline
  1133. style="stroke:#008000;stroke-width:1.18110001"
  1134. c_etype="pad_shell"
  1135. points="4213.141 3092.6653 4213.141 3096.2087"
  1136. layerid="1"
  1137. id="polyline7477" />
  1138. <circle
  1139. style="stroke:#008000;stroke-width:0"
  1140. c_etype="pad_hole"
  1141. cx="4213.1406"
  1142. cy="3094.4373"
  1143. r="0"
  1144. layerid="1"
  1145. id="circle7479" />
  1146. </g>
  1147. <g
  1148. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1149. c_partid="part_pad"
  1150. c_etype="pinpart"
  1151. c_origin="4211.173,3094.437"
  1152. layerid="1"
  1153. number="16"
  1154. net="U19_16"
  1155. plated="Y"
  1156. id="gge7014"
  1157. locked="0"
  1158. c_rotation="0"
  1159. c_width="1.1811"
  1160. c_height="4.7244"
  1161. title="U19_16"
  1162. c_shape="OVAL"
  1163. pasteexpansion="0"
  1164. solderexpansion="0.4"
  1165. style="stroke:#008000">
  1166. <polyline
  1167. style="stroke:#008000;stroke-width:1.18110001"
  1168. c_etype="pad_shell"
  1169. points="4211.173 3092.6653 4211.173 3096.2087"
  1170. layerid="1"
  1171. id="polyline7482" />
  1172. <circle
  1173. style="stroke:#008000;stroke-width:0"
  1174. c_etype="pad_hole"
  1175. cx="4211.1724"
  1176. cy="3094.4373"
  1177. r="0"
  1178. layerid="1"
  1179. id="circle7484" />
  1180. </g>
  1181. <g
  1182. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1183. c_partid="part_pad"
  1184. c_etype="pinpart"
  1185. c_origin="4209.204,3094.437"
  1186. layerid="1"
  1187. number="15"
  1188. net="U19_15"
  1189. plated="Y"
  1190. id="gge7029"
  1191. locked="0"
  1192. c_rotation="0"
  1193. c_width="1.1811"
  1194. c_height="4.7244"
  1195. title="U19_15"
  1196. c_shape="OVAL"
  1197. pasteexpansion="0"
  1198. solderexpansion="0.4"
  1199. style="stroke:#008000">
  1200. <polyline
  1201. style="stroke:#008000;stroke-width:1.18110001"
  1202. c_etype="pad_shell"
  1203. points="4209.204 3092.6653 4209.204 3096.2087"
  1204. layerid="1"
  1205. id="polyline7487" />
  1206. <circle
  1207. style="stroke:#008000;stroke-width:0"
  1208. c_etype="pad_hole"
  1209. cx="4209.2036"
  1210. cy="3094.4373"
  1211. r="0"
  1212. layerid="1"
  1213. id="circle7489" />
  1214. </g>
  1215. <g
  1216. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1217. c_partid="part_pad"
  1218. c_etype="pinpart"
  1219. c_origin="4207.236,3094.437"
  1220. layerid="1"
  1221. number="14"
  1222. net="U19_14"
  1223. plated="Y"
  1224. id="gge7044"
  1225. locked="0"
  1226. c_rotation="0"
  1227. c_width="1.1811"
  1228. c_height="4.7244"
  1229. title="U19_14"
  1230. c_shape="OVAL"
  1231. pasteexpansion="0"
  1232. solderexpansion="0.4"
  1233. style="stroke:#008000">
  1234. <polyline
  1235. style="stroke:#008000;stroke-width:1.18110001"
  1236. c_etype="pad_shell"
  1237. points="4207.236 3092.6653 4207.236 3096.2087"
  1238. layerid="1"
  1239. id="polyline7492" />
  1240. <circle
  1241. style="stroke:#008000;stroke-width:0"
  1242. c_etype="pad_hole"
  1243. cx="4207.2358"
  1244. cy="3094.4373"
  1245. r="0"
  1246. layerid="1"
  1247. id="circle7494" />
  1248. </g>
  1249. <g
  1250. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1251. c_partid="part_pad"
  1252. c_etype="pinpart"
  1253. c_origin="4205.267,3094.437"
  1254. layerid="1"
  1255. number="13"
  1256. net="U19_13"
  1257. plated="Y"
  1258. id="gge7059"
  1259. locked="0"
  1260. c_rotation="0"
  1261. c_width="1.1811"
  1262. c_height="4.7244"
  1263. title="U19_13"
  1264. c_shape="OVAL"
  1265. pasteexpansion="0"
  1266. solderexpansion="0.4"
  1267. style="stroke:#008000">
  1268. <polyline
  1269. style="stroke:#008000;stroke-width:1.18110001"
  1270. c_etype="pad_shell"
  1271. points="4205.267 3092.6653 4205.267 3096.2087"
  1272. layerid="1"
  1273. id="polyline7497" />
  1274. <circle
  1275. style="stroke:#008000;stroke-width:0"
  1276. c_etype="pad_hole"
  1277. cx="4205.2666"
  1278. cy="3094.4373"
  1279. r="0"
  1280. layerid="1"
  1281. id="circle7499" />
  1282. </g>
  1283. <g
  1284. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1285. c_partid="part_pad"
  1286. c_etype="pinpart"
  1287. c_origin="4199.362,3088.532"
  1288. layerid="1"
  1289. number="12"
  1290. net="U19_12"
  1291. plated="Y"
  1292. id="gge7074"
  1293. locked="0"
  1294. c_rotation="90"
  1295. c_width="1.1811"
  1296. c_height="4.7244"
  1297. title="U19_12"
  1298. c_shape="OVAL"
  1299. pasteexpansion="0"
  1300. solderexpansion="0.4"
  1301. style="stroke:#008000">
  1302. <polyline
  1303. style="stroke:#008000;stroke-width:1.18110001"
  1304. c_etype="pad_shell"
  1305. points="4197.5904 3088.532 4201.1337 3088.532"
  1306. layerid="1"
  1307. id="polyline7502" />
  1308. <circle
  1309. style="stroke:#008000;stroke-width:0"
  1310. c_etype="pad_hole"
  1311. cx="4199.3613"
  1312. cy="3088.532"
  1313. r="0"
  1314. layerid="1"
  1315. id="circle7504" />
  1316. </g>
  1317. <g
  1318. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1319. c_partid="part_pad"
  1320. c_etype="pinpart"
  1321. c_origin="4199.362,3086.563"
  1322. layerid="1"
  1323. number="11"
  1324. net="U19_11"
  1325. plated="Y"
  1326. id="gge7089"
  1327. locked="0"
  1328. c_rotation="90"
  1329. c_width="1.1811"
  1330. c_height="4.7244"
  1331. title="U19_11"
  1332. c_shape="OVAL"
  1333. pasteexpansion="0"
  1334. solderexpansion="0.4"
  1335. style="stroke:#008000">
  1336. <polyline
  1337. style="stroke:#008000;stroke-width:1.18110001"
  1338. c_etype="pad_shell"
  1339. points="4197.5904 3086.563 4201.1337 3086.563"
  1340. layerid="1"
  1341. id="polyline7507" />
  1342. <circle
  1343. style="stroke:#008000;stroke-width:0"
  1344. c_etype="pad_hole"
  1345. cx="4199.3613"
  1346. cy="3086.563"
  1347. r="0"
  1348. layerid="1"
  1349. id="circle7509" />
  1350. </g>
  1351. <g
  1352. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1353. c_partid="part_pad"
  1354. c_etype="pinpart"
  1355. c_origin="4199.362,3084.595"
  1356. layerid="1"
  1357. number="10"
  1358. net="U19_10"
  1359. plated="Y"
  1360. id="gge7104"
  1361. locked="0"
  1362. c_rotation="90"
  1363. c_width="1.1811"
  1364. c_height="4.7244"
  1365. title="U19_10"
  1366. c_shape="OVAL"
  1367. pasteexpansion="0"
  1368. solderexpansion="0.4"
  1369. style="stroke:#008000">
  1370. <polyline
  1371. style="stroke:#008000;stroke-width:1.18110001"
  1372. c_etype="pad_shell"
  1373. points="4197.5904 3084.595 4201.1337 3084.595"
  1374. layerid="1"
  1375. id="polyline7512" />
  1376. <circle
  1377. style="stroke:#008000;stroke-width:0"
  1378. c_etype="pad_hole"
  1379. cx="4199.3613"
  1380. cy="3084.595"
  1381. r="0"
  1382. layerid="1"
  1383. id="circle7514" />
  1384. </g>
  1385. <g
  1386. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1387. c_partid="part_pad"
  1388. c_etype="pinpart"
  1389. c_origin="4199.362,3082.626"
  1390. layerid="1"
  1391. number="9"
  1392. net="U19_9"
  1393. plated="Y"
  1394. id="gge7119"
  1395. locked="0"
  1396. c_rotation="90"
  1397. c_width="1.1811"
  1398. c_height="4.7244"
  1399. title="U19_9"
  1400. c_shape="OVAL"
  1401. pasteexpansion="0"
  1402. solderexpansion="0.4"
  1403. style="stroke:#008000">
  1404. <polyline
  1405. style="stroke:#008000;stroke-width:1.18110001"
  1406. c_etype="pad_shell"
  1407. points="4197.5904 3082.626 4201.1337 3082.626"
  1408. layerid="1"
  1409. id="polyline7517" />
  1410. <circle
  1411. style="stroke:#008000;stroke-width:0"
  1412. c_etype="pad_hole"
  1413. cx="4199.3613"
  1414. cy="3082.626"
  1415. r="0"
  1416. layerid="1"
  1417. id="circle7519" />
  1418. </g>
  1419. <g
  1420. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1421. c_partid="part_pad"
  1422. c_etype="pinpart"
  1423. c_origin="4199.362,3080.658"
  1424. layerid="1"
  1425. number="8"
  1426. net="U19_8"
  1427. plated="Y"
  1428. id="gge7134"
  1429. locked="0"
  1430. c_rotation="90"
  1431. c_width="1.1811"
  1432. c_height="4.7244"
  1433. title="U19_8"
  1434. c_shape="OVAL"
  1435. pasteexpansion="0"
  1436. solderexpansion="0.4"
  1437. style="stroke:#008000">
  1438. <polyline
  1439. style="stroke:#008000;stroke-width:1.18110001"
  1440. c_etype="pad_shell"
  1441. points="4197.5904 3080.658 4201.1337 3080.658"
  1442. layerid="1"
  1443. id="polyline7522" />
  1444. <circle
  1445. style="stroke:#008000;stroke-width:0"
  1446. c_etype="pad_hole"
  1447. cx="4199.3613"
  1448. cy="3080.658"
  1449. r="0"
  1450. layerid="1"
  1451. id="circle7524" />
  1452. </g>
  1453. <g
  1454. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1455. c_partid="part_pad"
  1456. c_etype="pinpart"
  1457. c_origin="4199.362,3078.689"
  1458. layerid="1"
  1459. number="7"
  1460. net="U19_7"
  1461. plated="Y"
  1462. id="gge7149"
  1463. locked="0"
  1464. c_rotation="90"
  1465. c_width="1.1811"
  1466. c_height="4.7244"
  1467. title="U19_7"
  1468. c_shape="OVAL"
  1469. pasteexpansion="0"
  1470. solderexpansion="0.4"
  1471. style="stroke:#008000">
  1472. <polyline
  1473. style="stroke:#008000;stroke-width:1.18110001"
  1474. c_etype="pad_shell"
  1475. points="4197.5904 3078.689 4201.1337 3078.689"
  1476. layerid="1"
  1477. id="polyline7527" />
  1478. <circle
  1479. style="stroke:#008000;stroke-width:0"
  1480. c_etype="pad_hole"
  1481. cx="4199.3613"
  1482. cy="3078.689"
  1483. r="0"
  1484. layerid="1"
  1485. id="circle7529" />
  1486. </g>
  1487. <g
  1488. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1489. c_partid="part_pad"
  1490. c_etype="pinpart"
  1491. c_origin="4199.362,3076.721"
  1492. layerid="1"
  1493. number="6"
  1494. net="U19_6"
  1495. plated="Y"
  1496. id="gge7164"
  1497. locked="0"
  1498. c_rotation="90"
  1499. c_width="1.1811"
  1500. c_height="4.7244"
  1501. title="U19_6"
  1502. c_shape="OVAL"
  1503. pasteexpansion="0"
  1504. solderexpansion="0.4"
  1505. style="stroke:#008000">
  1506. <polyline
  1507. style="stroke:#008000;stroke-width:1.18110001"
  1508. c_etype="pad_shell"
  1509. points="4197.5904 3076.721 4201.1337 3076.721"
  1510. layerid="1"
  1511. id="polyline7532" />
  1512. <circle
  1513. style="stroke:#008000;stroke-width:0"
  1514. c_etype="pad_hole"
  1515. cx="4199.3613"
  1516. cy="3076.7209"
  1517. r="0"
  1518. layerid="1"
  1519. id="circle7534" />
  1520. </g>
  1521. <g
  1522. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1523. c_partid="part_pad"
  1524. c_etype="pinpart"
  1525. c_origin="4199.362,3074.752"
  1526. layerid="1"
  1527. number="5"
  1528. net="U19_5"
  1529. plated="Y"
  1530. id="gge7179"
  1531. locked="0"
  1532. c_rotation="90"
  1533. c_width="1.1811"
  1534. c_height="4.7244"
  1535. title="U19_5"
  1536. c_shape="OVAL"
  1537. pasteexpansion="0"
  1538. solderexpansion="0.4"
  1539. style="stroke:#008000">
  1540. <polyline
  1541. style="stroke:#008000;stroke-width:1.18110001"
  1542. c_etype="pad_shell"
  1543. points="4197.5904 3074.752 4201.1337 3074.752"
  1544. layerid="1"
  1545. id="polyline7537" />
  1546. <circle
  1547. style="stroke:#008000;stroke-width:0"
  1548. c_etype="pad_hole"
  1549. cx="4199.3613"
  1550. cy="3074.752"
  1551. r="0"
  1552. layerid="1"
  1553. id="circle7539" />
  1554. </g>
  1555. <g
  1556. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1557. c_partid="part_pad"
  1558. c_etype="pinpart"
  1559. c_origin="4199.362,3072.784"
  1560. layerid="1"
  1561. number="4"
  1562. net="U19_4"
  1563. plated="Y"
  1564. id="gge7194"
  1565. locked="0"
  1566. c_rotation="90"
  1567. c_width="1.1811"
  1568. c_height="4.7244"
  1569. title="U19_4"
  1570. c_shape="OVAL"
  1571. pasteexpansion="0"
  1572. solderexpansion="0.4"
  1573. style="stroke:#008000">
  1574. <polyline
  1575. style="stroke:#008000;stroke-width:1.18110001"
  1576. c_etype="pad_shell"
  1577. points="4197.5904 3072.784 4201.1337 3072.784"
  1578. layerid="1"
  1579. id="polyline7542" />
  1580. <circle
  1581. style="stroke:#008000;stroke-width:0"
  1582. c_etype="pad_hole"
  1583. cx="4199.3613"
  1584. cy="3072.7839"
  1585. r="0"
  1586. layerid="1"
  1587. id="circle7544" />
  1588. </g>
  1589. <g
  1590. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1591. c_partid="part_pad"
  1592. c_etype="pinpart"
  1593. c_origin="4199.362,3070.815"
  1594. layerid="1"
  1595. number="3"
  1596. net="U19_3"
  1597. plated="Y"
  1598. id="gge7209"
  1599. locked="0"
  1600. c_rotation="90"
  1601. c_width="1.1811"
  1602. c_height="4.7244"
  1603. title="U19_3"
  1604. c_shape="OVAL"
  1605. pasteexpansion="0"
  1606. solderexpansion="0.4"
  1607. style="stroke:#008000">
  1608. <polyline
  1609. style="stroke:#008000;stroke-width:1.18110001"
  1610. c_etype="pad_shell"
  1611. points="4197.5904 3070.815 4201.1337 3070.815"
  1612. layerid="1"
  1613. id="polyline7547" />
  1614. <circle
  1615. style="stroke:#008000;stroke-width:0"
  1616. c_etype="pad_hole"
  1617. cx="4199.3613"
  1618. cy="3070.8149"
  1619. r="0"
  1620. layerid="1"
  1621. id="circle7549" />
  1622. </g>
  1623. <g
  1624. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1625. c_partid="part_pad"
  1626. c_etype="pinpart"
  1627. c_origin="4199.362,3068.847"
  1628. layerid="1"
  1629. number="2"
  1630. net="U19_2"
  1631. plated="Y"
  1632. id="gge7224"
  1633. locked="0"
  1634. c_rotation="90"
  1635. c_width="1.1811"
  1636. c_height="4.7244"
  1637. title="U19_2"
  1638. c_shape="OVAL"
  1639. pasteexpansion="0"
  1640. solderexpansion="0.4"
  1641. style="stroke:#008000">
  1642. <polyline
  1643. style="stroke:#008000;stroke-width:1.18110001"
  1644. c_etype="pad_shell"
  1645. points="4197.5904 3068.847 4201.1337 3068.847"
  1646. layerid="1"
  1647. id="polyline7552" />
  1648. <circle
  1649. style="stroke:#008000;stroke-width:0"
  1650. c_etype="pad_hole"
  1651. cx="4199.3613"
  1652. cy="3068.8469"
  1653. r="0"
  1654. layerid="1"
  1655. id="circle7554" />
  1656. </g>
  1657. <g
  1658. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1659. c_partid="part_pad"
  1660. c_etype="pinpart"
  1661. c_origin="4199.362,3066.878"
  1662. layerid="1"
  1663. number="1"
  1664. net="U19_1"
  1665. plated="Y"
  1666. id="gge7239"
  1667. locked="0"
  1668. c_rotation="90"
  1669. c_width="1.1811"
  1670. c_height="4.7244"
  1671. title="U19_1"
  1672. c_shape="OVAL"
  1673. pasteexpansion="0"
  1674. solderexpansion="0.4"
  1675. style="stroke:#008000">
  1676. <polyline
  1677. style="stroke:#008000;stroke-width:1.18110001"
  1678. c_etype="pad_shell"
  1679. points="4197.5904 3066.878 4201.1337 3066.878"
  1680. layerid="1"
  1681. id="polyline7557" />
  1682. <circle
  1683. style="stroke:#008000;stroke-width:0"
  1684. c_etype="pad_hole"
  1685. cx="4199.3613"
  1686. cy="3066.8779"
  1687. r="0"
  1688. layerid="1"
  1689. id="circle7559" />
  1690. </g>
  1691. <polyline
  1692. transform="matrix(0.25400072,0,0,0.25400072,-1143.037,-597.34322)"
  1693. style="fill:none;stroke:#008000;stroke-width:0.78740001;stroke-linecap:round"
  1694. points="4228.8889 3064.9097 4228.8889 3090.5003 4203.2983 3090.5003 4203.2983 3064.9097 4228.8889 3064.9097"
  1695. layerid="3"
  1696. net="NULL"
  1697. id="gge6531"
  1698. locked="0" />
  1699. <path
  1700. inkscape:connector-curvature="0"
  1701. style="fill:none;stroke:#008000;stroke-width:0.40000033"
  1702. d="m -74.446208,181.89605 a 0.20000016,0.20000016 0 1 0 0,0.003"
  1703. locked="0"
  1704. c_helper_type="arc2"
  1705. net=""
  1706. layerid="3"
  1707. id="gge6525" />
  1708. <path
  1709. inkscape:connector-curvature="0"
  1710. style="fill:none;stroke:#008000;stroke-width:0.30000022"
  1711. d="m -76.271178,180.94672 a 0.15000012,0.15000012 0 1 0 0,0.003"
  1712. locked="0"
  1713. c_helper_type="arc2"
  1714. net=""
  1715. layerid="3"
  1716. id="gge6528" />
  1717. </g>
  1718. </svg>