├── LICENSE.md ├── README.md ├── default.kicad_wks ├── fp-info-cache ├── gerbers ├── patchloop.zip └── patchloop2.zip ├── patchloop.kicad_pcb ├── patchloop.kicad_prl ├── patchloop.kicad_pro ├── patchloop.kicad_sch ├── patchloop.pdf ├── patchloop2.kicad_pcb ├── patchloop2.kicad_prl ├── patchloop2.kicad_pro └── patchloop2.kicad_sch /LICENSE.md: -------------------------------------------------------------------------------- 1 | # Creative Commons Attribution-ShareAlike 3.0 Unported 2 | 3 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. 4 | 5 | *License* 6 | 7 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 8 | 9 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. 10 | 11 | ## 1. Definitions 12 | 13 | a. __"Adaptation"__ means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. 14 | 15 | b. __"Collection"__ means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. 16 | 17 | c. __"Creative Commons Compatible License"__ means a license that is listed at https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. 18 | 19 | d. __"Distribute"__ means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. 20 | 21 | e. __"License Elements"__ means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. 22 | 23 | f. __"Licensor"__ means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. 24 | 25 | g. __"Original Author"__ means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. 26 | 27 | h. __"Work"__ means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. 28 | 29 | i. __"You"__ means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. 30 | 31 | j. __"Publicly Perform"__ means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. 32 | 33 | k. __"Reproduce"__ means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. 34 | 35 | ## 2. Fair Dealing Rights 36 | 37 | Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. 38 | 39 | ## 3. License Grant 40 | 41 | Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: 42 | 43 | a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; 44 | 45 | b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; 46 | 47 | c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, 48 | 49 | d. to Distribute and Publicly Perform Adaptations. 50 | 51 | d. For the avoidance of doubt: 52 | 53 | 1. __Non-waivable Compulsory License Schemes.__ In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; 54 | 55 | 2. __Waivable Compulsory License Schemes.__ In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, 56 | 57 | 3. __Voluntary License Schemes.__ The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. 58 | 59 | The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. 60 | 61 | ## 4. Restrictions 62 | 63 | The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: 64 | 65 | a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. 66 | 67 | b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. 68 | 69 | c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. 70 | 71 | d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. 72 | 73 | ## 5. Representations, Warranties and Disclaimer 74 | 75 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 76 | 77 | ## 6. Limitation on Liability 78 | 79 | EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 80 | 81 | ## 7. Termination 82 | 83 | a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. 84 | 85 | b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. 86 | 87 | ## 8. Miscellaneous 88 | 89 | a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. 90 | 91 | b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. 92 | 93 | c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. 94 | No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. 95 | 96 | d. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. 97 | 98 | e. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. 99 | 100 | > Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. 101 | > 102 | > Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License. 103 | > 104 | > Creative Commons may be contacted at https://creativecommons.org/. 105 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # patchloop 2 | Design files for the PatchLoop PCB 3 | 4 | The files patchloop2.kicad_* contain the version with RJ45 jacks on opposite sides. This allows for neat short traces between the jacks. 5 | 6 | I needed to rework the files patchloop.kicad_* (jacks on same side) because the first version contained a bug so that only one loop was used effectively. 7 | 8 | PCB manufacturer Aisler will directly accept the KiCad file for manufacturing, but you can find zipfiles with the gerbers for both variants in the gerbers/ subdirectory. Any PCB manufacturer (e.g. BetaLayout, JLCPCB, PCBWay, OSHPark) should be able to accept those. 9 | 10 | Licensed under CC BY-SA 3.0 11 | 12 | # Note on the choice of balun 13 | 14 | While in the schematic (and in the BOM) you will find an M/A-COM ETC4-1-2, this might not be the optimal choice for all possible patch cables. For cables with a length of 2-3 meters, an ETC1-1-13 usually works better to achieve ~50 ohms on the coax connector. The ETC4-1-2 is advantageous for very long cables (and thus higher impedances). I also tried Coilcraft WBC4-4 to transform from very low impedances to 50 ohms (take care of its orientation), but this only makes sense for very short cables: A 1m cable exposed approximately 10 ohms to my NanoVNA. 15 | 16 | In general the same holds for selfwound baluns, an 1:1 balun will work best in most of your applications. For instance, I found 2:2 turns on a 9ct Fair-Rite 2843002402 binocular core working well. 17 | 18 | -------------------------------------------------------------------------------- /default.kicad_wks: -------------------------------------------------------------------------------- 1 | (page_layout 2 | (setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15) 3 | (left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10)) 4 | (rect (name rect1:Rect) (start 110 34) (end 2 2)) 5 | (rect (name rect2:Rect) (start 0 0 ltcorner) (end 0 0) (repeat 2) (incrx 2) (incry 2)) 6 | (line (name segm1:Line) (start 50 2 ltcorner) (end 50 0 ltcorner) (repeat 30) (incrx 50)) 7 | (tbtext 1 (name text1:Text) (pos 25 1 ltcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50)) 8 | (line (name segm2:Line) (start 50 2 lbcorner) (end 50 0 lbcorner) (repeat 30) (incrx 50)) 9 | (tbtext 1 (name text2:Text) (pos 25 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50)) 10 | (line (name segm3:Line) (start 0 50 ltcorner) (end 2 50 ltcorner) (repeat 30) (incry 50)) 11 | (tbtext A (name text3:Text) (pos 1 25 ltcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50)) 12 | (line (name segm4:Line) (start 0 50 rtcorner) (end 2 50 rtcorner) (repeat 30) (incry 50)) 13 | (tbtext A (name text4:Text) (pos 1 25 rtcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50)) 14 | (tbtext "Date: %D" (name text5:Text) (pos 87 6.9)) 15 | (line (name segm5:Line) (start 110 5.5) (end 2 5.5)) 16 | (tbtext %K (name text6:Text) (pos 109 4.1)) 17 | (line (name segm6:Line) (start 110 8.5) (end 2 8.5)) 18 | (tbtext "Rev: %R" (name text7:Text) (pos 24 6.9) (font bold)) 19 | (tbtext "Size: %Z" (name text8:Text) (pos 109 6.9)) 20 | (tbtext "Id: %S/%N" (name text9:Text) (pos 24 4.1)) 21 | (line (name segm7:Line) (start 110 12.5) (end 2 12.5)) 22 | (tbtext "Title: %T" (name text10:Text) (pos 109 10.7) (font (size 2 2) bold italic)) 23 | (tbtext "File: %F" (name text11:Text) (pos 109 14.3)) 24 | (line (name segm8:Line) (start 110 18.5) (end 2 18.5)) 25 | (tbtext "Sheet: %P" (name text12:Text) (pos 109 17)) 26 | (tbtext %Y (name text13:Text) (pos 109 20) (font bold)) 27 | (tbtext %C0 (name text14:Text) (pos 109 23)) 28 | (tbtext %C1 (name text15:Text) (pos 109 26)) 29 | (tbtext %C2 (name text16:Text) (pos 109 29)) 30 | (tbtext %C3 (name text17:Text) (pos 109 32)) 31 | (line (name segm9:Line) (start 90 8.5) (end 90 5.5)) 32 | (line (name segm10:Line) (start 26 8.5) (end 26 2)) 33 | (bitmap (name bm1:Bitmap) (pos 129.0022 24.00719999999998) (scale 0.5) 34 | (pngdata 35 | (data "89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52 00 00 02 F9 00 00 03 20 08 03 00 00 00 8E 24 8D ") 36 | (data "19 00 00 00 03 73 42 49 54 08 08 08 DB E1 4F E0 00 00 03 00 50 4C 54 45 47 70 4C 00 99 B0 00 99 ") 37 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 38 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 39 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 40 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 41 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 42 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 43 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 44 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 45 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 46 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 47 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 48 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 49 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 50 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 51 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 52 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 53 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 54 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 55 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 56 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 57 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 ") 58 | (data "B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 ") 59 | (data "99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 ") 60 | (data "00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 00 99 B0 01 43 FF 80 00 00 01 00 ") 61 | (data "74 52 4E 53 00 0D 64 C4 FF B6 51 CA 04 F8 2C 5C 8B 8C BB EA EB 1A 1B 4A 79 7A A9 AA D8 D9 0A FD ") 62 | (data "0B 37 39 67 69 97 98 C6 C8 02 F4 F5 25 27 55 57 84 87 B4 E4 E6 13 16 43 45 72 75 A2 A5 D2 D4 06 ") 63 | (data "FA FC 08 31 34 60 90 93 BF C3 EE F1 01 1F 22 4E 52 7E 82 AD B1 DD E1 0E FE 11 3C 40 6C 70 9B A0 ") 64 | (data "CB CF 03 F7 F9 05 2A 2F 5A 5F 89 8E B9 BE E8 ED 18 1D 48 4D 77 7D A7 AC D6 DC 09 1E 8D 35 3B 7C ") 65 | (data "FB 23 65 6B 7F 95 62 F2 80 B7 17 B2 58 53 A8 12 10 A3 49 E3 94 38 DA E2 E9 85 41 78 6A 66 F3 D0 ") 66 | (data "D7 19 EF 5B AB 36 E7 4C 5E E5 96 DE 3E CE D5 07 32 30 B8 BD C9 C7 F6 6D 21 EC 8A BC B5 50 1C BA ") 67 | (data "F0 7B AE 15 14 4F 6E 9E 9D E0 3F DF 8F 28 2B 56 C2 59 33 20 29 6F 3D A6 61 99 B0 0F A1 92 81 46 ") 68 | (data "AF DB 44 3A D1 2E 24 2D 68 4B 0C 83 B3 54 C1 9C C0 76 9A 26 74 9F 91 73 88 71 86 A4 CC 5D C5 47 ") 69 | (data "42 CD D3 63 12 C6 61 DF 00 00 00 09 70 48 59 73 00 00 3C F0 00 00 3C F0 01 A9 F9 3D D2 00 00 20 ") 70 | (data "00 49 44 41 54 78 9C ED 9D 79 A0 4D D5 DB C7 0F 76 5C 95 4C F5 4B 2E 4A 5C A2 64 68 90 CC BA 71 ") 71 | (data "65 28 DC 44 74 B9 42 86 24 99 1A 6E 08 29 43 48 4A 66 0D 2A 44 A5 12 65 2A CA D4 40 25 24 65 B8 ") 72 | (data "AF 92 42 52 A9 54 EF B9 E3 D9 FB 59 D3 DE E7 EC B5 9F 7D CE 79 3E FF B1 D7 5A 7B 3D CF FA DE 7D ") 73 | (data "D6 F8 AC 40 80 70 9D 02 05 0B 19 EE 51 A8 60 01 6C 83 08 C2 16 67 B9 A8 FB 2C CE C2 36 88 20 EC ") 74 | (data "50 D8 65 E1 1B 46 61 6C 93 08 C2 06 45 5C 57 7E 11 6C 93 08 42 4D 42 51 D7 95 5F 34 01 DB 28 82 ") 75 | (data "50 72 B6 EB C2 37 8C B3 B1 8D 22 08 25 E7 68 50 FE 39 D8 46 11 84 92 73 35 28 BF 18 B6 51 04 A1 ") 76 | (data "E4 3C 0D CA 3F 0F DB 28 82 50 52 5C 83 F2 4B 60 1B 45 10 2A 4A 6A 10 BE 61 94 C2 36 8B 20 14 94 ") 77 | (data "D6 A2 FC D2 D8 66 11 84 82 F3 B5 28 FF 02 6C B3 08 42 C1 FF B4 28 FF 42 6C B3 08 42 41 19 2D CA ") 78 | (data "BF 08 DB 2C 82 90 53 36 51 8B F2 13 CB 61 1B 46 10 52 CA 6B 11 BE 61 54 C0 36 8C 20 A4 5C AC 49 ") 79 | (data "F9 97 60 1B 46 10 52 2A 6A 52 FE A5 D8 86 11 84 94 4A 9A 94 5F 19 DB 30 82 90 91 54 45 93 F2 AB ") 80 | (data "26 61 9B 46 10 12 2E D3 24 7C C3 A8 86 6D 1A 41 48 A8 AE 4D F9 97 63 9B 46 10 12 AE D0 A6 FC 1A ") 81 | (data "D8 A6 11 84 84 2B B5 29 9F 42 8F 10 7E A6 A6 36 E5 D7 C2 36 8D 20 C4 D4 D6 26 7C C3 A8 83 6D 1C ") 82 | (data "41 08 B9 4A A3 F2 AF C6 36 8E 20 84 5C A3 51 F9 D7 62 1B 47 10 42 EA 6A 54 FE 75 D8 C6 11 84 90 ") 83 | (data "7A 1A 95 7F 3D B6 71 04 21 A2 7E 03 8D CA 6F D8 08 DB 3C 82 10 D0 58 A3 F0 0D A3 09 B6 79 04 21 ") 84 | (data "A0 A9 56 E5 17 C4 36 8F 20 04 34 D3 AA FC 1B B0 CD 23 08 01 C9 5A 95 7F 23 B6 79 04 21 A0 B9 56 ") 85 | (data "E5 B7 48 C1 B6 8F 20 B8 B4 D4 2A 7C C3 B8 09 DB 40 82 E0 D2 4A B3 F2 5B 63 1B 48 10 5C DA 68 56 ") 86 | (data "7E 5B 6C 03 09 82 CB CD 9A 95 7F 0B B6 81 04 C1 A5 9D 66 E5 B7 C7 36 90 20 78 74 48 D5 AC 7C E3 ") 87 | (data "56 6C 13 09 82 43 47 DD C2 37 6E C3 36 91 20 38 74 D2 AE FC CE D8 26 12 04 87 DB B5 2B BF 0B B6 ") 88 | (data "89 04 C1 A1 AB 76 E5 DF 81 6D 22 41 B0 A4 75 D3 AE FC EE E9 D8 46 12 04 43 0F ED C2 37 8C 3B B1 ") 89 | (data "8D 24 08 86 9E 1E 28 BF 17 B6 91 04 C1 D0 DB 03 E5 DF 85 6D 24 41 30 F4 F1 40 F9 7D B1 8D 24 08 ") 90 | (data "86 7E 1E 28 BF 3F B6 91 04 01 B9 DB 03 E1 1B C6 00 6C 33 09 02 70 8F 27 CA 1F 88 6D 26 41 00 EE ") 91 | (data "F5 44 F9 83 B0 CD 24 08 C0 7D 9E 28 7F 30 B6 99 04 01 18 E2 89 F2 87 62 9B 49 10 56 86 35 F4 44 ") 92 | (data "F9 A9 05 B0 0D 25 7C C5 F0 FB 8B 34 2B 8C 7A 6F E6 03 9E 08 DF 30 1E C4 34 32 A5 55 B3 22 F7 0F ") 93 | (data "C7 AC 01 61 E5 A1 8C 2C 51 14 7A 18 B1 0A 23 3C 52 FE 48 44 1B 5B 26 67 D5 20 E3 21 C4 2A 10 16 ") 94 | (data "46 E5 AA A2 CA C5 78 75 78 C4 23 E5 DF 8E 67 E2 E8 31 B9 75 18 8B 57 07 C2 CC A8 90 2E 1E 2D 89 ") 95 | (data "55 89 42 1E 29 BF 08 96 81 E3 1E 0B 55 82 A4 EF 0B 46 99 85 D1 FF 71 9C 4A A4 8C 81 12 D5 44 B7 ") 96 | (data "34 1C 03 C7 97 30 D7 82 A4 EF 03 46 01 69 4C 98 88 51 8B 87 3D 12 BE 61 F4 C0 30 6F D2 13 A0 16 ") 97 | (data "24 7D 74 A0 F0 0D A3 D6 64 84 6A 8C F7 46 F6 41 7A 22 58 77 F5 14 A6 1A 24 7D 64 58 E1 07 B9 B4 ") 98 | (data "9C E7 F5 68 AB 5D F1 79 F4 F6 DC B6 B2 53 79 81 84 48 FA A8 08 22 59 B6 F3 7C D6 FB 31 7E 45 34 ") 99 | (data "D0 C7 6B D3 9E 9C C6 AF 08 49 1F 11 61 08 D7 C4 DE F5 BD AD C9 53 BA 84 CE 30 DD 5B C3 D2 9F 16 ") 100 | (data "2E 4E 93 F4 D1 90 C5 2E AE E7 E9 61 ED 89 1A 24 2E E2 6E 2F 0D 3B FB 0E 49 4D 48 FA 48 C8 83 76 ") 101 | (data "77 BF C0 C3 F9 BF 67 DC 15 B7 94 7B BC 33 2B E9 DA A2 D2 AA 90 F4 51 50 46 AB AF 74 99 67 75 E9 ") 102 | (data "EC 9A AE D5 CC F0 CC AA 9B 6E 54 D5 85 A4 8F 80 8D 6B 1A AA 3E EB 55 65 BA B8 21 69 9B DC E7 95 ") 103 | (data "51 33 67 A9 2B 43 D2 F7 9C 41 B6 54 D2 A7 94 37 B5 99 1D A1 9A 9D 30 C7 1B 93 E6 9E 65 AB 36 24 ") 104 | (data "7D 8F B1 27 7C C3 98 37 DF 8B DA A4 77 0F 5F C8 8E 49 2C EB 85 49 97 F7 B7 59 1D 92 BE A7 D8 15 ") 105 | (data "7E 90 05 B5 F5 57 E7 CE B0 24 1C 2E CF E9 37 68 A2 83 B3 95 24 7D 0F 71 20 7C C3 78 FE 05 ED F5 ") 106 | (data "79 D1 A1 76 23 63 A6 76 7B 26 2F 74 52 1F 92 BE 67 38 12 7E 90 DB 75 1F E1 BB CB 61 85 22 E3 25 ") 107 | (data "CD D6 94 BB D4 61 85 48 FA 1E E1 54 F8 86 F1 F2 2B 7A 6B B4 C8 71 8D 22 61 B1 DE BB D0 1F 1C EA ") 108 | (data "B8 46 24 7D 4F 70 2E FC E0 A8 B0 D8 12 8D 35 1A 18 46 8D 22 A1 BA 46 5B 96 F4 4E 0C A3 46 24 7D ") 109 | (data "0F 78 28 3C B5 5C FF AA B6 1A A5 78 39 A7 99 C5 10 7D AB D3 4B EB 85 57 25 92 BE 76 C2 14 BE 61 ") 110 | (data "34 18 A4 49 2F 25 97 85 5B A5 B0 79 4D 53 78 CD B4 0B 1A 84 5B 25 92 BE 66 C2 16 7E 90 D7 AB 69 ") 111 | (data "A8 50 FD A6 76 27 BE DD 64 5E 41 1D BD B7 CB DE 88 A0 4A 24 7D AD 44 22 7C C3 58 FE A6 DB 63 C3 ") 112 | (data "B7 6A 14 8F A8 46 E1 F3 F6 0A B7 63 AC A4 8C AC 1A 51 8D 48 FA 1A 89 4C F8 41 DE 71 B3 9B 90 34 ") 113 | (data "70 65 38 A3 41 B7 48 ED B3 CA CD FE DB BB EF 45 5A 21 92 BE 36 22 16 BE 61 AC 7E D1 AD CA 8C 5B ") 114 | (data "D3 3E F2 EA 44 C8 94 36 AE 45 59 39 67 5E E4 D5 21 E9 6B C2 05 E1 07 59 BB CE 8D BA DC F6 BF B0 ") 115 | (data "C7 82 AE 92 31 F8 2A 37 7A 70 EB 07 BB 52 1B 92 BE 16 D6 B8 D2 38 86 31 FD FD 48 6B 32 E9 83 39 ") 116 | (data "2E D5 C5 0D 2E BA 26 E2 38 2B 03 DD BA E9 88 A4 AF 01 B7 84 1F 64 43 87 48 2A D2 64 63 64 23 41 ") 117 | (data "F7 E9 D6 A5 7C 24 06 15 D8 E8 5E 55 48 FA AE E3 A2 F0 0D E3 C3 67 C2 AD 46 D9 D1 5D DD AC 88 6B ") 118 | (data "2C 1A 11 76 A4 95 8F 36 B9 59 11 92 BE CB B8 2A 7C C3 48 DD DC 28 9C 5A 6C 69 E6 C2 38 50 13 2D ") 119 | (data "A6 6E 0D C7 A4 46 F7 F3 82 E9 44 00 49 DF 55 5C 16 7E 90 21 4D 9C D6 21 7D 5B 5F D7 6B E1 2E 1F ") 120 | (data "7F E2 38 D6 CA A7 8B 5D AF 05 49 DF 45 DC 17 BE 61 64 8C 4D 70 52 85 E1 57 3C AF A1 12 6E 33 BD ") 121 | (data "C6 67 4E 8C 4A 68 93 A1 A1 12 24 7D D7 D0 21 FC 20 5D B7 DB AD 40 D2 E4 C7 30 D7 AC 9C 90 B8 F2 ") 122 | (data "05 DB 77 C7 6C 29 A2 A7 0E 24 7D 97 B8 40 4F FB 18 46 B7 CE B6 E6 C2 D7 DD FB B2 AE 1A 68 A1 FD ") 123 | (data "9A 71 76 CC 4A D9 B1 5C 57 0D 48 FA AE A0 4D F8 41 92 5B 2A 5F FF F9 17 5E 1E 2F 77 87 06 FF BB ") 124 | (data "4D 69 D7 70 9D A3 16 92 BE 0B E8 14 BE 61 B4 F8 52 FA F2 0E 23 AF D7 FA 7A 7D CC F9 60 92 D4 B2 ") 125 | (data "A6 2D B4 BE 9E A4 1F 31 7A 85 1F E4 96 3A C2 77 2F DD 59 45 F7 DB 35 52 75 63 13 A1 65 75 BE D2 ") 126 | (data "FD 76 92 7E 84 68 17 BE 61 14 2F CC 7D 73 A3 5E 95 F5 BF 5B 33 5D 47 F3 63 F3 14 F6 60 6F 35 49 ") 127 | (data "3F 22 3C 10 7E 90 BA BB 98 17 5F 76 3F C6 81 13 F7 99 D7 6C 0B 63 DB AE DD 9E BC 9A A4 1F 01 E7 ") 128 | (data "7B D2 44 86 F1 D4 55 96 D7 26 B4 3E CF E5 85 4D 4C FA 6E 4B B7 58 77 95 57 B1 FE 49 FA 61 E3 95 ") 129 | (data "F0 0D 23 75 CF B0 FC B7 96 FA DA 51 9C A5 28 E0 F9 2B 42 F7 96 0F DB E3 DD 1F 35 49 3F 4C BC 13 ") 130 | (data "7E 90 32 1D B3 DF 99 B2 F7 1B E1 1D 21 51 4C E2 63 93 73 D6 B7 3A 96 F1 F2 B5 24 FD B0 F0 54 F8 ") 131 | (data "41 86 9E 5B 7D C6 EE 76 1E BF D4 3B 36 3D 71 7E F5 15 FB 3C 7E 29 49 3F 0C BC 16 3E A1 03 92 BE ") 132 | (data "63 48 F8 B1 01 49 DF 21 24 FC 58 81 A4 EF 88 19 D8 ED 45 B8 06 49 DF 01 24 FC 58 82 A4 6F 1B 12 ") 133 | (data "7E 6C 41 D2 B7 09 09 3F D6 20 E9 DB 82 84 1F 7B 90 F4 6D 40 C2 8F 45 48 FA 4A 5E C1 6E 23 42 0B ") 134 | (data "DF 62 0B CB F7 DC 82 DD 44 84 16 AE C4 16 96 DF 99 18 43 DB 83 09 13 A9 1E 5C 4B 1C DD 94 C0 6E ") 135 | (data "22 42 0B 25 B0 85 E5 7B D6 62 37 11 A1 85 B5 D8 C2 F2 3D 7B B1 9B 88 D0 C2 5E 6C 61 F9 9F 97 B0 ") 136 | (data "DB 88 D0 80 EE 7B DB 63 81 72 5E 9F 9E 20 F4 B3 2F EC 18 E7 F1 C4 77 D1 12 C2 92 B0 4B E2 77 D8 ") 137 | (data "A2 8A 0E 6A 60 37 14 E1 32 35 B0 25 15 25 D4 DF 8F DD 52 84 AB EC 77 1C D6 3F 5E 39 10 7D 31 5C ") 138 | (data "09 31 DD 0F 60 0B 2A 7A A0 5D 6B B1 C4 0C 6C 39 45 11 69 95 B0 5B 8B 70 8D 4A 6E DE D4 1E F3 1C ") 139 | (data "F4 DB C5 9B 44 B8 54 3D 88 2D A6 E8 E2 59 EC 06 23 5C E2 59 6C 29 45 1B 7D B0 5B 8C 70 85 3E D8 ") 140 | (data "42 8A 3A 4A F9 F7 E6 59 C2 3E F3 4A 61 0B 29 FA 98 8F DD 68 84 0B CC C7 96 51 34 B2 00 BB D5 88 ") 141 | (data "88 59 80 2D A2 A8 64 7D 3F EC 76 23 22 A4 DF 7A 6C 11 45 27 2F 60 37 1C 11 21 2F 60 4B 28 5A D9 ") 142 | (data "88 DD 72 44 44 6C C4 16 50 D4 52 60 13 76 DB 11 11 B0 A9 00 B6 80 A2 97 8F 28 12 43 F4 92 FA 11 ") 143 | (data "B6 7C A2 99 BB B0 9B 8F 08 9B BB B0 C5 13 D5 34 1A 82 DD 7E 44 98 0C 69 84 2D 9E E8 E6 D3 0C EC ") 144 | (data "16 24 C2 22 E3 53 6C E9 44 3B A3 B0 9B 90 08 8B 51 D8 C2 89 7A 12 BA 62 B7 21 11 06 5D 13 B0 85 ") 145 | (data "13 FD 6C EF 86 DD 8A 84 63 BA 6D C7 96 4D 2C D0 19 BB 19 09 C7 74 C6 16 4D 4C 90 92 8C DD 8E 84 ") 146 | (data "43 92 53 B0 45 13 1B B4 6C 81 DD 92 84 23 5A B4 C4 96 4C AC F0 25 76 53 12 8E F8 12 5B 30 B1 C3 ") 147 | (data "63 D8 6D 49 38 E0 31 6C B9 C4 10 E3 E8 3E 89 E8 A1 C4 38 6C B9 C4 12 E3 B1 9B 93 B0 CD 78 6C B1 ") 148 | (data "C4 16 4F 60 B7 27 61 93 27 B0 A5 12 63 4C 9A 82 DD A2 84 2D A6 4C C2 96 4A AC 71 35 6D D5 8F 06 ") 149 | (data "52 AF C6 16 4A EC 31 15 BB 51 09 1B 4C C5 96 49 0C 52 76 1A 76 AB 12 4A A6 95 C5 96 49 2C F2 64 ") 150 | (data "43 EC 76 25 14 34 7C 12 5B 24 B1 C9 D3 D8 0D 4B 28 78 1A 5B 22 31 4A FD D9 D8 2D 4B 48 99 4D B7 ") 151 | (data "02 69 E2 10 DD 22 E4 67 BA 1F C2 16 48 EC 72 2F 76 E3 12 12 EE C5 96 47 0C 93 54 08 BB 75 09 21 ") 152 | (data "85 92 B0 E5 11 CB 3C 5C 05 BB 7D 09 01 55 1E C6 16 47 6C 93 89 DD C0 84 80 4C 6C 69 C4 3A CB B0 ") 153 | (data "5B 98 E0 B2 0C 5B 18 31 4F C9 E6 D8 6D 4C 70 68 5E 12 5B 18 B1 CF 27 D8 8D 4C 70 F8 04 5B 16 F1 ") 154 | (data "C0 85 D8 AD 4C 30 5C 88 2D 8A B8 A0 F6 F3 D8 ED 4C 00 9E AF 8D 2D 8A F8 E0 FF B0 1B 9A 00 FC 1F ") 155 | (data "B6 24 E2 85 DB B1 5B 9A B0 70 3B B6 20 E2 86 C3 2F 63 B7 35 61 E2 E5 C3 D8 82 88 1F 5E 49 C4 6E ") 156 | (data "6D 22 9F C4 57 B0 E5 10 4F 14 C3 6E 6E 22 9F 62 D8 62 88 2B 96 5C 8F DD DE 44 2E D7 2F C1 16 43 ") 157 | (data "7C F1 6A 03 EC 16 27 B2 69 F0 2A B6 14 E2 8D 41 D8 4D 4E 64 33 08 5B 08 71 47 C2 EB D8 6D 4E 04 ") 158 | (data "79 9D 6E 05 F2 9C 6A CB B1 5B 9D 30 96 57 C3 96 41 3C 42 B7 08 E1 43 B7 02 61 50 96 3E FA D8 2C ") 159 | (data "A7 C0 52 28 7C 85 DD F0 71 CF 57 D8 12 88 53 9E C5 6E F8 B8 E7 59 6C 09 C4 29 DF 63 37 7C DC F3 ") 160 | (data "3D B6 04 E2 94 1F B0 1B 3E EE F9 01 5B 02 F1 49 42 3F EC 86 8F 7B FA D1 6C 3E 06 47 B0 DB 9D 30 ") 161 | (data "8E 60 8B 20 2E F9 18 BB D9 09 E3 63 6C 11 C4 23 77 62 B7 3A 11 E4 4E 6C 19 C4 21 1B B1 1B 9D 08 ") 162 | (data "B2 11 5B 06 F1 47 ED 6E D8 8D 4E 04 E9 46 51 17 BC 66 06 76 9B 13 D9 CC C0 16 42 BC 91 F6 14 76 ") 163 | (data "93 13 D9 3C 95 86 2D 85 38 63 3C 76 8B 13 B9 8C C7 96 42 9C F1 23 76 83 13 B9 FC 88 2D 85 F8 82 ") 164 | (data "A6 34 FD 03 4D 6C 7A C9 51 EC E6 26 F2 39 8A 2D 86 78 A2 36 1D 4A F1 0F CB 69 62 D3 3B E8 8E 44 ") 165 | (data "3F 41 77 22 7A 46 5A 7B EC C6 26 4C B4 A7 89 4D AF 68 8D DD D6 84 85 D6 D8 82 88 1B 7E C2 6E 6A ") 166 | (data "C2 C2 4F D8 82 88 17 0E 60 B7 34 01 38 80 2D 89 38 81 2E 8E F0 1B 74 75 84 27 4C A4 29 4D BF B1 ") 167 | (data "7C 22 B6 28 E2 82 9F B1 DB 99 60 F8 19 5B 14 F1 00 4D 69 FA 10 9A D8 F4 00 9A D2 F4 23 34 B1 A9 ") 168 | (data "9F 64 EC 46 26 38 24 63 CB 22 F6 39 84 DD C6 04 97 43 D8 C2 88 79 8E 61 37 31 C1 E5 18 B6 30 62 ") 169 | (data "1D 9A D2 F4 29 34 B1 A9 19 9A D2 F4 2B 34 B1 A9 95 B4 0F B1 1B D8 15 96 4F 6F B7 BF D0 B2 C1 4F ") 170 | (data "0C 5E 56 68 7F BB E9 B1 F1 33 F6 21 4D 6C EA A4 30 76 FB 46 46 EA 87 7D F6 8C FC 76 00 D4 48 DA ") 171 | (data "80 6F 47 EE E9 F3 61 2A 76 F5 22 A3 30 8A 22 E2 85 BE D8 CD 1B 3E 53 76 F7 3A 30 4C 6A DC B0 03 ") 172 | (data "BD 76 4F C1 AE 66 F8 F4 F5 48 03 71 49 B4 4E 69 BE BD 20 F3 B8 4D 13 8F 67 2E 78 1B BB BA 61 42 ") 173 | (data "13 9B FA 88 CA 29 CD 7D 6D 96 A6 38 B2 32 65 69 9B 7D D8 95 0E 07 9A D8 D4 C6 AD 55 B1 1B D7 31 ") 174 | (data "CD 2B 56 08 CB D4 0A 15 9B 63 57 DD 31 55 6F 75 B9 BD 89 3C AE C5 6E 5B 87 34 F8 AA 75 FD B0 8D ") 175 | (data "AD DF FA AB 06 D8 06 38 E4 5A 17 DB 9A 30 91 B6 09 BB 69 1D B1 FA FB 75 11 1A BC EE FB D5 D8 46 ") 176 | (data "38 62 13 4D 6C EA 61 15 76 CB 3A A1 F8 F9 1D 5C 30 B9 C3 F9 C5 B1 0D 71 C2 2A 17 4C 26 58 A2 68 ") 177 | (data "4A B3 66 67 B7 6E 07 2F BB A3 26 B6 31 F6 A1 89 4D 2D 9C 8D DD AE B6 A9 35 33 FC EE 3D 4B FD 99 ") 178 | (data "B5 B0 0D B2 CD D9 2E DA 4D E4 B1 13 BB 59 6D D2 B0 99 1B FD 1C 33 1D 9A 35 C4 36 CA 26 3B 5D B6 ") 179 | (data "9C 08 44 CF 94 E6 1B 4B 35 18 BF F4 0D 6C B3 EC 41 13 9B 1A 38 81 DD AA B6 E8 3F C2 D9 AA 95 5D ") 180 | (data "52 46 F4 C7 36 CD 16 27 B4 58 1F D7 24 45 C5 94 E6 2F EB B5 39 60 FD 2F D8 C6 D9 61 53 92 36 07 ") 181 | (data "C4 2B EF 63 B7 A9 0D 5A 54 D7 EA 82 EA 2D B0 0D B4 C1 FB 5A 5D 10 8F BC 86 DD A4 6A BA DE A4 D9 ") 182 | (data "07 37 75 C5 36 51 CD 6B 9A 7D 10 77 6C C5 6E 51 35 27 DD 9C CA E4 53 FF 24 B6 91 6A B6 6A F7 42 ") 183 | (data "7C 71 29 76 83 AA 68 EE CD FA E5 2A DF 6F 64 BB D4 13 3F C4 0D BE 9F D2 BC A3 A5 47 9E 68 79 07 ") 184 | (data "B6 A9 0A 68 62 D3 55 7E C5 6E 4F 05 C9 6E 2F 5E 89 E9 90 8C 6D AC 82 5F 3D 73 45 1C 90 F4 32 76 ") 185 | (data "73 CA B9 79 89 87 CE 58 72 33 B6 B9 72 5E A6 89 4D F7 F0 F9 94 E6 A5 DE B6 75 92 CF 07 3D 34 B1 ") 186 | (data "E9 1E EF 60 37 A6 94 B6 9E FB E3 6B 6C 93 A5 BC E3 B9 3F 62 96 27 B1 DB 52 46 EA 48 04 8F 8C F4 ") 187 | (data "75 84 92 27 11 3C 12 93 EC F2 75 2F BF 33 8A 4F 3A 63 9B 2D E3 E5 5D 28 3E 89 39 96 2C C0 6E 49 ") 188 | (data "19 A7 90 BC 72 0A DB 70 19 0B BC 1C F1 C7 2A 09 05 7D 7D 47 4A 17 34 C7 74 C1 36 5D 46 FB 82 09 ") 189 | (data "68 8E 89 01 92 8E 57 7F 7A 65 3F EC 46 94 B2 12 AF 81 13 56 62 1B 2F A5 DF CA A7 AB 1F A7 F9 4D ") 190 | (data "C7 94 2D 7F 71 C5 4A 55 B0 5B 4F C9 1B 6E 9D B6 0D CB 47 FE 3F AD 52 A5 52 C5 8B CB 63 FA 28 AA ") 191 | (data "98 3B 79 C6 84 32 89 D8 6D 66 8B 32 B5 51 3D 55 BB 0C B6 03 6C 91 58 66 C2 8C C9 73 51 3D E5 77 ") 192 | (data "D2 B6 F6 5C F1 DE 74 EC 86 B2 4F 55 EC 6D 89 5B FD BE 9B C9 C4 F4 F7 56 F4 DC 4A F1 78 18 3A 74 ") 193 | (data "EC 74 7B D7 6E D8 AD E3 90 A6 D8 5E 0B 34 C5 76 81 43 BA 75 BD BD 53 47 EF B6 38 F9 9C E1 AD 06 ") 194 | (data "DD DC CE D7 0B 33 02 7E C1 F6 5C 90 A8 38 A1 08 48 6D 77 F3 A0 56 C3 B1 3D 87 4A FD 3B 7B 6D 4E ") 195 | (data "F6 FD 7E 73 11 D7 FB 61 E4 56 F6 7A 6C 37 84 4B F3 E4 CD BD EE D4 7F 96 C7 77 4C 7C E6 B7 2E B3 ") 196 | (data "A3 2D 60 AA 85 2A DB B1 7D 98 CD 76 FF 4F 80 49 68 30 BB CB 6F CF C4 CB D5 72 29 0F B7 6E FB D8 ") 197 | (data "53 D8 2E 8F 9C 73 B0 1D 99 CB 39 D8 8E 88 9C A7 1E 6B DB FA 61 3D C1 5A 7C 42 A3 26 05 A7 DE 38 ") 198 | (data "06 DB CF EE 30 18 DB 99 F9 0C C6 76 85 3B 8C B9 71 6A C1 26 8D B0 9D E9 3E 75 F6 5E 7B DD E2 68 ") 199 | (data "09 91 67 83 2A 03 B0 3D 9A CF 80 A8 EE EF 58 69 B8 F8 BA 6B F7 D6 C1 F6 A8 4B 24 6D B9 BC C6 A3 ") 200 | (data "D1 13 12 D5 26 F7 62 BB D5 C4 BD D8 CE 70 9B 5A 8F D6 B8 7C 4B 54 6F 7C 28 57 E1 92 9D 95 A3 68 ") 201 | (data "B1 C5 3E 73 D2 B1 7D 6B 22 7D 0E B6 3B 74 50 B5 F2 CE 4B 2A 94 C3 F6 6D 18 3C 7C C1 85 D3 A2 63 ") 202 | (data "0B 42 38 5C 85 ED 5E 0B 57 61 BB 43 1B 89 D3 2E BC E0 61 6C F7 3A 62 58 DB A2 D8 4E D3 C9 04 6C ") 203 | (data "FF 02 26 60 3B 44 27 45 DB CA 6F 11 F6 17 BE 3E 36 11 31 B3 4A 61 FB 17 50 6A 16 B6 4B B4 82 75 ") 204 | (data "F8 27 0C D2 16 62 3B 4B 2B BF 63 FB 97 E1 77 6C 97 68 65 61 F4 6C 74 EB 88 ED 2B AD 54 8D F4 CA ") 205 | (data "43 F7 59 B7 1C DB 29 5A E9 88 ED 5F DB DC 83 ED 2A AD DC 85 ED 5E 0E CD B0 9D A2 95 7B B0 DD 6B ") 206 | (data "9B 98 56 7E 51 3F 1E B2 78 B7 3B B6 5B 74 42 CA F7 05 8F 60 7B 97 CB 31 6C B7 E8 84 94 EF 07 1A ") 207 | (data "78 15 34 D9 19 0F C7 D0 D6 10 06 52 BE 1F D8 88 ED 5C 01 7F 60 3B 46 23 A4 7C 3F 70 08 DB B9 02 ") 208 | (data "1E C0 76 8C 46 48 F9 3E E0 0E 6C DF 0A 19 82 ED 1A 7D 90 F2 7D C0 6F D8 BE 15 72 3E B6 6B F4 41 ") 209 | (data "CA C7 A7 E1 38 6C DF 0A 19 10 8D A7 F8 ED 41 CA C7 67 25 B6 6B 25 44 C1 BD A9 61 42 CA C7 E7 71 ") 210 | (data "6C D7 4A 88 B6 E0 3B F6 21 E5 A3 D3 C2 CF 1B 66 0F C7 E4 21 A0 2C 48 F9 E8 F8 75 32 3F 87 EB B0 ") 211 | (data "DD A3 0B 52 3E 3A 47 B0 3D 2B 25 06 02 90 F0 21 E5 63 93 BA 1E DB B3 52 E6 62 FB 47 17 A4 7C 6C ") 212 | (data "F6 63 3B 56 41 AC 2E 66 91 F2 B1 69 86 ED 58 05 53 B1 1D A4 09 52 3E 36 AD B0 1D AB A0 30 B6 83 ") 213 | (data "34 41 CA 47 26 71 12 B6 63 15 DC 1A A3 71 5E 48 F9 C8 74 C5 F6 AB 92 D3 D8 2E D2 03 29 1F 99 73 ") 214 | (data "B1 FD AA A4 18 B6 8B F4 40 CA 47 A6 17 B6 5F 95 F4 C2 76 91 1E 48 F9 C8 94 C7 F6 AB 92 F2 D8 2E ") 215 | (data "D2 03 29 1F 19 BF 0F 70 03 81 49 D8 2E D2 03 29 1F 97 E9 D8 6E B5 41 14 DD A9 EA 00 52 3E 2E 1F ") 216 | (data "63 BB D5 06 1F 63 3B 49 0B A4 7C 5C 6E C7 76 AB 0D 6E C7 76 92 16 48 F9 B8 9C C0 76 AB 0D 4E 60 ") 217 | (data "3B 49 0B A4 7C 5C 06 62 BB D5 06 03 B1 9D A4 05 52 3E 2E FE 9F D4 8C D5 69 4D 52 3E 2E 5B B1 DD ") 218 | (data "6A 83 AD D8 4E D2 02 29 1F 17 7F 06 D4 B4 D2 12 DB 49 5A 20 E5 E3 52 1B DB AD 36 A8 8D ED 24 2D ") 219 | (data "90 F2 71 A9 8F ED 56 1B D4 C7 76 92 16 48 F9 A8 34 C0 F6 AA 2D 1A 60 BB 49 07 A4 7C 54 9A 63 7B ") 220 | (data "D5 16 CD B1 DD A4 03 52 3E 2A ED B1 BD 6A 8B F6 D8 6E D2 01 29 1F 95 A1 D8 5E B5 C5 50 6C 37 E9 ") 221 | (data "80 94 8F 4A 09 6C AF DA A2 04 B6 9B 74 40 CA 47 25 03 DB AB B6 C8 C0 76 93 0E 48 F9 B8 1C C6 76 ") 222 | (data "AB 0D 0E 63 3B 49 0B A4 7C 5C DE C5 76 AB 0D DE C5 76 92 16 48 F9 B8 9C 8D ED 56 1B 9C 8D ED 24 ") 223 | (data "2D 90 F2 71 F9 1C DB AD 36 F8 1C DB 49 5A 20 E5 E3 42 FB F3 B1 20 E5 E3 F2 27 B6 5B 6D F0 27 B6 ") 224 | (data "93 B4 40 CA C7 E5 4D 6C B7 DA E0 4D 6C 27 69 81 94 8F 4B 1B 6C B7 DA A0 0D B6 93 B4 40 CA C7 E5 ") 225 | (data "28 B6 5B 6D 70 14 DB 49 5A 20 E5 E3 B2 08 DB AD 36 58 84 ED 24 2D 90 F2 71 69 E0 FF A3 29 F5 63 ") 226 | (data "72 7B 3E 29 1F 9B 57 B1 FD AA E4 55 6C 17 E9 81 94 8F 4C 41 6C BF 2A 29 88 ED 22 3D 90 F2 91 79 ") 227 | (data "09 DB AF 4A 5E C2 76 91 1E 48 F9 C8 BC 8E ED 57 25 AF 63 BB 48 0F A4 7C 64 BA 25 60 3B 56 41 42 ") 228 | (data "37 6C 17 E9 81 94 8F CD 21 6C C7 2A 38 84 ED 20 4D 90 F2 B1 F1 FB 45 59 31 7A 4D 16 29 1F 1D BF ") 229 | (data "0F 71 63 74 80 4B CA 47 67 61 0A B6 67 A5 A4 2C C4 76 90 26 48 F9 E8 74 C4 F6 AC 94 8E D8 EE D1 ") 230 | (data "05 29 1F 9D 93 D8 9E 95 72 12 DB 3D BA 20 E5 A3 E3 EB EE 4E CC 76 76 48 F9 3E E0 41 6C D7 4A 78 ") 231 | (data "10 DB 39 DA 20 E5 E3 E3 E7 EE 4E CC 76 76 48 F9 3E A0 A6 7F BB 3B 29 35 B1 9D A3 0D 52 BE 0F F0 ") 232 | (data "6F 77 27 76 3B 3B A4 7C 3F D0 0C DB B7 42 9A 61 BB 46 1F A4 7C 1F 50 CB AF 07 B3 EA D7 C2 76 8D ") 233 | (data "3E 48 F9 7E 60 26 B6 73 05 CC C4 76 8C 46 48 F9 7E A0 9D 3F B7 2A 27 B4 C3 76 8C 46 48 F9 BE C0 ") 234 | (data "9F A1 D6 62 33 B8 5A 2E A4 7C 5F 30 C4 8F 13 9B 29 43 B0 DD A2 13 52 BE 3F 18 8F ED 5E 0E E3 B1 ") 235 | (data "9D A2 95 E8 51 FE 9D D8 AE D2 8A 1F 23 4E C5 66 84 A9 3C 0E 60 BB D7 3E F5 B0 7D A5 95 D2 D8 EE ") 236 | (data "65 28 8D ED 12 AD DC 81 ED 5E 07 8C C4 76 96 56 FE C2 76 2F C3 5F D8 2E D1 8A FF E3 1C 99 28 1D ") 237 | (data "93 F7 B2 E6 71 15 B6 7B 01 57 61 3B 44 27 FB FE C6 76 AF 33 96 9C B9 A6 EE FE D8 8C F2 68 18 65 ") 238 | (data "96 60 BB D7 C2 92 32 D8 0E D1 44 83 FD 75 AF 39 E3 2F 5F DB A4 7E E3 A6 CD 7E 9A 87 ED 3F 0D FC ") 239 | (data "8E ED 59 0B BF 63 BB 43 03 CD 93 9B 35 5D EA D7 9D 22 76 69 F9 7E 9B B5 ED 52 B1 5D E9 2A 19 4B ") 240 | (data "B1 9D 6A 62 69 6C DD FE 9C DA 6E 6D 9B 56 2D B1 9D EA 1E 1D 3E EF 74 F4 74 EC 84 00 FB 27 0D DB ") 241 | (data "A1 F9 A4 FD 83 ED 0C D7 E8 D6 F5 68 A7 8E 1D B0 1D AA 83 84 AD F3 57 BC 57 1C DB BF AE F0 33 B6 ") 242 | (data "2F F3 F9 19 DB 15 AE 30 BD CF 8A 9E 5B FD F3 39 D1 C3 DC C9 E7 4F 28 93 88 ED EA 08 59 7E 10 DB ") 243 | (data "8D B9 1C 5C 8E ED 8A 08 49 9C 33 61 C6 3D 73 B1 DD E8 1D 65 CB 5F 5C B1 52 15 6C AF 47 40 B2 3F ") 244 | (data "B6 EF A4 24 63 3B 22 02 66 FD F5 D2 CC F2 65 B1 5D 88 41 D2 F1 EA 4F 5F 19 AD C7 47 FD B1 51 3F ") 245 | (data "5A B7 E5 4F B9 F2 8A 23 97 F9 E3 E3 81 C7 FA AB 7E 7D A2 5E F4 CD 4F B4 D8 8E ED B8 20 DB 5B 60 ") 246 | (data "BB C1 31 59 93 F4 57 D5 C6 76 9C 7F 58 F2 EA 97 27 7F 5C 8D DD 2A 8E 18 8A DF 7C B5 A3 6B A9 7C ") 247 | (data "DE 4F CD 9A 36 8E F6 49 7A 3D 7C B6 6A D4 37 9B B0 DB C7 36 C9 E9 C8 EE 4A 4F C6 76 81 5D 62 6D ") 248 | (data "92 5E 0F BB 5E F9 60 E3 3F 45 B1 DB CA 0E 3B 91 3D B5 13 DB 01 76 E8 76 FA 68 A7 CF 63 72 92 5E ") 249 | (data "0F 09 67 9F 73 EE 79 25 B0 5B 4D C5 07 A8 3E FA 00 DB 7C 15 D3 DF 8B 83 49 7A 3D 94 7C 61 19 76 ") 250 | (data "EB 49 69 88 B9 8F F0 EF 86 D8 E6 4B B9 B2 74 1C 4D D2 EB E0 95 7F B1 9B 50 C6 EA 2D 68 8E D9 E2 ") 251 | (data "EB F9 80 D9 DF A1 39 26 66 78 78 16 76 2B CA D8 37 11 C9 2D 13 F7 61 9B 2E 63 0C 8D 66 5D C0 DF ") 252 | (data "17 7B 9F C6 99 DB AC 7D 1A DB 70 29 A3 51 9C 12 73 F8 FB 54 EF E2 92 08 2E 29 B9 18 DB 6C 29 F5 ") 253 | (data "10 5C 12 8B 74 C2 6E 48 39 2F DF E4 B9 47 6E 7A 19 DB 68 39 9D 3C F7 48 6C 32 C9 E7 DB 11 17 F6 ") 254 | (data "F0 D8 21 3D 7C 7E 2F D0 F2 49 1E 3B 24 66 F9 05 BB 29 15 BC DD C4 53 77 34 79 1B DB 60 05 BF 78 ") 255 | (data "EA 8E 58 A6 02 76 53 AA 68 F1 8A 87 DE 78 C5 F7 BB D4 2A 78 E8 8D 18 C7 DF 63 DC 20 CB 27 7B E6 ") 256 | (data "8B C9 3E EF FB D1 F8 D6 4D 7C 3E C6 0D 92 B1 26 C9 13 4F 24 3D E4 EF 95 DB 2C 68 7C EB 1E BB 7C ") 257 | (data "FF 9D 33 8C BE 5E CC 6E 96 4A C6 36 53 CD F2 5D 1E 38 22 6E F0 FB 18 37 8B 12 2F 68 77 43 2B BF ") 258 | (data "8F 6D B3 A0 F1 AD 9B F8 7E 8C 9B 4D 33 BD A7 2E 96 DC 80 6D A0 2D 68 7C EB 2A BE 1F E3 66 B3 E8 ") 259 | (data "B8 46 17 6C DF 8F 6D 9E 2D 68 7C EB 2E FE 1F E3 66 53 A5 97 36 0F 8C A8 8A 6D 9C 3D 68 7C EB 2E ") 260 | (data "BB A2 A4 DD 8D 5F 86 69 B1 BF DC 1F D8 86 D9 A4 2A 8D 6F 5D 26 1A C6 B8 D9 EC BF 4C 83 F5 C7 7D ") 261 | (data "7D 4A C1 0C 8D 6F DD E6 49 EC 26 B5 4D 8B D6 AE 1B 3F 7E 0C B6 51 B6 79 D2 75 E3 E3 9E E8 18 E3 ") 262 | (data "66 B3 BB 8E AB 96 AF DB 8D 6D 90 7D 68 7C EB 3E D1 74 03 51 F3 8B DD 5B D1 4D 19 D1 1C DB 1C 07 ") 263 | (data "8C 74 CD 6E 22 8F A8 19 E3 66 53 B9 B1 4B 66 1F A8 84 6D 8A 13 68 7C AB 83 0D D8 CD EA 88 86 27 ") 264 | (data "DD 88 31 73 F8 FE E8 0A BB B8 C1 05 9B 09 48 F4 8C 71 73 B8 31 21 62 93 D3 FA 62 1B E1 10 1A DF ") 265 | (data "6A 21 3A D6 30 43 AC 88 D8 E2 53 D8 26 38 64 7F E4 8D 4C 70 88 A6 31 6E 16 55 22 B6 38 DA 2E 18 ") 266 | (data "A0 F1 AD 1E A2 6B 8C 6B 18 F3 22 B6 38 CA EE 95 A4 F1 AD 2E A2 6B 8C 6B D4 8C D8 E0 28 BB 55 83 ") 267 | (data "C6 B7 BA 88 B2 31 EE C9 88 0D 3E 89 6D 82 33 68 7C AB 8D E8 1A E3 46 1E 73 73 0B B6 09 8E D8 1F ") 268 | (data "79 03 13 02 A2 6A 8C DB D7 05 83 A3 6A 56 93 C6 B7 FA 88 AA 31 EE 11 17 0C 3E 82 6D 84 03 68 7C ") 269 | (data "AB 93 28 1A E3 2E 8C 7C 21 2B 10 48 F0 79 34 35 33 34 BE D5 49 79 EC E6 B5 CF 58 57 0C 1E 8B 6D ") 270 | (data "86 7D CA BB 62 30 21 20 6A C6 B8 19 EE 04 21 29 19 35 FB 76 F6 BB 62 2F 21 E2 59 EC 06 B6 CB 60 ") 271 | (data "97 0C 1E 8C 6D 88 5D 9E 75 C9 60 82 4F D4 8C 71 CF B8 64 F0 19 6C 43 6C 42 E3 5B DD 44 C9 18 77 ") 272 | (data "8E 6B 06 CF C1 36 C5 1E 34 BE D5 4D 94 8C 71 DD BB 2F D4 F7 77 7F E6 40 E3 5B ED 44 C5 18 B7 8A ") 273 | (data "7B BF FD BB A2 62 C3 E6 7E D7 EC 25 44 44 C5 18 F7 98 8B 06 1F C3 36 C6 0E 34 BE D5 4F 54 8C 71 ") 274 | (data "97 BA 68 F0 52 6C 63 6C 40 E3 5B 2F D8 88 DD CC 6A 2A B9 6A 70 14 9C 41 DF E8 AA C1 04 9F 28 18 ") 275 | (data "E3 9E E3 AA C1 E7 60 9B A3 86 C6 B7 9E 30 1B BB 9D 55 94 58 E2 AA BD 4B 4A 60 1B A4 62 B6 AB F6 ") 276 | (data "12 22 7C 3F C6 3D E5 B2 C1 BE 3F 88 4E E3 5B 6F E8 E0 F3 31 6E E2 5B 2E 1B FC 56 22 B6 49 72 AA ") 277 | (data "BA 11 5A 88 B0 C1 46 EC A6 96 73 A5 EB 06 5F 89 6D 92 1C 1A DF 7A 85 CF C7 B8 A5 5D 37 B8 34 B6 ") 278 | (data "49 72 68 7C EB 19 BE 1E E3 BE EC FE FD A0 49 2F 63 1B 25 83 C6 B7 DE E1 EB 31 EE CF 1A 0C BE 17 ") 279 | (data "DB 28 19 34 BE F5 8E 0E 3E DE CB 52 74 BD 06 83 D7 17 C5 36 4B 4C 15 1A DF 7A C8 46 EC E6 16 F3 ") 280 | (data "84 16 83 9F C0 36 4B 0C 8D 6F BD E4 39 EC E6 16 A3 E7 3A 58 1F 5F 08 FC 9C 16 83 09 01 BE 1D E3 ") 281 | (data "DE A1 C9 E0 3B B0 0D 13 41 E3 5B 6F B9 04 BB C1 45 8C D0 64 F0 08 6C C3 44 5C A2 C9 60 82 8F 5F ") 282 | (data "C7 B8 AB CB 6A 32 B8 EC 6A 6C D3 F8 D0 F8 D6 6B 8E 62 37 39 9F C8 A3 C8 8A F0 69 74 D9 A3 DA 0C ") 283 | (data "26 F8 F8 74 8C 1B 79 14 59 11 3E 8D 2E 4B E3 5B CF 69 87 DD E6 3C 5E D3 68 F0 6B D8 C6 F1 68 A7 ") 284 | (data "D1 60 82 CF 37 D8 8D CE 63 BC 46 83 C7 63 1B C7 E3 1B 8D 06 13 7C 7E C7 6E 74 0E AE 44 91 15 E1 ") 285 | (data "CB E8 B2 4F 6B 34 98 E0 D3 16 BB D1 39 8C D2 6A F1 28 6C F3 38 B4 D5 6A 31 C1 A3 1E 76 A3 B3 B8 ") 286 | (data "14 45 56 84 1F A3 CB D6 D3 6A 31 C1 E1 38 76 9B 73 58 A0 D9 E6 05 D8 06 72 38 AE D9 66 02 72 1F ") 287 | (data "76 93 73 78 46 B3 CD CF 60 1B C8 E1 3E CD 36 13 80 CB B1 5B 9C 83 7B 51 64 45 F8 31 BA EC E5 DA ") 288 | (data "AD 26 4C CC ED 8F DD E0 1C DE D4 6E F6 9B D8 26 72 E8 3F 57 BB D9 44 88 95 D8 ED CD C1 C5 28 B2 ") 289 | (data "22 7C 19 5D 76 A5 76 B3 89 7C 7C B9 71 71 A7 07 86 EF C4 36 92 87 AE ED A9 04 C3 5B B3 B0 1B 9B ") 290 | (data "87 9B 51 64 45 F8 32 BA EC 2C B7 E3 0B 11 02 92 3E C6 6E 6B 1E EE 46 91 15 E1 CB E8 B2 1F BB 1F ") 291 | (data "6D 82 E0 71 02 BB A5 B9 B8 1B 45 56 84 3F A3 CB 9E F0 C4 F6 B8 67 AB 2F E3 10 14 77 37 8A AC 88 ") 292 | (data "25 C5 B1 0D E5 51 74 AB 27 C6 C7 39 E9 8B B0 DB 99 8B DB 51 64 45 F8 33 BA EC A2 74 8F CC 8F 67 ") 293 | (data "BE C7 6E 65 2E 89 9F 79 64 FE 67 FE 8C 2E FB BD 47 E6 C7 31 CF 35 C4 6E 64 2E EE 47 91 15 E1 CF ") 294 | (data "E8 B2 0D E9 6C 96 66 86 95 C1 6E 63 3E EE 47 91 15 E1 D3 E8 B2 65 86 79 E6 81 F8 C4 A7 E7 B0 35 ") 295 | (data "44 91 15 E1 D7 E8 B2 FA CE DE 13 41 CE A4 62 37 30 1F 1D 51 64 45 FC 8C 6D 2C 9F D4 33 1E FA 20 ") 296 | (data "EE E8 D0 1E BB 7D F9 68 89 22 2B C2 AF D1 65 DB 53 E4 1D 7D 74 C1 6E 5D 01 75 3D F5 42 5D 6C 73 ") 297 | (data "05 74 F1 D4 0B 71 C5 FB D8 6D 2B E2 49 4F DD F0 24 B6 B9 22 DE F7 D4 0D 71 C4 BA E9 D8 4D 2B 60 ") 298 | (data "91 C7 8E F0 E7 5A 9E 61 4C 5F E7 B1 23 E2 85 B5 D8 2D 2B A2 A0 C7 8E 28 88 6D B0 88 B5 1E 3B 22 ") 299 | (data "4E 78 11 BB 5D 45 CC D3 15 45 56 44 D9 79 D8 26 8B 78 D1 63 4F C4 05 03 7C 1A 4C D8 30 9A 79 EE ") 300 | (data "8B 66 D8 26 8B 58 3D C0 73 5F C4 3C 29 EF 60 B7 AA 90 6A 9E 3B A3 1A B6 C9 42 DE 49 F1 DC 19 B1 ") 301 | (data "4E 27 EC 36 15 F2 0E 82 37 FC FB 19 E8 84 E0 8D 98 E6 78 55 EC 26 15 D2 1A C1 1D AD B1 8D 16 B2 ") 302 | (data "9C 42 4F B9 4A 5A 65 EC 16 15 52 53 67 14 59 11 09 35 B1 CD 16 52 39 0D C1 1F B1 CB 1A EC F6 14 ") 303 | (data "33 0A C5 21 7E 8C 2E 9B CB 1A 14 87 C4 28 4B 1B 60 37 A7 90 0C 9C 40 4B 73 7D 18 5D 36 97 06 5E ") 304 | (data "04 A1 88 13 96 FC 8B DD 9A 62 16 20 F9 C4 8F D1 65 73 F9 D7 9B 23 C9 F1 C0 0A EC B6 94 A0 3B 8A ") 305 | (data "AC 08 3F 46 97 CD 63 05 92 4F 62 8E 8E FE 3C 7A 9A CD 10 34 AF 0C C1 36 5D 4C 62 47 34 AF C4 14 ") 306 | (data "87 7D 79 17 5C 2E FA A3 C8 8A F0 63 74 D9 3C DA 1D 46 73 4B 2C 71 29 76 3B 4A 40 BC 07 D9 AF 77 ") 307 | (data "61 67 73 29 9A 5B 62 88 7B B0 5B 51 86 17 51 64 45 F8 32 BA 6C 1E F7 20 3A 26 46 98 E8 C7 1B 01 ") 308 | (data "F3 B9 13 D1 33 77 62 1B 2F 63 E1 44 44 CF C4 06 7E BC 15 28 9F BF 50 5D F3 17 B6 F9 32 E8 16 A1 ") 309 | (data "08 D9 86 DD 82 52 E6 A3 FA 66 3E B6 F9 52 B6 A1 FA 26 EA F1 E5 AD 40 F9 78 14 45 56 84 3F A3 CB ") 310 | (data "E6 41 B7 08 45 84 1F 6F 05 0A 51 03 D9 3B 35 B0 1D 20 85 6E 11 8A 00 5F DE 0A 94 8F 67 51 64 45 ") 311 | (data "F8 34 BA 6C 1E 74 8B 50 D8 F8 F3 56 A0 7C 7E C0 F6 4F E0 07 6C 17 48 A1 5B 84 C2 C5 9F B7 02 85 ") 312 | (data "98 8C ED A0 C0 64 6C 17 C8 A1 5B 84 C2 C4 9F B7 02 E5 D3 0E BF 5D 93 FC BC B1 C3 A0 5B 84 C2 C4 ") 313 | (data "9F B7 02 85 B8 16 DB 41 41 AE C5 76 82 1C BA 45 28 1C D2 FF C1 6E 37 39 45 6B 63 7B 28 48 6D 9F ") 314 | (data "7F 1D FE A1 5B 84 9C D3 16 BB D5 14 EC C6 76 50 36 BB B1 DD A0 A0 2D B6 83 A2 8F E7 FC 7B DC 2E ") 315 | (data "07 6F A3 C8 8A F0 6D 74 D9 5C 32 E8 16 21 87 F8 F5 56 A0 7C BC 8E 22 2B C2 AF D1 65 F3 A0 5B 84 ") 316 | (data "1C E2 D3 5B 81 42 78 1D 45 56 84 6F A3 CB E6 41 B7 08 39 C2 AF B7 02 E5 E3 79 14 59 11 FE 8D 2E ") 317 | (data "9B 0B DD 22 E4 04 BF DE 0A 14 C2 FB 28 B2 22 7C 1B 5D 36 0F BA 45 C8 01 BF 60 B7 96 8A 54 EF A3 ") 318 | (data "C8 8A A8 E6 F7 9F 47 E3 17 6C 17 45 0F BE BD 15 28 1F 8C 28 B2 22 FC 1B 5D 36 0F BA 45 C8 26 BE ") 319 | (data "BD 15 28 04 46 14 59 11 FE 8D 2E 9B 07 DD 22 64 13 DF DE 0A 94 0F 4A 14 59 11 3E 8E 2E 9B 07 DD ") 320 | (data "22 64 8B 3F B1 DB 49 4D 1B 6C 1F 59 68 83 ED 0E 35 7F 62 FB 28 1A F0 EF AD 40 F9 20 45 91 15 E1 ") 321 | (data "E3 E8 B2 79 D0 2D 42 6A 52 CE C3 6E 25 35 17 62 3B 09 70 21 B6 43 D4 9C 47 B7 08 A9 F0 F7 01 C4 ") 322 | (data "1C 6E C3 76 12 E0 36 6C 87 D8 60 26 B6 93 7C 8F FF E7 E8 10 A3 C8 8A F0 71 74 D9 3C FA 62 FB C8 ") 323 | (data "EF 24 F8 39 5A 64 2E FE BB 04 CD BF D7 E7 E5 D3 8D 82 EA CB D9 D5 0D BB 89 94 20 46 91 15 E1 EB ") 324 | (data "E8 B2 39 74 5F 8F ED 24 BF 73 14 BB 89 94 F8 31 4E B0 9F E3 4D E7 D0 05 DB 45 BE 67 6B 77 EC 36 ") 325 | (data "52 81 19 45 56 84 AF A3 CB 66 D1 FD 6C 6C 17 F9 9F 56 3E 97 7E 21 6C 07 71 29 84 ED 16 39 DD 5B ") 326 | (data "61 3B 28 1A F0 82 43 87 96 00 00 20 00 49 44 41 54 B9 F4 7B 62 FB 87 4B 4F 6C B7 48 21 E1 DB C3 ") 327 | (data "D7 D2 2F 5E 1F DB 3D 5C EA FB 39 BA 2C 09 DF 2E 7E 96 3E 76 14 59 11 3E 8E 2E 4B C2 B7 8F 7F A5 ") 328 | (data "9F D8 12 DB 37 02 5A FA 36 BA 2C 09 DF 09 BE 95 3E 7E 14 59 11 7E 8D 2E 4B C2 77 86 5F A5 8F 1F ") 329 | (data "45 56 84 4F A3 CB 92 F0 9D E2 4F E9 B7 F3 EF 96 C3 14 5F 46 97 25 E1 3B C7 97 D2 F7 43 14 59 11 ") 330 | (data "7E 8C 2E 4B C2 0F 07 1F 4A BF 9B 1F A2 C8 8A A8 ED BF 2D 4F 24 FC F0 F0 9F F4 FD 11 45 56 84 EF ") 331 | (data "A2 CB 92 F0 C3 C5 77 D2 2F 8F ED 11 29 E5 B1 DD 03 20 E1 87 8F 67 D2 BF E8 B5 31 36 52 FD 83 ED ") 332 | (data "0F 05 76 6E 1C 18 F3 DA 45 91 3A CB 26 24 FC 48 F0 44 FA 55 CE BF 2C 10 48 3A 30 B5 81 2A E1 7F ") 333 | (data "D8 EE 50 F0 9F CA 80 06 53 0F 24 05 02 97 9D EF C5 76 7E 12 7E 64 78 20 FD 42 0F E7 BE EB E1 2F ") 334 | (data "E4 81 FA 7C 13 45 56 84 22 BA 6C EA 17 F9 96 EA DF DA 49 C2 8F 14 DD D2 EF 7E AF E9 A2 B7 A5 8F ") 335 | (data "CA 92 6E C6 F3 82 4D 36 CB AA FF E8 D2 50 C2 A4 7B 75 BB 95 84 1F 31 7A A5 3F FB 90 F5 6D B7 55 ") 336 | (data "16 26 4D 3D 8E E3 00 07 1C 17 FF 68 55 06 01 23 0E CD D6 E0 CD 7C 48 F8 6E A0 51 FA 0D 7F 67 F7 ") 337 | (data "1C 17 16 05 32 38 0F C1 76 A7 88 82 15 0D 29 CC 24 AD FF 7B 43 5D 6E 25 E1 BB 84 36 E9 EF AB C0 ") 338 | (data "7B 5D DA E8 29 DC D4 AC 78 FC 47 61 6E CD A7 8C 4E E3 25 AE B0 4F 93 5F 49 F8 6E A1 49 FA 2F 95 ") 339 | (data "13 BC AF D1 89 FE 6C EA 29 5C F5 F8 8C 34 CE 1F 6D FF 13 8D 04 A9 CB BD A4 C5 AF 24 7C F7 D0 21 ") 340 | (data "FD 9A 7B 25 2F DC F5 74 55 98 7E 90 67 D6 46 C2 20 58 ED AA 4F EF 92 24 DF AB 21 0E 33 09 DF 4D ") 341 | (data "DC 97 FE 75 B7 CA DF 78 F7 4B D6 38 AD 0D FC 15 45 56 C4 5C EB A2 44 C6 4B 77 CB D3 DF 7A 9D DB ") 342 | (data "8E 25 E1 BB 8B CB D2 7F BB BA FA 95 07 27 98 67 4A FE A7 DF 46 57 F8 9F A9 CE A9 13 0E AA 33 54 ") 343 | (data "7F DB 55 CF 92 F0 DD C6 55 E9 5F A9 F8 12 E6 F2 6A 9F 50 16 BF 45 91 15 61 8A 2E DB E7 55 5B 39 ") 344 | (data "EE BE D2 45 CF 92 F0 DD C7 3D E9 CF 1A 61 FB A5 67 5E CF CD B3 58 A3 65 EE B2 38 B7 C6 AF DB BF ") 345 | (data "8D 73 C4 2C B7 5C 4B C2 D7 81 5B D2 FF F8 2D 27 6F 1D 9F 73 19 FB 8B BA AC 72 9D 17 B3 EB 5B 66 ") 346 | (data "BC 93 3C 6F 7D EC 8E 6B 49 F8 7A 70 45 FA 45 4F 24 A9 DF 64 26 AD E0 26 A3 61 31 3D 16 69 A1 58 ") 347 | (data "43 63 53 41 87 53 B0 49 27 8A BA E0 5B 12 BE 2E 5C 90 FE A2 70 E2 3B 7E 76 D8 75 53 74 72 F8 B3 ") 348 | (data "30 32 9D BD 88 84 EF 63 22 95 7E C3 2B D2 B1 4D F0 2D E9 57 44 B8 9B 81 84 AF 93 C8 A4 7F 91 BF ") 349 | (data "CF 54 61 53 3E A2 33 2B 24 7C BD 44 20 FD D4 1B FC BE BF 1E 9B B2 37 C8 0F 28 90 F0 31 09 5B FA ") 350 | (data "53 BE C5 AE 7A 14 F0 2D 7F B3 1E 09 DF 0F 84 29 FD 27 26 61 57 3C 2A 98 F4 04 09 DF B7 84 23 FD ") 351 | (data "12 8E A6 B7 E3 9A F1 25 48 F8 7E C5 B9 F4 1F 1B 87 5D E7 28 62 DC 63 24 7C BF E2 50 FA 63 46 63 ") 352 | (data "57 38 CA 18 6D 27 04 0B 09 1F 03 47 D2 FF 29 9C 85 9D F8 E6 B3 9F 48 F8 3E C5 BE F4 BB 5D E3 DF ") 353 | (data "F0 C7 FE 25 E5 1A DB 41 3A 49 F8 DE 62 57 FA FF F4 C0 AE 69 94 D2 C3 4E C0 36 12 3E 02 B6 A4 9F ") 354 | (data "F1 35 ED 56 08 97 F4 AF 33 D4 0E 26 E1 23 60 43 FA 65 1E C0 AE 64 54 F3 40 19 12 BE 2F 51 49 3F ") 355 | (data "F5 E4 30 EC 2A 46 39 C3 4E 2A 76 33 90 F0 71 90 4B BF BD FD 33 49 84 88 33 ED 49 F8 7E 44 26 FD ") 356 | (data "DD B2 60 1B 84 5D 76 49 AE A3 20 E1 E3 21 94 7E F1 68 08 88 16 1D 14 16 DD AE 4E C2 C7 44 20 FD ") 357 | (data "AF EA 60 57 2C 86 A8 F3 15 09 DF 87 F0 A4 DF A2 29 76 AD 62 8C A6 2D 48 F8 FE 83 95 7E DF E1 D8 ") 358 | (data "75 8A 39 86 F7 25 E1 FB 0F 20 FD 6E 3B 68 B7 82 FB A4 EC E8 46 C2 F7 1D 16 E9 77 DD 82 5D 9D 18 ") 359 | (data "65 4B 57 12 BE EF 08 49 3F 63 54 02 76 65 62 96 84 51 19 24 7C BF 91 27 FD 21 4D B0 6B 12 D3 34 ") 360 | (data "19 42 C2 F7 1B A5 37 05 1B 24 75 B3 E8 86 04 C2 1D 1A 6D CE DA CD B0 A9 34 76 3D 88 10 69 D5 F7 ") 361 | (data "3C 5E 0A BB 12 71 40 A9 C7 F7 54 8F 86 BB 63 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 ") 362 | (data "20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 ") 363 | (data "82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 ") 364 | (data "08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 ") 365 | (data "20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 82 20 08 0C 26 3D D8 74 C7 9A 53 53 EF FA FA ") 366 | (data "C4 C5 03 DF 4A 71 A7 CC B2 C7 AF EA B5 A6 D9 05 7F 7E 74 53 FD F0 0B 49 DF F2 79 EB 99 6B 36 F7 ") 367 | (data "FE AD E7 99 1E B5 5D AA 58 ED 1E 67 3E F9 AD F7 5D F7 F6 FA FB 40 82 3B 25 72 39 5C 7E F2 27 97 ") 368 | (data "9C DF FB 86 B6 1F CC FF FB D3 96 E5 22 29 2A E9 E0 AA CC 6B BF BE 6B EA A9 35 1F 34 FD AE 83 5B ") 369 | (data "15 74 99 C3 07 3B 1E 19 F9 FD C9 36 99 85 1F DC 65 2F 47 ED 2D 1D 57 15 9C 51 EC E4 F7 27 66 B6 ") 370 | (data "3E 9E 14 CE 3B E7 36 99 FC E2 AF 35 4E AE F9 EF 85 26 EF 3A 57 D9 AD 05 AF 9C 62 98 99 55 F9 D4 ") 371 | (data "9D 36 F2 A5 4F 00 98 1F 3E 79 B2 66 A8 C0 D4 E7 97 CD 2F EB B8 5E 81 C0 F6 0F 7E 98 65 AE 58 F3 ") 372 | (data "09 2F D6 B1 93 EF 14 A8 58 C9 D0 A3 94 F2 BD 87 9A 4A 6C B1 76 E6 F0 30 2A A6 A2 7E F9 4E 5D 16 ") 373 | (data "27 5A 9C 6A 74 9B F2 CE 8C 26 E1 34 6F 93 FB BB 56 B5 94 D4 FE B1 2F ED 48 EB 5B E0 85 4F 14 E9 ") 374 | (data "41 F2 8D 4C 82 17 41 8A 6F 4D CF 6E BA F6 8D D4 50 0D 33 7E 9C A1 52 D0 FA 6D C7 DA 59 AC AA 52 ") 375 | (data "69 4F 47 1B 56 85 D8 B5 EA 91 69 E6 02 12 2B 3D F4 AA 83 6F E3 B0 CB BF EA 6E 70 58 BC E6 26 55 ") 376 | (data "D6 46 30 4F FE 93 03 35 36 31 05 8E 39 FA B9 23 BB 02 87 8E 4E 61 0A 09 FE 11 15 19 7B B6 32 EB ") 377 | (data "6C 90 69 4B DE 83 F2 7B 38 65 FE 73 C4 A5 DF 92 3C 96 4E 6D CE 73 69 16 FD 17 5C FC B0 A3 B2 2E ") 378 | (data "1B 75 11 AF 9C 6E 83 5B 2F 51 65 CD 04 79 4E 29 D2 83 E4 AB 99 04 CD 40 8A CC BC 07 2D 07 41 8F ") 379 | (data "07 19 32 3F 4D F8 AA EF 8A CD 4E 65 73 18 C6 BE 87 EC 7E 87 CA FE 56 A9 21 A7 80 E7 37 8C B7 F7 ") 380 | (data "33 FE E0 13 B3 38 D9 73 A9 DC 49 FE FB 21 52 FE 4D 8F 09 0A 1C 7A 8E 4D B3 82 1C 1A CC 75 4D 16 ") 381 | (data "A9 0B 7A 28 32 0B 94 3F F7 3A 41 89 F5 5C D4 7E 87 67 FF 11 BB 34 9B 4D 77 95 B2 59 56 A3 1D 5D ") 382 | (data "C5 C5 AC DE D0 44 9E 3B 13 64 D0 A5 FC 46 A3 BA F1 6B B8 EF 4B BE 0A F7 FE 28 B6 2A F5 9D 73 6C ") 383 | (data "F4 0E CA 9E 98 2E 2C A1 5D 2F F1 5F 5C 1E B7 1E 15 AA 2B 87 39 D2 CF 34 5F F9 65 BF 2F 2A 2E F0 ") 384 | (data "AB BB D5 56 65 21 D1 7D 16 89 7F 5C 26 CD CE 55 7E C2 6F 63 C4 25 D6 6B 62 AF 62 4A E6 F7 93 7A ") 385 | (data "34 87 EE 3B 95 3F A8 59 9C D9 27 2F 26 71 4F 01 59 F6 4C 90 5C 93 F2 4B 0F 35 84 EC 5F CA 14 92 ") 386 | (data "F2 7E 11 85 77 C6 FC DE 48 5E 51 99 EE B3 28 F3 89 A2 53 F9 B8 3C 7F 16 A9 C7 26 89 F3 73 95 3F ") 387 | (data "BE BD B4 C0 FE AA CE 66 16 E9 37 28 FE 22 83 1D C9 8D B7 4A 0A E0 29 FF 81 7A D2 02 BB EF B0 51 ") 388 | (data "31 25 D5 5E 53 55 3C 97 86 75 B7 AB CA AA FD 8B BA 98 29 AD 24 05 64 82 C4 5A 94 3F EE 2B 69 05 ") 389 | (data "1B 0C 02 9F FD D2 F2 66 C8 A1 CC 77 B2 7A DE F6 BC B2 80 EB F7 4A F2 B7 3C CB 46 15 82 1D A7 6D ") 390 | (data "C2 12 78 CA 3F A5 2C F0 66 E5 24 47 1D C9 8F 61 88 76 07 C4 25 70 94 FF 51 15 55 81 DF C8 FE 96 ") 391 | (data "EC 31 88 3B 64 E2 93 38 78 AB B4 AC F9 C5 6D 15 33 78 AE B0 84 4C 90 54 87 F2 4B 96 51 55 F0 66 ") 392 | (data "73 09 69 A7 94 DF B4 6C 12 37 8B BB 3C 9D 32 EC 14 F0 90 B0 FF FA C0 DB B6 AA 10 A4 B7 A8 08 56 ") 393 | (data "F9 09 5D 6C 94 F7 9E 62 68 F6 EA 53 F6 EA 55 F5 71 61 11 AC F2 9F A9 CA 2D C3 C2 87 CE C6 9E 0C ") 394 | (data "29 15 ED 55 3C 8F A2 BF 89 47 17 29 50 65 42 6A 09 FF 80 32 41 4A 0D CA 7F 77 9A A1 60 CC 21 53 ") 395 | (data "01 75 FA DA B5 CA 68 77 1B BF 92 4B 36 DA 2C E0 1B C1 E4 EF 6D 92 3E 2F 64 A7 A0 D7 C4 28 BF EC ") 396 | (data "4A 5B E5 AD 95 8E 40 E6 2F B7 5D B1 62 A2 82 18 E5 7F 6B AB D0 A1 B6 A6 4C 45 24 D9 E8 9D 00 1E ") 397 | (data "1D 27 28 2B CD 41 59 FD 9F 13 14 92 09 12 BA AF FC E1 92 2E 7E 0E 89 2F 98 F2 7F 57 53 95 DC 44 ") 398 | (data "EA 4B BC F9 95 92 95 6D 17 30 67 0B 27 7F 60 A0 60 34 CE E7 BE 74 AE A7 18 E5 DB AD D5 6E C9 4C ") 399 | (data "CA 07 4E 2A 76 9E 60 28 04 95 7F 81 4D 73 4F 1F 16 57 4C 45 C2 7D 4E 6A 9E CB F4 D2 DC B2 96 AC ") 400 | (data "75 52 C8 AC 33 FC 1A 65 82 74 AE 2B FF 86 97 95 75 FB CD 94 BD 53 03 27 56 19 C6 4A B6 75 E7 3A ") 401 | (data "F9 DB 69 F1 0C 6B E3 78 3B 5D 25 13 3F 70 3F AE 8C F2 6D D3 4C E8 FD 8E CE 6A F6 05 BF 14 CE EC ") 402 | (data "B2 3D 96 F1 FF C6 ED 30 36 BC 37 9E E4 F4 FD D2 DF 73 56 46 D1 BF B9 35 CA 04 C9 5C 57 BE 9A 63 ") 403 | (data "A6 DC BD 1C E7 3E 0F 76 F6 13 6E 74 94 7F 5E 35 68 C1 16 E5 68 0F 72 05 CF 53 E1 2B DF F8 96 57 ") 404 | (data "5E 90 71 B5 1C 16 D4 86 5B 4C D8 CA 37 36 0B 2A A6 64 8B 83 C1 AD 85 81 6C 59 C5 9C 96 D1 BC 25 ") 405 | (data "AF 4A 99 20 95 F7 CA EF 6B FA 90 94 97 4C 76 8B F8 09 FC 06 DF EF 30 FF BE DA D6 FC C3 FE 75 5C ") 406 | (data "85 54 DE 57 25 02 E5 EF E3 77 53 D2 7E 72 5C 31 EE 30 37 7C E5 67 28 27 1B F9 A4 D8 9A 8F E2 30 ") 407 | (data "96 2D AB 95 F3 52 8A F0 FA C4 99 20 91 E7 CA 9F 66 9A 2D 2B E9 F4 9B 96 CD 5F 96 61 EA 11 C7 F9 ") 408 | (data "7F B4 FA 65 43 18 55 28 CE 59 76 8C 40 F9 46 5B AE EF 57 38 2F A8 5B 79 4E 39 E1 2B DF 38 4B 21 ") 409 | (data "0F 01 05 C3 7C DD 75 6C 51 2D 85 5B 1F 24 EC E1 D4 29 13 A4 F1 5A F9 CD 8F 87 B2 36 7A 3D 0C A3 ") 410 | (data "82 14 31 FD F1 54 73 30 2B 93 C7 06 73 FD 9D F7 B7 B2 B8 91 5D 88 8E 44 F9 DD 79 03 EF F7 C3 29 ") 411 | (data "A9 16 67 54 1A 81 F2 8D 7B 14 FA E0 92 60 6F F2 9D E1 2F B6 97 9F 1E 9E 46 AA B3 95 CA 04 49 3C ") 412 | (data "56 7E 03 F3 C0 BB 6E 58 46 19 C6 DB AF E6 17 31 EC FA 70 0A 18 1D AA C3 16 1B 33 DB 3C 9E 66 1C ") 413 | (data "11 89 F2 8D 5F 58 CF A7 F1 17 EB 97 BF 56 F7 FE 19 83 F6 DC 77 5A B0 08 C2 E9 2F 44 A2 FC 21 E1 ") 414 | (data "6C 5C BE 87 5F 56 46 FB 42 F7 AD F8 B9 C6 86 2B 8B 7C C8 ED E5 B6 5B C7 16 E5 B4 2F 9B CB 18 76 ") 415 | (data "3F 44 26 48 E2 B1 F2 47 98 72 8E 08 CF 28 63 93 69 8C BA 83 9F 64 C8 82 97 C6 FE DC 7B C3 59 F3 ") 416 | (data "F8 8F 17 0E CB 2F E0 0F C1 4B 6A BE B7 A1 6D E6 CF 7B D6 FE 93 C8 7F DE 6D 3D 74 84 44 F9 45 CB ") 417 | (data "9C B7 71 EC C5 F7 EE 59 FB BA 68 1B 4B 09 76 BA E8 72 4E B2 E5 15 4B E7 57 BD 4E 2F EE 7A C1 2C ") 418 | (data "76 52 5C A2 FC 2A 67 3D 32 EA D9 91 6D 2F 4D 16 4E B1 C9 36 04 88 E0 4D BF BF 9C 59 D2 B4 10 92 ") 419 | (data "D0 F1 FB D7 A1 67 E7 71 06 15 73 05 F5 6A 78 FA E6 93 D7 66 7E FF CB 79 0B 05 D5 BE 9D 29 2A 13 ") 420 | (data "A4 D0 A9 FC 2A CB EE 5A 93 39 72 D4 23 5D F3 6D BC CB 94 71 89 70 32 B2 DD 37 47 7B FF 3C F3 82 ") 421 | (data "63 EF 4D E3 CD 10 DC 61 5A A0 AE CF DB B9 7B 63 66 FE D8 3E E1 95 DE FD 79 6F 98 91 97 A0 24 D7 ") 422 | (data "B3 0B 9B 55 C8 9F 63 9F FB 66 21 EE D7 F5 21 E8 08 A1 F2 9F FA 39 B4 DB 27 E5 EA AF 78 BB 49 0D ") 423 | (data "83 DD 0C 77 07 93 A6 C1 4B 25 AD 49 9E 4C E6 94 F4 08 53 92 48 F9 DD 2F BD 2A 7F C8 53 60 D5 37 ") 424 | (data "FC 44 5D 98 E2 94 D4 5F CD 94 B2 F8 4F F6 B7 63 E2 36 CB 8E 91 8C AB 38 45 5D C1 AB 52 62 F2 25 ") 425 | (data "F9 8B 6C 29 1D 6F E0 EE 5B 59 5E 1B 16 95 09 52 68 53 7E C6 13 1D F3 27 71 26 65 96 C8 FE BF 2B ") 426 | (data "CD CB 9F CF 72 B3 8D F9 63 B4 69 4E AA 5C 41 66 27 DB 3B E6 0D 79 FF B1 05 2C 02 3D D3 5D 57 70 ") 427 | (data "26 2D E7 E5 8D 14 78 9E 6D 7E 09 58 A5 3D 50 88 93 AA 16 9C 3F 10 28 FF A9 C7 41 9B 0F BF 94 97 ") 428 | (data "EC 5C E8 57 B6 C7 F0 E1 21 98 26 E8 00 F6 2F 37 83 D9 B8 C9 57 7E 62 97 CF AC C9 9E E3 2E A6 F7 ") 429 | (data "77 DE DD 61 67 63 BE 17 2C D6 1D DA 1D AA FF 08 CE F3 61 25 38 35 7A 0D CC 4B A7 ED E0 8D F5 CE ") 430 | (data "87 65 65 82 04 BA 94 5F F7 2D 4B AA 5B A7 06 3F 75 F5 CC A2 E5 7E AE AB 9E 62 FE 54 97 5E 6A F9 ") 431 | (data "48 5E 67 16 5C 12 B3 4F 22 75 10 EB E3 01 FB D9 17 AD C8 79 34 8C B3 5D 67 37 BB 68 9F F2 25 27 ") 432 | (data "DD 9F 20 11 5F F9 D7 BF CB FA 74 24 E7 B3 3F 0D 26 62 E6 05 DF E0 6E 26 B8 8D FD 4D BB 10 A6 E1 ") 433 | (data "2A 7F 16 A7 1B B3 86 F7 EB 26 5A 6C 10 C3 48 E2 A4 38 ED BB F7 E7 EE A4 60 FE F4 B3 E0 74 88 A7 ") 434 | (data "CF 67 93 95 5C C0 A6 9B 02 FF 62 33 41 02 3D CA 9F C5 56 EF CE 8F A7 5B 16 18 2E E1 64 DB C9 DD ") 435 | (data "B8 51 DE A4 EF 73 2D C2 DE 06 0B E8 76 39 AF 80 02 EC 3E CC 6E 39 82 E4 78 96 E9 C5 64 D3 83 9D ") 436 | (data "AD F8 07 24 E1 2A FF 2F EE 8E C7 17 38 3F 43 C7 AD 49 BE 83 CF 4F 0B B6 26 DC C9 EC C1 49 85 5E ") 437 | (data "E4 29 7F 0A F7 78 DC 78 CE 86 9E 97 F8 EF 95 30 18 BE 4B 7A B8 E2 A6 EC 25 DA 6F B8 BB A1 D8 F9 ") 438 | (data "8B 5A FC A3 08 9C 09 60 28 85 4C F0 5C 8B F2 4B 70 17 40 2C C7 30 EA B3 5B 10 13 3F 10 D4 A1 EC ") 439 | (data "D4 DC 6F 51 6A 67 EB 03 D8 15 4E E4 AF 5B 07 D2 FA 30 2F CB 59 ED 5C CC FC FF F7 82 3A 1C 60 BF ") 440 | (data "AD A0 6B CE 53 7E 4D C1 CE 97 8B D9 A4 E0 13 0C 0F 72 35 FF 8C 5F 52 20 F0 22 53 D4 97 20 05 47 ") 441 | (data "F9 55 05 9B 9A D9 C2 8C 29 A2 17 0B A9 04 4A 58 A3 48 7F 4E 71 E3 34 F7 8F E3 6A A6 32 D3 45 4B ") 442 | (data "6B EC 1C D0 5F 20 45 26 78 AE 43 F9 45 6D 1C 9D 85 F5 08 E6 E2 CC C1 E6 D1 2A 7B A8 DB 1D FC 19 ") 443 | (data "4F 86 45 5C 20 CA BF 9E F9 3B EB 9A F5 DF 03 98 4A 0C 16 56 E1 5B 26 2D 98 D8 E4 29 5F 74 F0 24 ") 444 | (data "A5 32 93 74 A4 25 C1 61 B8 61 E7 FF C4 CE B9 5D 65 04 47 F9 C2 83 90 3B D9 B4 CA 13 AE 10 78 1A ") 445 | (data "87 BF 0F CD 44 ED 93 FC 6D F5 77 C1 AA A4 8A 4F C5 5D C9 A4 05 C7 D2 33 C1 73 1D CA 6F AA B2 34 ") 446 | (data "08 BB AF 6D 95 2C F9 AA A0 12 56 C3 3D CA 70 F2 EC 07 F1 A6 C7 F2 B0 6B 9D 9A E5 EB 81 B0 0E 55 ") 447 | (data "06 88 AB F0 3F 98 78 A5 F5 39 47 F9 1F 0B 0B 5B CA 74 F5 6B 58 9E FF 0D 9E 9E 27 AE 57 60 1D 5C ") 448 | (data "92 18 03 06 DF AC F2 27 F0 4B 0A B2 E4 43 26 B1 F0 D7 46 40 0A 1C 75 73 86 3A F6 48 86 55 D9 2D ") 449 | (data "4E 7B 90 59 22 F8 C8 9A 20 13 3C D6 A0 FC 4A 36 6C AA C6 E4 62 27 60 2D 5C 9E B8 90 F9 81 06 7F ") 450 | (data "3D 89 C7 79 19 73 79 02 BE AF 60 F0 3F 07 C1 FF 9C 21 29 E1 5D 78 3A 7D A1 F5 39 47 F9 92 53 64 ") 451 | (data "CC C6 DB 27 2C 8F 6B 80 A7 82 83 09 39 30 4D 00 06 A5 8C F2 53 25 F1 1A D8 29 B7 0A B2 77 73 A8 ") 452 | (data "03 F2 F7 77 98 3F 04 DC B8 B0 5A B4 81 3F 8B DF 61 BD C1 81 CA 4C F0 58 83 F2 ED 84 D3 18 09 33 ") 453 | (data "0D 55 ED 05 3F C2 04 60 80 7D 15 F1 87 2C 48 0F 38 6D 71 4B 80 1D 8A 4D 97 46 57 60 8E 16 AE B7 ") 454 | (data "3C 66 95 FF 94 64 E3 7D 4F 98 38 D9 F2 F8 0D EB 43 D8 67 B5 F2 2E 5C F6 00 5B 2C 19 E5 7F 25 29 ") 455 | (data "AC 11 33 3D DE 5A FA 72 96 49 20 FF 98 B0 82 26 05 F9 0C D6 64 94 2C 75 39 F8 65 02 2B 11 99 E0 ") 456 | (data "B1 FB CA 7F C7 8E 51 CC 27 EF 41 3B B9 AC CC 07 45 48 4E A2 06 B9 19 A4 AE DA 28 10 80 67 68 2E ") 457 | (data "95 96 B0 14 D6 D9 FA 69 65 95 CF DB 37 95 47 07 A8 D6 A1 E6 A7 E5 40 37 FF 12 69 C5 02 CB 40 59 ") 458 | (data "43 AC 8F 19 E5 CB 0E 24 07 9E 86 A9 47 CA 52 F3 80 FD 8E 30 37 7C 06 56 C1 9A C8 43 4C 7C 01 52 ") 459 | (data "CF B6 3E CE 04 8F DD 57 FE 9B 36 6C 4A 82 DB 0A DE B0 91 09 72 CC 5A C4 7E 79 6A C6 8D 7B 03 05 ") 460 | (data "E0 EF 80 E0 34 4F 1E F0 0F E5 57 CB 53 56 F9 D2 2E 0A DC 7A D0 CD FC 70 2F 78 78 50 5E B1 DF 40 ") 461 | (data "F2 E5 D6 C7 50 F9 DD 87 F1 8B C9 E1 23 68 06 F7 34 82 0C 38 C2 B5 A3 08 1E 5F 83 72 E0 3C 32 00 ") 462 | (data "EE F0 6B 60 FD 05 CF 04 8F DD 57 BE FC 0F 33 87 07 60 A6 D1 EA 3C 0C 20 DA 56 31 79 EA 02 70 B6 ") 463 | (data "64 66 E0 41 F0 3F C5 15 31 79 60 77 C7 DA 35 67 94 DF 4D 5A DC 43 30 F9 7A D3 43 D0 67 DD 24 AF ") 464 | (data "57 A0 07 2C CB 7A DC 18 2A FF 27 69 61 F5 E1 62 83 F8 C8 98 00 B8 EE 5E 25 CC 8F 3E 9C D9 FD 59 ") 465 | (data "9E 7C 49 0B 90 FE 55 CB E3 4C F0 D4 75 E5 B7 B3 63 D3 F9 20 D3 98 30 02 8C DE 0D CA 10 CC E5 E7 ") 466 | (data "F3 31 48 DF 86 19 6C F4 51 94 D0 1A A4 FF D7 F2 94 51 FE 6C 41 31 39 14 86 C9 CD A1 0E C0 8C 38 ") 467 | (data "1B D3 11 00 F7 6D 59 C7 FA 50 F9 5F CB 0B 83 87 FF 1C 2B 9F 89 39 B3 38 BC 08 26 70 2A 9A 73 90 ") 468 | (data "D4 02 6C 61 EB E7 34 13 3C 75 5D F9 3F D8 B1 E9 1D 90 69 A7 9D 4C 00 B0 97 31 43 15 85 0D 4E E4 ") 469 | (data "BC C4 CC 06 54 54 94 D0 18 A4 6F 6E 79 CA 28 5F 70 2A 36 17 66 76 CB F4 61 6C 04 E6 05 99 3D 28 ") 470 | (data "10 78 78 EB 15 CB 53 A8 7C DE 0E 19 13 70 B2 D8 B1 F2 D9 0D B4 CD 4F 38 5E 14 08 02 37 73 72 0F ") 471 | (data "19 9A D8 0D D2 5B CF 66 66 82 A7 AE 2B 5F F9 7D 0A D2 08 1E FE 97 CE E5 0B B8 C1 5A 84 72 A9 F1 ") 472 | (data "71 F0 CE B5 81 3D E0 7F AE 55 94 B0 0B A4 6F 60 35 0A 3C 55 2C 5D A6 C1 21 AE 69 3B 41 4B F0 A8 ") 473 | (data "97 CA 36 38 67 6B 8D 87 05 95 AF F0 36 3C F7 EA 58 F9 37 41 4F 04 69 FF EB E7 D2 D8 7F 1C CA 42 ") 474 | (data "77 AB 02 44 8E 02 19 56 58 9E 66 82 A7 AE 2B BF 06 A7 10 08 D3 2F B5 1B 53 D4 0C D8 55 5B 44 95 ") 475 | (data "1E F6 EA 2B 05 36 82 FF 19 AF 2A 02 EE 60 B0 84 26 60 94 2F 0E FD 94 0D DC B1 F7 40 E8 D1 AB E0 ") 476 | (data "D1 D5 AA 8A C1 E9 7F EB 3E 10 A8 7C C5 3C 1A EC 8A 3A 56 7E 60 08 74 45 36 A9 17 4D 68 F3 EC E3 ") 477 | (data "57 7F FA 96 CD 70 F2 EB 40 FE 7D AA 0C 7F 82 0C D6 FD DA 99 E0 A9 EB CA BF C6 86 4D 70 FA A0 96 ") 478 | (data "8D 3C 0C A0 57 F7 98 2A 3D FC 90 BE CC AC CA BE AA 2A 02 86 F2 B5 74 5F 19 E5 BF 20 2A 26 07 18 ") 479 | (data "0E DB A4 47 B8 5F E5 A3 BB 15 5C 00 32 FC 6E 79 13 54 BE 62 C0 09 F7 12 3A 57 7E 6F E8 0A 40 46 ") 480 | (data "F1 32 95 7E D8 5D EC D9 BD 6F C9 3E E3 6F 81 5C EF A9 5E 0B BF 6D D6 15 DF 4C F0 54 5F 14 71 09 ") 481 | (data "E3 41 9E 5B 6C E4 61 00 BB CD FE 50 A9 63 00 98 C3 5C CE 4C 2C 2A C3 E9 9D 07 32 58 F6 3A 30 CA ") 482 | (data "57 CC 91 C2 ED 76 A6 F1 1B EC 98 39 C6 2A 56 61 FC 7C 3E 99 D2 C2 EC F0 99 ED 90 1A 0D 2E BA AE ") 483 | (data "B5 68 80 76 08 A4 5D A0 7A ED 56 90 C1 12 C3 D2 1F CA 87 95 E0 EF 0C 56 60 27 3E B5 14 66 5C A8 ") 484 | (data "DC 5F 02 FF 54 2C 12 62 94 FF A4 BC 30 B8 A3 D1 B4 BC C4 AC 70 3B 05 59 F9 CE 4E CF 56 1D FC 09 ") 485 | (data "77 FC FB 24 48 F7 87 EA AD 97 81 0C CB A4 66 A1 28 1F 4E B3 D8 89 A5 CD E0 30 38 1B 4B E0 34 F8 ") 486 | (data "0F CE 01 68 2B 70 E5 B9 89 F9 21 A3 7C F9 9A 32 33 BF 65 EA 1C B5 89 D4 34 6C E5 4F 14 1C 80 16 ") 487 | (data "F1 32 6F 88 05 77 C7 2A E7 4E 86 83 0C 85 A4 66 A1 28 FF 24 C8 A3 DC C6 CA A1 83 33 DF 72 08 C0 ") 488 | (data "90 CF CA 91 17 8C 15 69 D9 0D C8 28 5F B1 F0 0A D7 69 4C DB 63 A0 7F 1C 83 AD FC 40 67 A7 35 4E ") 489 | (data "66 4F CA C0 55 77 D5 A4 73 60 1C C8 70 87 D4 2C 14 E5 C3 1D 16 CE AE C2 CA 01 8E 7F 9C C3 CC AE ") 490 | (data "28 EE A6 60 27 8C 2D 9B E6 19 E5 97 14 15 93 03 1C 5F 9B A6 82 44 01 21 6C 83 AE 7C C6 55 4A 12 ") 491 | (data "99 ED 41 70 5F 96 B2 1E B7 82 0C D6 C9 20 68 16 8A F2 E1 2A 21 E7 68 B5 92 26 4E 5D CB 10 80 3F ") 492 | (data "C9 CA DB A1 C0 4E 21 EB 81 37 46 F9 92 FB 55 B2 80 0B 46 2F 86 1E D9 BB C5 42 02 BE F2 D3 E1 6C ") 493 | (data "80 9A 51 A0 08 78 70 4D 78 73 41 1E 70 01 E0 79 A9 59 28 CA 87 D3 1A AA C5 39 1E 70 53 97 73 E0 ") 494 | (data "48 A1 81 F2 9D 60 F1 CC BA 3C CE 28 5F 11 88 F8 11 90 BC 60 E8 51 98 B1 E7 42 E0 2B 3F D0 61 91 ") 495 | (data "E3 5A DF 60 FD F4 5C 03 1E F3 43 30 9A 48 03 19 C6 48 CD 42 51 3E EC 66 28 BE 8E 5C 3E 71 EC 58 ") 496 | (data "48 00 AC A2 66 28 DF 09 17 7D 2D 07 5E 19 E5 2B C2 75 4C 05 C9 4D 7B 0A 38 C1 22 9C E1 03 E5 07 ") 497 | (data "CA 39 EF B3 59 4F 93 C2 1D A8 A2 23 D2 F9 24 81 0C 2D A4 66 A1 28 1F 1E 7E 08 E7 1A EB 2F 1D FB ") 498 | (data "15 C2 2C C9 2A 4F 50 C0 43 AA 96 93 C3 8C F2 15 56 6D 04 C9 4D 5B 14 92 23 35 CD 0F CA 0F 16 E4 ") 499 | (data "34 52 76 83 26 E6 EC 30 30 C6 0A C1 6B F2 19 06 32 58 0F CD 41 B3 50 94 0F 2F 84 0B E7 A0 66 58 ") 500 | (data "F1 56 2D 30 7B 01 95 23 5C 78 EF 95 65 4E 8A 51 BE E2 CA 4F 38 51 64 9A DA 85 67 C5 1C E3 0F E5 ") 501 | (data "07 1A C3 99 5B 15 17 99 57 B5 7A 3A AD 07 3C 0C 66 8D 61 04 CD 42 51 3E 0C E6 25 BF 16 8F 4F 47 ") 502 | (data "87 4E 65 61 B6 97 28 67 35 E1 9C 94 65 4B 24 A3 7C C5 25 AF B7 80 E4 A6 29 6D 6E 14 36 27 F8 44 ") 503 | (data "F9 C1 56 72 A8 7D F3 21 0B 18 AA 4D 39 AB 09 0F 00 2F 92 9A 85 A2 7C 38 A1 E7 F4 8C 73 16 5B 9C ") 504 | (data "B9 94 03 B3 0D 47 79 23 1A 3C D1 F8 A9 F9 21 A3 7C C9 31 EF 2C E0 E4 87 E9 B6 10 E6 40 A0 53 7C ") 505 | (data "A3 FC 40 E0 C9 66 6C 34 07 31 2D 4C C7 B1 AF 02 CF 36 88 5F 92 03 3C 98 7D A3 D4 2C 14 E5 C3 C1 ") 506 | (data "5D 38 41 DA E1 4E 3E E7 30 DD 69 65 A7 0B C6 74 B1 04 78 64 94 2F BA A4 2F 17 18 AC D3 74 B2 06 ") 507 | (data "8E ED 1C E3 23 E5 07 69 DC F6 9D 29 F6 2E 7E B5 1C FA 2D 0F 1E 29 77 2F 1C 04 19 1E 95 9A 85 A2 ") 508 | (data "FC B1 20 0F 37 26 A0 82 34 BB BE 14 C2 08 59 B9 63 0D AE 43 58 FE 54 18 E5 2B 8E 10 C1 59 3F 53 ") 509 | (data "F2 17 C1 A3 F2 93 1C 62 3D 68 8B AD FC 2C CA 2D DD F6 DB A9 5F 56 9E 9E A2 B8 40 CB 74 78 FE 6C ") 510 | (data "F0 68 81 EA 1D 70 F3 BB 35 E2 16 34 0B 45 F9 70 47 96 EA 48 08 17 10 8C E5 17 A7 EA 98 14 98 00 ") 511 | (data "AA F1 A9 EA 95 70 9E DD 32 1B CB 28 5F 12 16 2D 0B B8 77 C2 B4 90 5D 1A 3C 7A 45 5C 8A 1D FC A0 ") 512 | (data "FC 10 93 AA BD 72 64 64 DB 9D EF 08 6E 8A 0A ED F3 83 41 47 64 D1 B6 B2 A9 00 32 58 C3 8E 40 B3 ") 513 | (data "14 0B 63 29 20 B9 3B CA 87 91 60 17 D8 C8 C3 30 2D E2 32 36 82 6A 1C 51 65 80 61 65 E5 27 53 B6 ") 514 | (data "89 8A C9 01 CE 2C 99 3A 47 F0 77 5E 79 64 46 8E BF 94 9F CF A4 8F 76 73 7E 00 4E E4 3F 87 FD D9 ") 515 | (data "A1 92 B2 B2 E9 09 32 C8 4F A6 1C 13 94 92 CB 44 90 DC 1D E5 9F 01 79 3E B4 91 87 01 04 63 4A 56 ") 516 | (data "E7 80 C0 8D 61 8A B3 FD 81 C3 20 7D 77 CB 53 46 F9 F7 4A 0B 4B 82 61 8B 97 86 9E 3D 1C 86 4F 25 ") 517 | (data "F8 54 F9 41 C6 31 81 D1 8C B5 F9 0F E1 F4 BC F2 34 22 0C 67 61 FD AA 43 B3 BE 91 17 06 CF 49 BB ") 518 | (data "A3 7C 78 E6 40 3D AB C2 E1 07 6B 11 F5 9C 97 E0 F4 04 FA 01 90 5E 71 02 BD AE B4 30 A8 6E A3 47 ") 519 | (data "E8 19 9C 98 E6 DC 7D E5 04 FF 2A 9F 13 7C A5 5F E8 99 D3 13 E8 F0 96 4B F9 09 F4 42 82 52 72 81 ") 520 | (data "B3 E6 EE 28 DF 49 A4 60 21 60 59 69 BA F3 12 E0 B1 3B 55 D4 11 B8 6D 76 BF E5 29 A3 FC D3 D2 C2 ") 521 | (data "98 68 B6 A6 4D CD 29 20 72 8C F2 1C 9E 1C 3F 2B 9F 8D 04 1D D2 37 8C 58 A5 8A 3A 02 4F 1A 59 A3 ") 522 | (data "A9 43 B3 14 1D 0D 78 2E 6E 1E 93 22 1C E5 33 33 7A E1 38 B7 2D 28 43 39 33 C3 00 6F 67 50 45 9A ") 523 | (data "FA 1E A4 B7 7E D4 19 E5 57 95 EE FD 9C 01 93 9B A3 A5 82 55 AE AA D2 78 9F 4A 7C AD 7C 78 3C DA ") 524 | (data "08 DD E8 0B E3 F6 28 7A A3 E9 30 00 ED 52 CB 63 68 96 21 89 9B 1D 60 37 14 BA F3 CD 67 E2 C6 F5 ") 525 | (data "0F 23 1C CB 33 E1 BC D8 C2 61 38 31 2A 0D 07 18 08 CC 01 C9 AD 87 ED D9 E8 82 D2 E3 88 F0 7C 57 ") 526 | (data "77 F3 DF C9 9B E0 E1 47 C2 62 EC E0 6B E5 07 A6 83 D7 85 16 77 C6 82 27 5D E5 05 C1 EB 14 40 74 ") 527 | (data "41 18 99 41 11 CB 05 36 B6 4B CA FF 1C D6 82 73 F9 91 8A 25 60 88 78 B3 3A 0B 04 DE 38 3B 55 9A ") 528 | (data "1A 1E 70 36 AC 97 F9 B1 CA E7 5E FD 94 4B 59 18 F4 DE 12 41 70 3B 78 F8 BB A8 18 5B F8 5B F9 F0 ") 529 | (data "6C 5A CF FC 27 4C 28 54 F9 7E 10 B8 AB CA 7A 24 8B BD FA 43 3A 0E 2B 09 53 BB A4 FC 74 18 BB 51 ") 530 | (data "1E EA 91 0F B8 02 A8 B9 F3 DF 0D 78 B1 58 2D 69 77 07 FE 50 29 A3 88 CB 02 2D 1E 81 89 AD B7 4C ") 531 | (data "80 1B 53 9B 87 B3 9B 35 1F 14 E5 DF C6 BF 06 85 05 5E 71 15 5A C5 65 3A 42 D2 58 73 8D E0 5D A4 ") 532 | (data "E0 76 6D E6 C3 55 55 76 EE 1A F6 6C DD 52 3E 13 C5 40 BD 8A C4 72 2D 28 C2 79 C8 5E 66 62 61 87 ") 533 | (data "24 F1 38 E8 D9 9A D6 E7 9C 9B 23 24 46 C1 55 34 10 8B 50 1E 28 CF 21 18 CA 2F 5D B4 A6 CD 26 85 ") 534 | (data "9F 6A 53 94 2C D8 71 7F 9B B9 39 D3 04 73 0D 08 68 4C 38 41 2F 5D CB 9A 04 A3 D3 BA A6 7C 78 DE ") 535 | (data "C6 58 AC DA 22 3C 90 39 D6 0A C3 5C 2E 54 EE 32 66 CA 84 B5 68 21 F9 50 D5 85 89 D5 B7 05 89 57 ") 536 | (data "1D B7 33 91 23 AC CD 00 3B A5 F3 94 87 77 24 C3 69 04 E5 BF D0 DD 30 96 4B 2E 3E 33 91 0C 5E 67 ") 537 | (data "8A 7D C8 5C D0 2B 59 7D 6A C9 5C EB 08 57 BE 99 D3 02 55 C4 93 E9 70 FA C4 3D E5 C3 A9 71 A5 7F ") 538 | (data "0B 67 B4 87 A1 C1 52 E0 35 C1 B2 2F 76 4E 0E F0 6F F6 86 38 71 14 58 26 AC BC 9D 1B E2 84 D7 8D ") 539 | (data "24 33 49 AD BF 58 73 E1 E3 05 0A D3 EE 99 23 8E 10 E7 BD F2 DF CF 5E 9C 4D 1D AB 3C D9 1C 08 DC ") 540 | (data "0D BF 01 26 3B D8 1B E2 C4 93 06 CC 15 EE F0 86 B8 C0 26 C6 E7 7D 44 67 91 2A B0 21 6D DC 52 7E ") 541 | (data "0A 8C 7B 6D A4 4A 83 47 4E 0E BA B2 3F 8C 07 09 37 3B 8F E9 C1 CD 9B CF C4 64 B8 24 C4 DE 0A 2A ") 542 | (data "EA 4A 6E 81 53 10 B6 6E 05 FD 50 10 3F 8C 99 67 60 C2 BC 32 35 93 C7 A7 ED D4 D0 A8 F2 BE E8 A1 ") 543 | (data "E7 CA 2F 9C 27 9C 0B D5 D1 E1 C7 42 43 4D 3D 1A F6 56 D0 85 A2 B9 6B A6 5F CE 5E D7 F6 1A EB 74 ") 544 | (data "C1 12 E1 3A CE 2D E5 6E 29 3F 70 82 29 BA 8A 24 EA CE DF D9 C1 97 97 03 75 30 F7 38 4F 93 F6 09 ") 545 | (data "8E 4F 33 8C EB AC C3 E0 99 AC 85 FC 1F 8E 9B 6A 32 09 17 81 24 DC 9B A0 93 B9 01 84 6F E3 04 62 ") 546 | (data "02 7F B5 63 E1 F3 C4 C2 62 CB D2 B2 B7 7D 27 8A 42 9A 7A AD FC F1 A1 85 CA 85 A3 15 47 3C 5F 85 ") 547 | (data "9D 94 2A E6 A7 EC 97 E9 43 E6 BA B4 6C 98 11 1B 27 A0 2F D3 C3 E6 85 3A C9 A2 0E 2F 02 80 6B CA ") 548 | (data "2F CB 7E 43 33 0A 0A D2 2E 29 96 BB 8E DD D0 5A F8 DD 30 18 B9 B1 4C 32 BF F3 4C F6 78 E9 2F CB ") 549 | (data "80 7E D8 DB AC 89 27 39 F3 28 E3 99 9F 28 4B 94 90 6C B8 CA 37 FE E1 4C 20 9C C3 D9 A8 F5 32 48 ") 550 | (data "33 89 F9 E3 48 6C 23 12 D1 03 79 0B 83 15 F9 87 DE 3D 56 FE 36 CB 0A 7D 3D E9 E1 8B 01 70 9D D6 ") 551 | (data "7A 1D 07 E7 CB D4 9E B3 DE 5F FB 28 9B AE 26 E3 0B 5E 70 73 63 2A EB B2 AD 6C B7 C8 70 51 F9 9C ") 552 | (data "8F 7E D0 C7 13 79 29 1B 9B EE 80 B7 9E BF DF CC 94 70 FA 2D C1 EB 3A 9C CA FD 05 6E 67 19 2E B0 ") 553 | (data "3B A6 0C A3 16 0C 76 58 0D EE CB CF A2 1F 5C 57 E5 2B DF 98 36 10 08 76 3D 37 D2 30 B8 CE 90 FB ") 554 | (data "15 5B C6 1D 91 0D FF 23 B4 20 D7 87 3B FB E9 AD F2 1F 87 57 FD BE C7 86 4F CB E3 5B 38 54 03 B1 ") 555 | (data "45 86 B1 37 CF 1B C6 CD E0 04 51 CA 08 CE F7 8B D7 3B E4 86 B4 E8 0A 7A D9 05 46 C1 3B 16 73 70 ") 556 | (data "4F F9 9C 8F BE 61 B4 18 CB 9C 85 DD DE CC 32 DA D8 60 FE 1B 1D 07 97 83 0C 63 1E F7 5A 84 84 67 ") 557 | (data "43 1B 8C E7 99 17 A0 4A C1 1D 44 D9 CC 19 1B FA F3 D8 F5 E5 7B CC AD CD 59 8C 82 EF 10 28 DF 30 ") 558 | (data "F6 BD 69 3A 62 F7 E0 1F FC 80 04 CC F2 71 01 56 14 46 D5 CD CC B1 B1 E3 BD 2D 3F 7C FF F2 76 75 ") 559 | (data "79 AA FC 9E AC B7 12 FF BA 80 27 FE FA E3 57 C2 3D 69 C1 E1 9E F5 D3 05 2F 06 C8 A6 DB 37 9F 84 ") 560 | (data "3C 7A E7 29 EE 69 C7 6E EB D9 17 8E E5 25 0C F6 48 B7 85 3E B8 67 3F C4 71 7B 36 EE 29 9F FB D1 ") 561 | (data "37 8C E6 47 7B 9A 62 16 34 3A 07 DE 7D 64 AC 34 0F 9A 78 9F CF BF 98 9F C3 C3 F3 2D 4B D1 96 5E ") 562 | (data "15 8C 80 90 C7 E2 0B EF BA E6 F1 99 6D 37 BC 26 88 9C 51 94 F9 FE 0A 95 1F EC BB 2E FA EA E4 35 ") 563 | (data "8F 5F F2 74 DD 64 E6 C7 3D 97 FE EC 8F 2E 5C AE C8 A6 FB 1F F3 4D 13 AF 5B 47 FD 0B 13 F4 E3 9C ") 564 | (data "81 F4 52 F9 7F B2 62 CE 66 CA CE 56 D6 1B 8F 0F 6D E6 6A 0C DC 29 FB 2E F7 CB 14 1C F2 BD B3 F1 ") 565 | (data "EB 11 8F FF BA 79 01 3C DF 93 07 EF D0 2E 73 AD 6B 1E 89 95 1F 79 A8 E0 B6 4E 4F 3F C1 19 D9 E6 ") 566 | (data "E1 A2 F2 B9 1F FD 6C 16 DF B7 67 50 E6 B6 91 F7 AF 9D 0D 97 7A B3 28 62 EA 39 D7 1E C3 CB 3F 7B ") 567 | (data "C6 73 A1 C5 D8 0E F3 BF 61 86 03 2B 42 1D 90 AD CC 43 7B B0 C1 5F 24 CA 57 C3 59 49 2F CB 5C C9 ") 568 | (data "9C CB 9C 09 37 8C 1A D9 69 C5 7D 7F 71 06 1F 41 4D B0 E7 6B 3C 54 7E 2F 81 F0 B3 99 77 D1 C7 0B ") 569 | (data "1E 69 93 F9 5B B1 FB 7E 1C CA CC BE E7 02 7B 9A 30 B8 97 4D AA 70 6F E8 64 D6 07 1C E0 A2 F2 39 ") 570 | (data "17 89 D9 63 9F 69 FB 06 BB E2 90 5B CF 47 8F 9E 3A 31 73 D0 B1 65 8B B9 E7 3E D7 86 66 1B 99 09 ") 571 | (data "22 5B BC C1 86 0E 8C 44 F9 0D 78 71 57 3E 08 AF AC 54 E6 44 8C 77 CA BF 55 F4 D7 6A 97 5A 70 8A ") 572 | (data "62 C9 3F 61 95 C3 DF 07 76 80 DB 6F B5 87 9B CA 4F 81 41 3C EC 32 3D D4 6B DC E5 30 50 7B 1E A7 ") 573 | (data "43 7D 86 70 02 17 F7 E7 CC AD 45 A2 7C EE E5 62 4B 60 F8 51 BB C0 AB DC 3D FC E6 BF 5B 39 CC 3A ") 574 | (data "E7 C0 59 D4 79 18 6E 1A B1 83 E8 32 FB 8A E1 57 CD 4D E5 07 CA 85 19 3F F2 8E F5 A1 32 60 C0 5D ") 575 | (data "BB 3C 95 FF 73 58 0E EE 47 55 93 CA BB 02 2B 02 E5 BF CC BF 94 BC 24 3C AA 6B 8F E5 70 A0 E3 65 ") 576 | (data "3F BF 7E 44 51 B2 78 B7 79 C3 AB A5 6C B0 48 34 B9 BD 3E CC 0F A5 E1 B2 F2 03 2D E1 91 6E 5B 14 ") 577 | (data "B1 5C CC 06 EF B0 B4 C9 82 D0 A4 E4 D9 A2 3E A7 10 6E 84 C7 08 94 3F 59 E0 9F AD E1 7C EF 56 33 ") 578 | (data "B7 11 78 3B AB 39 3A CC 91 53 90 45 DC 13 38 8E BB FA AB C5 87 94 E0 C1 07 07 85 32 65 45 A2 FC ") 579 | (data "C0 2B 61 5C F9 53 C9 3A 67 9D 72 61 38 76 1C 33 4F B2 7F E2 B0 FB D7 87 BB 60 14 BE F2 5F 12 FA ") 580 | (data "E7 19 45 74 1A 0E FD D8 09 44 8F 57 B2 3E 15 4D 60 A9 18 C3 AF 58 FD 64 67 C5 74 97 5D 4A C9 59 ") 581 | (data "F3 B2 87 CB CA E7 2D D2 29 F8 F1 30 28 A2 D1 8D CE CD 00 FD EA 23 8E 04 B6 96 FF 5B CA 28 DF EE ") 582 | (data "9F E4 7D 92 05 FE 73 9C 54 2C 8B 4D 9C 3B 8A BC DE 52 E0 D6 19 00 00 1E AC 49 44 41 54 BD B0 DE ") 583 | (data "F9 AD 11 59 D4 5A 2A 28 6F 18 0C 09 26 A5 AA 74 D1 38 ED 07 75 09 D9 AC 01 FF 76 5B F9 81 13 0E ") 584 | (data "BF B7 E7 B1 7B C0 26 8A E6 74 85 9C 80 45 EC 65 97 C4 84 74 11 1C 5F 61 94 9F C2 EE A2 E2 71 A5 ") 585 | (data "F4 86 89 13 B2 69 42 96 EB 79 57 14 79 BE 63 2D ED 0A E7 BF 55 C6 62 FE 8E 9C 2C D2 45 AB 2E 1C ") 586 | (data "56 2B EE B9 2E FB 86 BA 8C E0 48 AE 93 9E 18 6B 66 6E 73 74 BB E7 06 DE 1E FC B7 9C C4 2C 35 8C ") 587 | (data "86 A3 D9 22 BE B3 3D F4 39 29 DA 79 CB 28 3F 10 98 6F 23 80 FC 4F 8A 53 05 B7 39 E9 3B BC C3 DD ") 588 | (data "FE 81 B0 3F BF E5 06 A7 13 88 3F C9 76 1B 26 D9 1E 37 4F 17 FD 70 E4 53 1B BA 83 43 6A A6 A6 E8 ") 589 | (data "82 16 4A C2 40 0C 62 DA FF CD 2F 62 D7 13 B6 8B 30 8C FE DC FD 0D 07 ED AD 72 BC 0D F7 A9 85 E0 ") 590 | (data "28 3F F0 9D 72 08 BF 92 BB 99 D3 62 1C 73 24 46 04 F7 6E CD 00 D2 69 C4 6A FF 73 12 F8 74 F9 15 ") 591 | (data "8A B3 A4 FF C1 F3 59 7C AE 14 FF 70 E4 33 0C 5E 77 C6 90 9A 75 7F 0D F8 3F 0D CA 0F A4 C3 22 44 ") 592 | (data "F5 A9 28 56 C9 36 7B 8E 31 8C 8C 1B B8 9F C5 20 4D 79 BB A3 00 75 D7 8B CD 80 CA 4F CD FA CF 92 ") 593 | (data "F0 A8 AF 95 31 FF D9 71 D0 11 DE 8E 2C 86 59 33 44 E2 41 3A 81 BE D4 7E F7 FC 0B B5 60 C7 D9 E8 ") 594 | (data "F1 3C AF 08 E8 98 C7 27 DC A5 FF 50 31 D9 5F 10 F0 9F 3A 94 1F 08 B4 BE C8 86 77 DA 49 03 0D 95 ") 595 | (data "B2 37 AA EA 23 39 BC B2 4E B5 A6 D5 4E 7A 78 86 AB FC 40 E0 9E A1 E2 02 5F B3 79 35 DE DC DB 95 ") 596 | (data "E3 90 D4 0D E2 2B 5A D0 62 2F 7C 07 63 3F F1 A9 6C EF FE 84 C9 8A 4E 6D EA 31 DB F7 AD 5D F6 97 ") 597 | (data "B8 98 86 27 73 76 4D 82 FF D6 A3 FC 40 D2 E5 AA 45 AD E5 77 09 8E 37 E5 91 32 53 FD E7 73 91 6C ") 598 | (data "BE 2B C8 99 05 92 B9 E8 D9 27 F8 EB 4D 79 08 94 1F 68 F4 B5 A0 B7 3F 7D A4 8D C3 7A B9 4C FA 6D ") 599 | (data "1A BF 90 5C EF DC 22 3B EE 8D 18 75 A4 F1 A0 CA 8A 21 7A 89 A9 B6 EF 0D 29 77 2F B3 41 2F 44 D5 ") 600 | (data "2F 14 43 5B 2B 57 8B 66 04 0B E5 CD 0A 83 FF D7 A4 FC A0 70 5B C9 AE C2 2C 54 D0 46 D8 8D 94 6F ") 601 | (data "BF 91 0E AB 16 77 56 DC D3 19 A4 43 AF 65 DC 32 86 7E 0F 4F 01 33 88 94 1F EC F2 5C CB FE 5D 77 ") 602 | (data "1F 3C 50 71 77 22 B4 EE EF C7 04 8B 1F CF 1F 6D 25 FF 2A E0 C6 DB 59 D7 EB 42 E1 82 5C D5 FB FE ") 603 | (data "CF 99 17 0E D5 E0 7E F8 1B 5C D9 53 7D EE 11 70 A6 2F 3B 10 99 35 61 55 FE D7 08 3C D2 A6 FC AC ") 604 | (data "AA 4C E5 4F 4F 3E 75 05 77 E3 1D 8F 01 57 08 A2 B2 67 BC D6 59 71 6D 55 3E 75 3A 2D 2B 63 3E 9C ") 605 | (data "D0 70 CA 1B CD CA AB B3 31 CA 4F 34 3F 3C B4 C2 BC 01 76 79 E5 91 A2 D1 86 F4 0D 0F 5E 73 21 D8 ") 606 | (data "D0 50 74 F6 15 E5 95 BF 1C 9B BF B2 52 4A 9E FC 6F 90 DC D6 58 44 4A C2 6D C5 2A 7D 08 7E F9 BA ") 607 | (data "15 B9 74 C4 A7 61 84 D6 4B E9 F8 C8 EB 0B CD 5F A7 31 73 1E BD 64 7D 58 D5 1A F7 E7 75 E6 19 88 ") 608 | (data "79 75 DF 37 CF B3 2D B3 32 98 C9 FE 1F F0 93 60 FA C5 1E A5 5E AC 6B DD 7A DB 7D D1 B1 6F 95 97 ") 609 | (data "75 5A 78 B8 E7 9E D7 AD B3 C9 A9 FD BE F8 C4 E9 8D BB BB B6 EE 1D DD A6 E2 8A 0F 5A 3F 57 4A 15 ") 610 | (data "BB 3A 0F A9 F2 83 4C 3A 30 70 64 EF 2E 2B DE 7C FF D5 F5 0E 2B 63 61 EE B7 47 FE FB B5 ED 9E 63 ") 611 | (data "4F 7F B0 ED A3 6A E1 5C 24 8C C6 AD 3D CE CC FF B5 58 DD 9D A7 EE BD 78 DB D5 67 3B FB D6 03 D2 ") 612 | (data "DE 7D 72 FC 8E 73 2B 0E FA F2 EA 1E 11 C5 E0 0A A4 9C 3D B9 E9 8C CD 15 C7 66 AE 7A F2 B3 88 6A ") 613 | (data "E4 06 A5 96 7E FB 78 A7 B1 53 77 9E FB D0 07 3D 0F A8 FB 27 3C 96 3C 37 F0 CF 4E 0F 9D 7B 6C F3 ") 614 | (data "8C A6 93 5F 2D E9 91 45 2A E5 13 44 6C 42 CA 27 E2 13 A8 FC 86 D8 15 22 08 4F 20 E5 13 F1 09 29 ") 615 | (data "9F 88 4F 48 F9 44 7C 02 95 9F 81 5D 21 82 F0 04 52 3E 11 9F 90 F2 89 F8 84 94 4F C4 27 50 F9 0D ") 616 | (data "B0 2B 44 10 9E 40 CA 27 E2 13 52 7E E1 4C 2B 51 B5 9F 8E 08 1B 52 7E 65 E0 01 C5 39 00 22 46 80 ") 617 | (data "CA EF 8E 5D 21 CF 21 E5 C7 27 A4 7C 52 7E 7C 42 CA 27 E5 C7 27 A4 7C 52 7E 7C 02 95 5F 14 BB 42 ") 618 | (data "9E 43 CA 8F 4F 48 F9 A4 FC F8 84 94 4F CA 8F 4F 48 F9 A4 FC F8 04 2A BF 1B 76 85 3C 87 94 1F 9F ") 619 | (data "90 F2 49 F9 F1 09 29 9F 94 1F 9F 90 F2 49 F9 F1 09 54 FE 72 EC 0A 79 0E 29 3F 3E 21 E5 93 F2 E3 ") 620 | (data "13 52 3E 29 3F 3E 21 E5 93 F2 E3 13 A8 FC AA D8 15 F2 1C 52 7E 7C 42 CA 27 E5 C7 27 A4 7C 52 7E ") 621 | (data "7C 42 CA 27 E5 C7 27 50 F9 55 B0 2B E4 39 A4 FC F8 84 94 4F CA 8F 4F 48 F9 A4 FC F8 04 2A 7F 16 ") 622 | (data "76 85 3C 87 94 1F 9F 90 F2 49 F9 F1 09 29 9F 94 1F 9F 90 F2 49 F9 F1 09 54 FE 18 EC 0A 79 0E 29 ") 623 | (data "3F 3E 21 E5 93 F2 E3 13 1B CA 4F 7F F7 81 C6 73 13 22 7C 4D A9 03 1D 3F DD F2 EE AD F5 23 2B 86 ") 624 | (data "21 7D C0 73 4B EF 4E B3 97 36 ED DD F2 5B CA B2 FF 1D 1D CA 2F F0 59 93 07 97 1E 9C DB C1 A6 AD ") 625 | (data "B6 29 77 B0 42 8F 5B 9D 64 48 2F B9 B4 FC 5B C3 5C AE 05 06 52 E5 A7 BD 72 7F 9F 7A 25 52 B3 FE ") 626 | (data "3F B1 F8 A2 FB AF 72 AE DB 94 C6 33 26 9C B7 A8 7D D5 FC F2 1B 14 2F 74 EC B7 BF 87 A7 D8 C9 9C ") 627 | (data "B4 CA CA 3D 96 87 9F 87 EA D6 EF F5 1A AF C8 FE 34 D3 5B 9D FA E2 C6 F6 19 59 69 4B 9C 5E 7B EA ") 628 | (data "53 CB 43 91 F2 27 82 B7 AF 7A 55 59 E1 17 42 89 1F 54 26 DE 0B 8A 7F 9F EB 93 25 57 AF B8 F9 A7 ") 629 | (data "EB 9F 6F 90 5F BD 6E ED 97 DD 35 A2 E3 44 65 F1 59 CC 95 59 50 EE C8 2F 3F 5D 34 26 BB CC A2 ED ") 630 | (data "DF FB 4D FD 07 9F FE F9 F7 C9 65 9A E7 D4 A2 C5 B4 8F EF BB 78 80 AD 4A F8 15 A8 FC 16 A1 27 2F ") 631 | (data "6C 2C 0E 1E CE FA 66 5B 92 83 B2 EB 9C F3 44 3F 83 CF AC AF 7A A9 1B 0F D6 AD 5F FE 93 25 A5 6F ") 632 | (data "9F 0E 1E AE 5E F0 91 A0 98 C6 CD A0 1D 73 2E 68 19 7A 2C 52 7E 81 A2 E0 C1 6C 55 7D B7 9A 12 37 ") 633 | (data "57 FD 48 D6 4E 04 C5 FF C3 A6 D9 DE F9 D1 E5 02 07 D6 DC 79 8F FA 3B B4 0A 64 EA 92 FF 64 FD 97 ") 634 | (data "8F 75 03 0F 37 DD D5 52 52 D4 67 9D 1E 1B C3 54 E2 DF DE 1F 45 D8 17 40 44 A4 FC FA F7 B6 E0 7A ") 635 | (data "7C CE 39 36 7F 6F CB FE BA 28 55 D0 6A 39 64 BC D6 69 AE B3 BA E5 29 3F A1 F3 3C 6E 89 85 26 B3 ") 636 | (data "65 0C BB A6 1E 2F 69 EA 4F 15 F2 52 54 06 8F F2 3F 7E 3F C0 3C E3 14 26 B7 31 A7 DE AB 48 BC 0D ") 637 | (data "56 69 0D 48 30 7C CF 53 52 FF 19 2D BE A8 AE E8 75 88 94 BF FE F6 86 BC 02 33 BA 88 3E FC D5 EA ") 638 | (data "72 33 04 69 3E A8 80 C2 50 BF 22 50 7E E9 69 42 87 4F 3B C7 46 B1 65 4F C0 6F 32 8F A2 E7 4A BB ") 639 | (data "98 02 E5 BF C2 D5 72 36 A7 61 8F A4 FC 45 A2 A4 A9 47 6B E7 24 A9 0C 1E E4 B7 FE 68 98 45 65 F8 ") 640 | (data "7E 73 E2 4B 15 89 8F C2 D2 7B 58 1E 0F BF B4 BB D0 CA 10 0B 0B 4A BF 43 7C E5 27 65 F6 17 95 97 ") 641 | (data "F8 47 6D 4E 31 3D BE 80 BF 4F 66 DE BE B7 9C C2 54 7F C2 55 FE 41 F8 B9 B3 72 61 07 55 A9 B7 6D ") 642 | (data "92 B7 58 3E CD 4F 2C B1 5F B7 6C E5 CF FD 43 56 5E 83 51 E6 9F DF FA 4F 8B 3E 55 59 BC 5D 30 BB ") 643 | (data "67 5D 19 FC 77 BE F2 D7 C3 CC 75 E5 46 1F B4 56 56 D1 2F 84 1F F4 32 E6 87 29 3B 44 BD 1C C8 E2 ") 644 | (data "81 92 77 70 95 5F FE B4 AC BC 7E AD 60 21 77 5F 28 FF ED 36 8C E9 D7 34 92 DB EA 4B A0 BA 56 07 ") 645 | (data "FF EF 6F 95 DB F7 35 96 96 39 AC 99 CA 57 26 3E FC DB 76 DD B2 94 7F 08 F6 D9 21 A7 1F CE CF 7F ") 646 | (data "60 BF 22 ED 8D 77 07 64 73 3B 7D C1 93 E7 E5 AE BC D7 9A FA 15 69 E2 2D B0 2E BF 9B 1E 7E 96 AC ") 647 | (data "A8 B8 99 1F C5 DD 73 9E F2 47 CB BE DF 59 FC 62 FD 16 7D 3A C5 46 1D EA 3D CC AF 80 9F E1 28 FF ") 648 | (data "7D F5 EF 6C D1 11 92 22 6B 57 B6 E1 AB 10 19 7F DA AD 5B 50 F9 77 96 50 15 77 51 7E 07 EA BB AA ") 649 | (data "AA B4 46 FB 03 32 E5 77 82 C9 0F 48 5D 59 C4 9A F8 A4 34 F1 9B B0 EC 26 A1 67 E5 DF 56 56 DC 4C ") 650 | (data "CD B3 45 2F E1 28 7F B4 F2 A3 64 FD 65 7B DC DE 8F 4F F3 7B 04 55 F0 2F AC F2 3F C9 B0 63 EA 7F ") 651 | (data "C2 12 DF 1D 62 CB 57 21 52 7F B5 59 B7 7E 81 A5 4A 4D 34 BF 2C 2F F7 52 FE 30 D8 CA AC 81 12 E5 ") 652 | (data "BF 0B 55 72 42 E6 C9 01 20 F1 53 D2 99 5B D8 9F 7C 2A F4 68 6F 15 1B 15 37 D3 5C 34 85 CA 2A 5F ") 653 | (data "2D FC BF CC 9F FC A4 DF ED D6 21 F1 02 5B 13 D5 3E 82 51 BE F2 D7 30 87 8C D2 82 02 DF 6D 6F D7 ") 654 | (data "59 21 7A DB AB 5B BF C6 C2 A1 59 7E B5 CE E4 65 AE 66 67 88 1D 6C B1 5F 2B 83 FF 31 CD 6F BC 0E ") 655 | (data "1E BD 27 F3 E4 0E 58 F4 73 92 C4 E9 B3 40 E2 D0 2F C4 FF 35 80 05 29 59 FE 02 FF 2D 8C F2 D5 C2 ") 656 | (data "DF B4 CE 94 BF FE 63 0E 2A B1 36 CA 06 BA 50 5D 89 76 BB E8 55 1E E0 96 37 4C 3A 7E 12 D1 C9 56 ") 657 | (data "DD 1A AA 3F 86 33 F3 F2 0E 57 4C 09 9A 4A 05 FF 36 29 1F F4 DC 8D 6E B2 59 C4 8F 61 C1 82 BF E7 ") 658 | (data "6C 3E 82 89 F3 17 23 7A B0 D3 E6 6A BA 6F E5 BE 05 2A BF 85 B2 71 C7 58 7A 4E 15 1D 55 E2 16 27 ") 659 | (data "6B 3D F8 40 75 D9 67 3A 77 64 F5 45 58 65 CD 1A EE 4E DD 36 E7 65 4D FB 27 AC 7A 64 61 52 FE 65 ") 660 | (data "F0 99 64 92 FE 6E E6 B7 72 A8 C4 ED 4F 83 B4 C5 F3 66 27 27 0E 0D AB D2 95 B8 AA 83 CA 57 92 68 ") 661 | (data "F9 25 6F EA 30 B7 EC 4F DD 7F 84 AF 7C E3 1B 4E 71 03 16 86 57 D6 4A 57 EA 76 56 FE EC F6 AF E1 ") 662 | (data "55 23 0B F3 6A CE F5 E0 59 31 B1 23 33 D9 92 EE 14 A7 EE 0A 92 1E CD 7B B0 CA 79 5F 27 9B 37 79 ") 663 | (data "6F 71 AC FC DF CC B9 1B C3 55 5E 25 4D C5 06 FB 8F 08 94 6F 5C C5 29 AF CE 6B E1 95 F5 89 0B 75 ") 664 | (data "BB 3E 7F 9D E1 33 F5 B4 8E 10 B3 F2 DB 82 67 F5 C4 8E 3C 8F 2D E9 6B 61 62 66 EB 42 E8 5B 5B C1 ") 665 | (data "76 37 CD 02 F7 57 D3 A9 F2 8F 99 33 4F B4 BB 26 13 A2 FB E7 62 FF F8 8E 48 94 FF 2F 6F 01 31 E9 ") 666 | (data "7B 07 93 F9 21 8A 73 C6 47 0E EB 56 FC B3 FC 9C 8F 86 53 85 5C CC CA 5F 0A 1F 0A F7 5B 4C E4 CC ") 667 | (data "88 5D 2F F4 3A DC BA D0 C2 B4 07 67 FD B2 B0 AA 7D 33 E7 35 0E 95 DF 37 DD DC 8E E1 54 A3 C4 BB ") 668 | (data "42 93 7D 47 24 CA 37 9E E5 16 79 0F 67 EA 31 71 DE 87 F5 16 7D 28 1B BC 1D 89 B4 6E DD 43 73 7B ") 669 | (data "2F 38 33 C3 8A 65 EF CA CB E0 E1 8B 22 3F 7E C9 2B AA 9A 28 35 DC BA F0 85 F9 61 CA 20 CE F4 5A ") 670 | (data "F7 12 43 17 D5 5B 28 E9 7F 64 70 36 82 38 53 FE 34 CB 1E C2 82 82 54 89 25 86 DC 31 05 6E E6 CB ") 671 | (data "A7 0B 5B 09 BF 22 55 57 C3 7E F5 FA BE BE 49 DC 73 28 C1 DF 2E 38 E0 0D 73 A2 E7 27 64 6E 3F 9C ") 672 | (data "3B D9 9B 3E 6E 7B C7 EA 4F C0 19 BD 6C AE 73 58 B7 A2 ED BB BE F6 4F 7B D3 A2 9B 49 94 4F 88 B3 ") 673 | (data "CD 1A 92 7C 3D F7 FD F9 58 E4 7A 3F 78 F8 87 C8 8F 57 F2 8A BA 40 94 1A F6 68 AA 5B 1F 5F 65 99 ") 674 | (data "91 5D 3C F5 48 A9 BC ED 01 65 07 DC 79 26 B3 2F 77 E2 99 B3 20 28 55 FE 98 7D 7F 25 FF 5B 2B F4 ") 675 | (data "03 3D EF B8 39 6B D2 3E 4E 96 A2 7D 76 1C CF F9 9D 9F 38 7E 63 2D 5E A1 89 C2 55 35 DF 21 56 D7 ") 676 | (data "CB CD F6 E6 2E 6A 6C F9 35 59 30 C9 2F 98 D4 4F DF 9C 9F 62 D1 77 EC E3 61 D5 D7 B2 1F 8D 16 EC ") 677 | (data "5F 91 B8 6E 95 2F A8 90 B3 3F 67 D8 DE BB 72 7F 48 6A 84 F2 25 34 E7 66 4A 7D B4 FA D9 93 B2 13 ") 678 | (data "4C 6C FC 09 DC 99 10 C2 F2 CD 7F 10 3C 9C 2E 58 AF E9 C0 FD 0A 72 36 1E E7 38 14 A4 EB 76 18 24 ") 679 | (data "28 19 9A 22 BD 8E D3 81 98 BB A3 32 FB 32 CE 84 83 50 F9 19 6B 33 73 FF C0 EB F4 CC DD 96 93 61 ") 680 | (data "1D B5 31 5B 49 83 3F 3B 7B 2C 9B 55 D3 BE E4 AD DC FC 20 30 D9 7F 88 D4 D5 EE 4F CB 3C D9 01 FE ") 681 | (data "1E B6 A3 A2 62 C7 E7 EC 71 1E B3 43 B0 97 F0 EE 1B 99 B2 D8 F5 6F 51 DD AE B4 0C A4 E6 EE CE 6A ") 682 | (data "BA B5 26 49 DE C6 CB 34 AF F7 4D 96 C2 CF 3E 26 58 97 B7 28 3F E9 79 F0 74 29 DF 9E 9E FC B2 3E ") 683 | (data "E3 A7 FE 00 24 BB 85 49 91 B0 22 47 8F 17 F1 66 11 B2 E8 08 2B 66 2C 67 CF 9B 09 94 BF 7C 8F 65 ") 684 | (data "42 BA 7C F6 82 5D A6 35 EB 22 26 D7 32 66 16 7B C9 05 9C 0F 62 D4 0C 72 F9 EA 4A 1D 95 0E 13 3E ") 685 | (data "C3 5B 13 2D 21 DC 24 7B 70 76 F0 71 15 F1 BC 5E FA 60 58 D6 31 26 0D BF 6E AB C7 C3 74 4F 76 35 ") 686 | (data "16 99 07 C8 9B 39 B9 F6 1D 64 8A 6F CC 5F E5 B5 EE 51 BF 14 3C FD 99 6F CE CD DC A2 8C 6B F8 A9 ") 687 | (data "E1 67 84 37 1B D8 2A 6B F3 C5 6C F1 BA 68 29 66 EA A5 35 93 86 AF FC 7F B7 83 64 29 5F F6 83 BB ") 688 | (data "8C FE 66 72 DD C0 6B EA 56 EC DA 62 25 61 8D 7D 06 57 5D 55 0A 73 52 0E BF 83 93 F2 19 71 C1 47 ") 689 | (data "8D D4 F7 25 2F 9E 04 FB BA 73 EC D5 AD DE 4D 6C 59 29 5F 5A BA 04 70 58 1A E4 8D F5 9C 2A 5C C6 ") 690 | (data "9D B7 B3 2A 7F 2F 78 FA 0E D7 98 B2 82 B1 D0 5F DC D4 70 EB 42 06 F7 78 DA 5B A7 8D 7E B2 F3 7E ") 691 | (data "9F C3 0F EE 66 26 09 57 F9 4F 70 16 A2 3B BC 09 74 FD 13 CC 75 2D BF 12 AF B2 E7 97 AE 96 D4 D9 ") 692 | (data "4F F0 D4 D5 BD 02 37 69 39 CE A6 DF 1B 24 45 F7 12 7C F1 72 81 2B 84 F3 6C D5 AD 66 29 A5 49 EB ") 693 | (data "D8 5C FB F9 DB 0E 4A F2 46 69 56 E5 A7 83 7D 6F 45 B9 25 8D E7 94 93 45 6A 49 5E 6A B8 75 81 FF ") 694 | (data "D7 14 58 B2 E7 49 A9 9D 13 40 31 F7 31 29 78 CA BF D2 CE 99 BA 0A 30 97 F0 68 02 6B F9 23 36 CA ") 695 | (data "F7 03 3C 75 5D 22 48 7B 70 35 93 34 82 DF 36 66 06 9C 39 A3 C2 A9 5B 15 F9 C9 80 6C 1A 33 B9 52 ") 696 | (data "39 C3 EC 6C 7A 72 AC 07 27 F2 EA 82 C7 DC ED B8 C2 3D 1B 23 79 A9 E1 D6 05 FE E4 B0 12 38 08 4D ") 697 | (data "66 52 70 94 BF 1F 0E A6 B9 74 01 B9 EA 71 62 56 E4 02 67 BF 8C F6 E1 59 E3 39 1C 75 7D 21 4C 5C ") 698 | (data "9D 49 BB 29 82 57 57 06 65 31 23 28 4E DD CE B7 51 6E 2B 26 D7 ED C2 B4 3F B2 AF 00 CA 2F 0C 1E ") 699 | (data "DF C5 29 65 09 FF CC 72 90 D7 78 2F 05 5B 17 F8 3F 0C 6A 26 81 77 B1 DD 45 56 F9 A9 EA 00 12 59 ") 700 | (data "C0 59 1B C9 B6 D3 F4 0F E1 3B 0E 85 67 8E D7 B0 EA CA 78 4B 9C 9A D9 88 19 C9 95 E9 70 8C CB B8 ") 701 | (data "97 AD 5B 3F 3B 3B 61 9F 85 B9 96 8B C3 3C 1C 62 17 9C 81 F2 87 81 2E 3C 6F 61 F6 FF 98 42 F2 68 ") 702 | (data "B8 9E 4D 0D B7 2E BC 61 C3 26 2E 60 78 D9 9C 49 C0 2A 7F 81 AD 82 DF 02 B9 CE 93 25 1E 09 DF 61 ") 703 | (data "E7 EB E4 03 58 75 C9 4E 9B B6 66 52 3B 8A 52 64 E5 06 50 14 73 02 94 AD DB 07 76 CA AD 01 73 0D ") 704 | (data "96 24 7E 83 79 07 8C 3F 00 A7 6D 38 5F E8 0D E6 E7 F5 2C 2B D5 9C 13 3C B0 97 22 18 3C AA 81 8B ") 705 | (data "4D 4C 77 91 51 7E 22 9C D6 E1 03 17 A4 6F 93 25 6E 04 E7 57 F9 C3 7A DF C1 AA 4B F6 63 95 C2 AC ") 706 | (data "EC F5 90 A4 56 70 0A 14 35 13 26 60 EA D6 D0 56 80 25 66 05 77 9B 24 F1 B5 8C FD 50 F9 F3 C1 73 ") 707 | (data "76 0A 32 C1 72 60 66 E4 02 F3 BF CE 62 5F 09 B7 2E B0 F3 AD 36 99 0D 0A 62 36 AD 31 CA B7 F9 F3 ") 708 | (data "B2 DB 9A EB 5F 79 6A B8 AD 2F 91 17 BF C1 7F 30 EA 92 0F 50 4E C2 E4 A2 95 16 1B 40 E5 77 56 D6 ") 709 | (data "AD 90 AD 72 93 41 AE AA E2 E1 59 20 70 13 7C 07 A3 FC 5D 60 DF 30 3B 0C FA D6 F2 BC 65 2F F3 BF ") 710 | (data "BA EF 62 92 83 E9 5C C9 FE 4F 05 50 F9 4C B4 1C 46 F9 0F D9 2B 18 74 DD 25 7B B3 B3 60 26 82 E4 ") 711 | (data "67 EF FD 02 A3 AE 5F A4 C9 DF 87 C9 65 DF 53 05 CE 95 2F DC 07 63 01 9E ED 90 9E 21 0C 2C 86 2F ") 712 | (data "61 F4 03 36 2D 16 67 36 30 58 8E 2E D5 0B AC B3 F4 E3 E7 C3 D4 70 EB C2 58 5B 46 F1 70 AE 7C 7B ") 713 | (data "E3 DB CF 40 2E 71 74 8C 6C D2 E0 81 E7 08 34 E1 21 8C BA 84 91 10 B2 99 04 97 4F 1E 0F FF D5 CE ") 714 | (data "95 6F 6F 65 1C 4E B4 C8 83 20 DC 07 5F C2 E8 67 A6 42 3E 49 96 10 8A BF 07 02 95 CC FF 5E 0B 8B ") 715 | (data "83 5B 17 E4 01 1D 64 38 56 7E 15 7B A7 C4 C1 4A 0B 7F 09 C3 C4 02 F0 1A 5B A3 31 74 18 75 35 91 ") 716 | (data "A7 AF 09 92 7B AA FC CB 78 C5 30 C0 FD 38 97 48 53 B7 81 2F 61 F4 33 0E FC B5 CF 00 CF 3F B7 3C ") 717 | (data "AD 10 08 9C 6F FE F7 72 38 1D 05 76 75 CA CE 2C 2A 70 AC FC 76 F6 CA 05 B3 F9 CA EE D8 F9 E0 35 ") 718 | (data "BF AB 32 F8 02 46 5D B2 B0 A2 41 E0 16 06 4F 95 CF F6 99 79 C0 23 E5 D2 99 09 76 8D 82 8D 2D 09 ") 719 | (data "76 D7 F5 05 8F 9B 99 1F 16 4F 0A 04 0E 59 92 83 83 07 70 EB C2 B9 B6 6C E2 E2 58 F9 36 07 B8 20 ") 720 | (data "E4 C4 32 55 FA 3F C1 6B 36 38 37 05 01 46 5D B2 E1 60 90 F7 40 72 2F 95 DF DD 56 B1 29 D0 22 F9 ") 721 | (data "DF F2 9D 30 39 7B 9C E4 37 50 0D E0 22 CB 88 35 FB 68 86 65 84 08 46 C4 70 EB 02 7F A7 88 2D 1C ") 722 | (data "2B 9F DD 13 CA 05 4C E0 29 85 FC 0C 78 0D 67 3E CB 87 40 75 2D 57 A4 87 EB F4 5E 2A 7F BA AD 62 ") 723 | (data "EB 83 5C 86 7C 92 6D 38 4C CE 7E F3 E1 88 CF 7A 2A E1 39 CB B3 EC 2F FC 54 F3 FF 8C B1 4E B3 83 ") 724 | (data "AD 0B B5 22 08 D0 E4 58 F9 BB ED 95 0B A2 1A 7D AF 4A 0F 43 54 2C 72 6E 0A 02 BC B8 9A 32 E0 8E ") 725 | (data "0E B9 F2 CB 7D 74 F9 9B 6D 2B 0E EE FB 13 0F B8 59 53 A9 FC 7E BC 57 30 1C 06 B9 0C 79 B8 D3 DA ") 726 | (data "30 39 27 92 36 08 61 D2 CC F2 B0 B7 F9 51 F7 EC 98 DA D6 3D BE D6 30 50 60 EB 82 62 7F D7 DD F7 ") 727 | (data "FC F9 EB A9 8D 8F 25 73 1D 08 B7 08 2B 95 6F EF AC 60 0A 18 D7 0C E5 BE DC 44 21 F0 9A 48 B6 B4 ") 728 | (data "78 87 3E E5 27 7C D7 E6 47 3B 91 B0 F3 71 49 F9 B7 82 5C 89 F2 E4 4C 77 8F A3 FC 87 AC 29 86 58 ") 729 | (data "1E 5A 26 51 73 D6 F9 97 58 34 69 99 27 86 5B 17 BE 15 D7 AC C3 C0 93 30 EA 89 1C 97 94 0F 1D E8 ") 730 | (data "98 0F 6D BD 06 1B 5D CA AF 53 4C B8 8B 4B 84 4B CA AF 03 72 A9 EE 39 95 C4 58 CB A3 07 48 62 3E ") 731 | (data "0D 60 1D 27 EC C8 F9 CF B5 E6 FF EB 6F 0E 6C 0E B6 2E F4 17 DE 39 D2 F8 1B 5B F1 4D A5 35 0F 4F ") 732 | (data "F9 0F 3B 7D 2F 24 9E 95 5F A7 58 18 01 6F 5C 52 7E 29 87 B9 60 40 08 DE BD 21 65 AC 49 BE 34 3D ") 733 | (data "B2 AE DD E7 1E 9B B1 5E 3A 61 FE AE 83 AD 0B 22 2D 36 FE CA 91 EB 04 35 0F 4F F9 0F 84 F1 6A 0B ") 734 | (data "F1 AB FC 94 19 61 05 7A 72 49 F9 70 A3 A1 6A 12 1B 6E B8 E2 29 1F 84 14 36 9F 01 B1 74 48 F2 FA ") 735 | (data "41 E3 2C 5B 40 2B 9A 92 83 C1 0D FF D4 5A 07 78 E8 C4 1E 2E 29 9F 3D 89 E8 90 B8 55 FE 61 E6 88 ") 736 | (data "AD 3D 5C 52 FE 71 90 4B B1 DF 8A D9 EC C0 53 3E F8 0C 96 08 9D CE AF 66 79 90 1F 59 D2 32 25 6E ") 737 | (data "BA 3E 05 6C 5D A8 C2 1D 7D 6F 01 3F 31 76 71 49 F9 3D C3 7B 7B 88 78 55 FE 41 67 C3 B2 10 2E 29 ") 738 | (data "7F 2B C8 55 59 91 5E 39 37 98 05 F8 54 87 EE 15 BD C0 F2 FF F9 DB 2B 06 F1 FF 1B 6E 5D 58 C0 7B ") 739 | (data "57 2B C7 23 24 51 CD C3 53 3E 73 61 86 53 E2 54 F9 3D F8 C1 6E 6C E0 92 F2 0F 80 5C 37 2A D2 C3 ") 740 | (data "E0 AE 5C E5 83 3D AA A1 C3 17 96 09 CF FE F9 67 5C AD 61 09 43 D3 A0 60 EB 02 2F 9A A8 3A C6 BD ") 741 | (data "08 97 94 BF 26 DC F7 E7 11 9F B3 9A 61 46 C1 CE C2 25 E5 6F 07 B9 4E 2B D2 C3 CD 9A 5C E5 83 10 ") 742 | (data "3E F9 47 5E AD 83 0A 53 04 36 CB ED 52 F9 3B BF D3 AD 53 F0 DD 39 57 ED 75 74 34 13 2C AF 79 78 ") 743 | (data "CA 87 5B EA 1C 13 97 DF FC 84 77 C2 77 98 4B CA 3F 08 72 B1 C7 53 AD C0 D0 23 5C E5 A7 59 EF E7 ") 744 | (data "EA 9E B7 0D CD 1A AD FC F2 50 06 EB A5 0B 79 B7 6C 80 AD 0B 9C 65 FE E1 F6 AE 7A E1 42 FD 7C 27 ") 745 | (data "B8 AC FC BB 22 70 98 4B CA 6F 09 72 A9 62 01 C0 CB 16 F9 B7 21 83 D9 C8 FF CB FD 6F CB 86 E4 8C ") 746 | (data "49 A1 F4 D6 A3 B9 A7 72 FF 17 6C 5D 28 C8 BC 66 09 2F A8 91 5D 68 6E C7 09 EE 2A 7F 8B BD 4B B6 ") 747 | (data "F8 B8 A4 FC 92 20 D7 DB 8A F4 70 06 96 AF FC D2 D6 44 B9 7B FE 4B 59 FA E4 E6 4D 9C D6 83 EB FB ") 748 | (data "72 FF D7 3A A6 48 5C 07 DF C2 5E 99 E8 04 97 94 FF 69 24 75 C8 22 1E 95 CF 1C F3 70 82 4B CA 5F ") 749 | (data "0F 72 29 F6 E0 31 5B 3B F9 CA 5F 62 5D F0 CA ED 42 59 A7 41 2C 91 B5 AC 97 AB E5 1C 3F 01 5B 17 ") 750 | (data "7E 64 DE 32 8C 1B A0 D8 2E 2E 29 1F 6E D0 73 4C 1C 2A 7F 2B F7 93 DF BF DE 59 B7 8F BA 24 93 01 ") 751 | (data "5E 4D E0 92 F2 77 C1 F7 CB 2F 2E 2B 07 93 F3 95 0F FF A8 73 E2 FE 25 5B FE CF 12 86 7B 84 E5 51 ") 752 | (data "CE 91 C3 CB AD 65 EC 60 5E 02 F6 43 E7 90 58 AB C8 37 37 CC 60 FD 97 09 EF 68 76 49 F9 70 CB DF ") 753 | (data "5A CE AB A5 30 07 30 7D 89 AB CA FF 1F DB 6C 65 66 0A 83 7A 39 DE A5 6C 4F F9 65 61 15 E4 51 C5 ") 754 | (data "E0 36 1F 91 F2 C1 09 96 EC 68 22 EB 2C 7B 7E 2E B2 A4 2F 69 E9 08 E5 2C A7 81 C1 02 13 2B A1 51 ") 755 | (data "3F 83 E1 BD BD C2 AD 3D 8E 77 29 DB BC D7 01 CC 2E D5 50 E7 88 46 DC 54 7E 23 26 2E F7 C7 AD 24 ") 756 | (data "DB CF 35 29 3F 1D 56 A2 8E 34 39 DC EC 20 52 FE 61 EB 7D 25 FF CB FA 3F EB 77 FD 7E 6B 06 EB D6 ") 757 | (data "E6 EC DF 03 EB 7A 58 57 E6 1D 93 61 5D 1A EC 96 9D D2 D5 A5 7C D0 E5 12 86 8A 8F 6E DC 54 3E 33 ") 758 | (data "29 20 0F 57 A1 49 F9 01 58 0B E1 9D 3D D9 30 31 33 04 CA 07 1D F7 FE 59 7D 28 6B 7F 0D 9C 7A 1C ") 759 | (data "6B 79 98 B5 F6 05 B6 2E B0 91 24 F6 80 AA 34 94 47 3D D0 A5 FC 7A D6 5C 36 4F 72 45 1B 6E 2A 1F ") 760 | (data "4E 69 2A AE 06 D6 A5 7C 78 AF E6 40 69 EA D1 20 B5 50 F9 20 22 C1 03 81 C0 24 CB 9B E6 81 5E 49 ") 761 | (data "13 4B F2 AC 0F 3C 58 22 62 5F 04 E3 78 F1 2F C8 CE 47 97 F2 93 AD B9 A2 26 22 BE 33 DC 54 3E 58 ") 762 | (data "0D 95 5C 7B 90 8D 2E E5 C3 69 4A 79 F4 BE 15 20 B5 50 F9 20 F6 F3 9A 40 E0 45 CB 7F C0 20 DE 29 ") 763 | (data "D6 4E 43 4B B8 75 61 08 F3 06 B8 06 37 55 61 A8 2E E5 83 E1 DA 6A 3B 71 C7 A3 0F 17 95 3F 0C 3C ") 764 | (data "E2 DC 76 68 A1 18 48 EF 96 F2 C1 31 52 63 A3 34 F5 63 20 B5 50 F9 01 EB F2 F4 8F 81 C0 2D 96 FF ") 765 | (data "60 66 34 6E B7 3C FE 2D 50 DF BA 75 E1 0A E6 05 8F 5B 2B 92 C8 D9 DB 60 01 6E 0D 74 4B F9 70 86 ") 766 | (data "49 1E C6 3F 5A 71 51 F9 70 F1 54 76 E1 47 16 3B 41 7A B7 94 FF 2F C8 F6 BA 2C 71 0A 33 83 2E 54 ") 767 | (data "BE 35 68 70 83 C3 D6 31 2F 1B F3 D3 1A CD BC 10 DC BA F0 29 F3 82 1D D6 04 8B 55 86 C2 58 DF 6E ") 768 | (data "29 1F EE F9 1B 64 2F 5B 94 E1 A2 F2 AD 41 08 8C 5A AA 57 C3 65 2F B7 94 0F AF 81 4E 94 C5 A7 67 ") 769 | (data "06 B8 62 E5 5B E7 29 8D 81 D6 83 85 1F 33 E9 CB 5A FE 32 12 E7 5A B7 2E 70 96 7B C0 F9 17 65 B4 ") 770 | (data "0F 18 D5 CF 2D E5 A7 80 0D 1D AC 69 B1 80 8B CA 07 F7 2F 7F A5 7A 35 BC 42 D6 2D E5 DF 0E B2 19 ") 771 | (data "6F 4A 12 C3 2E 97 44 F9 20 E2 F8 0D D6 EE 30 67 34 B1 D2 92 E0 12 EB D6 05 F6 56 2B 38 DD 9F C9 ") 772 | (data "A6 B0 A2 3C 41 1C A6 F2 E1 3D 44 89 11 04 CC F6 2F 2E 2A 1F 44 5D 7F 54 F5 6A B8 31 DE 2D E5 8F ") 773 | (data "02 D9 A4 DF 2C F6 36 39 B1 F2 AD 11 C7 E7 59 27 F8 39 91 E9 2F B1 24 78 DE BA C0 CD 89 11 6A 1D ") 774 | (data "37 70 96 78 AD A8 E3 A5 84 AB 7C 18 49 74 82 CD 7C 51 85 8B CA 07 AB 9C F3 14 31 94 1A C1 8D E8 ") 775 | (data "6E 29 9F 99 A7 4C DC 2A 4C 7B 04 A6 95 29 1F CE BD 98 E1 85 C7 1C 20 49 3F 9D 33 E3 0B 02 FF AB ") 776 | (data "F4 56 1A 96 E9 9A F2 61 F4 85 98 FC E8 BB A8 FC CF C1 23 C5 FD 1C F0 7A 71 D7 94 0F 2F F2 E4 6D ") 777 | (data "0D CB A5 2C 8C 76 C5 D3 4F 88 7A 6C EA 3C 9A F1 D2 C3 69 47 13 EC ED BF CC 04 AB 6A 7B F5 F7 CA ") 778 | (data "9A 87 AB 7C 18 40 DF 58 26 5F 99 09 A4 9C 38 2E 4F E0 43 5C 54 3E 0C 32 37 42 5E 12 73 E8 CD 2D ") 779 | (data "E5 C3 E8 38 41 7A 09 92 C2 5B 0A B9 FA 09 31 96 93 3C 17 6E C4 A8 2B C4 E9 79 57 2C 76 06 69 14 ") 780 | (data "93 63 CC 35 F2 EE 29 7F 23 2C FA 94 34 79 A3 09 46 FF 8F EC 96 ED 17 5C 54 7E 01 F0 A8 9D 34 EE ") 781 | (data "FA 30 E6 FA 7A B7 94 5F 80 3D C8 5A 9C 1F 7F FC 1E DE C9 3F 89 F2 99 E8 B3 F9 B4 60 EE 8C CF A2 ") 782 | (data "BC 30 FD EA FA 9C E4 60 2B A7 62 72 E7 49 75 CD C3 56 3E BC CA CB 30 7A 4A 52 8F AB 1C 4C D0 5D ") 783 | (data "F4 75 F1 2B 6E AE E1 82 F8 D8 D2 6B A2 99 0F 9C 7B CA 0F 14 61 8A 36 4A F0 42 16 7F 02 F7 39 64 ") 784 | (data "23 51 7E A0 1D 2F 43 16 0B B8 C9 53 84 47 0B AF E3 25 87 FD BF 54 E9 BE 0B B8 C9 DB 4D E5 27 30 ") 785 | (data "F7 A1 75 17 CF 34 7D 9E BB AE 70 45 04 C1 71 11 70 53 F9 3F 40 77 9D 14 FB E2 36 F8 67 E2 A2 F2 ") 786 | (data "79 C1 03 96 8F 87 A9 92 3A F3 83 1C C8 94 7F 2E 37 47 90 17 F9 E9 37 88 D2 33 B5 C9 62 09 F4 49 ") 787 | (data "F7 C2 E2 AA 3C C4 16 EA 9E F2 79 67 71 EB F2 E3 CB DF 14 8A AE 34 41 1E BB D7 67 B8 A9 FC 11 06 ") 788 | (data "A4 90 E8 CA F2 C2 CC 86 66 17 95 0F 23 EE E4 F0 7A 53 73 EF AB 43 67 D1 F7 5B A6 7C 76 DD 2B 87 ") 789 | (data "C4 F5 FC F4 EC 2D AA 39 30 17 A9 E4 00 2F 20 35 12 6F 17 14 5C BF 37 A7 54 17 95 9F 04 17 C2 83 ") 790 | (data "5C 74 0E BB 81 67 D7 B9 E6 0E 63 25 F6 78 A5 7F 71 53 F9 73 D9 8F 68 E2 E0 17 D8 83 15 E9 AD 2A ") 791 | (data "73 DA CD 3D E5 33 61 D3 72 69 FE C8 9B AB 3E AD 93 B2 FE D3 D6 BF 1D 83 D1 34 43 C8 94 CF EE 75 ") 792 | (data "C8 41 74 05 EC 61 41 08 11 C1 2A 5F 2F 36 E5 BC 93 9C 8F C7 AE CE F0 D2 26 7E CD C3 57 3E E7 12 ") 793 | (data "E9 20 ED 2E B6 48 7B D2 39 6B C1 EE C0 97 ED DD B7 EB 0B 5C 3D 93 05 AE 99 C9 A1 C4 4F 75 AF 98 ") 794 | (data "79 CF F6 0E 13 5B 6E 2D FF ED AA 3F 2F 59 71 63 37 5E 32 37 95 7F 3F FF 05 39 A8 0E C9 4B B7 F3 ") 795 | (data "BF C4 CF 23 BC F6 BB 0F 3F BD A0 73 B4 9E 5B B7 A1 CB 76 AE F9 F3 A3 B7 0E D7 B9 E9 CE 07 FF 3E ") 796 | (data "D2 F4 83 63 FF 0A 4C 70 53 F9 BC C1 52 90 D4 EB A7 F6 3C 73 60 EE AE ED 7B FF FB 7A 19 67 98 34 ") 797 | (data "2F 82 5B 62 3D C6 55 E5 47 14 39 C0 45 E5 1F 82 EB FA 4E 90 7D F3 C1 D5 B7 F9 9C 2D 4A CF 8F D4 ") 798 | (data "97 21 BA 39 7E 25 37 79 D8 35 8F 44 F9 EC AA 88 2D 32 D8 48 2A 3E C5 55 E5 D7 67 A6 04 9C E0 9E ") 799 | (data "F2 C5 23 51 1B 48 95 9F C0 8D 9D 28 0E 36 C0 8F 63 20 BC A1 37 A2 3F 59 77 95 1F 08 37 66 58 EF ") 800 | (data "28 99 E2 71 37 EA 88 68 44 67 0B 17 95 5F 16 06 4E 73 80 54 F9 81 DD BC 2C 92 23 24 DC F0 BA 97 ") 801 | (data "08 93 1F 0B BF DE 6E 2B 7F 5D 98 71 22 87 AC 77 F2 16 3C 5C 8E B1 F6 71 78 DE CA C6 45 E5 B3 7B ") 802 | (data "5A EC 23 57 3E 73 09 7C 16 92 E3 B2 35 38 C9 53 E7 0A 93 8F 63 27 7B 23 A8 79 44 CA 0F 5C 56 82 ") 803 | (data "FB 16 05 5D D7 3B 7A 09 1E 2E 2B 7F 29 67 B6 D2 2E 6E 2A 3F F0 47 D8 D5 90 2B 7F 18 BC 96 2D C8 ") 804 | (data "AC 25 E2 F4 CC EE 24 43 3C 13 94 C5 0E 4E FA B0 6B 1E 99 F2 03 15 04 53 11 32 7E 2A E0 EC 1D 78 ") 805 | (data "B8 1D 4B F9 FD F0 7B AA AE 2A 7F C9 6B 76 5F 0B 9B 57 AE 7C E6 AA FB 20 6B 25 C9 93 38 1F CE 5F ") 806 | (data "65 E5 3F 62 B7 DE 2C 6E 2B 3F D0 DA 71 B0 C8 1F A2 67 31 CB F5 F8 F9 17 3B 75 56 3E AE 2A 3F 70 ") 807 | (data "B8 B2 AD 97 36 1C 01 D3 29 94 DF 93 2D 63 B4 2C 7D 5D 36 FD 4D B2 F4 49 E1 DC 90 25 A8 79 A4 CA ") 808 | (data "E7 6C 31 91 73 9D 30 2A 96 FF 70 FF CE 94 AF 6D 7A E9 3D 38 01 E3 AE F2 03 B7 4A F6 14 E7 B3 7C ") 809 | (data "60 A0 32 F8 2F 85 F2 3B 30 8B 53 A9 E3 64 E9 AB C3 E4 C6 6C F9 0B 86 55 62 72 F0 F9 59 57 EC 05 ") 810 | (data "13 3D 57 DB AC 4C 36 2F 29 36 33 FB 0A 0D F7 64 8D 2C 6A C7 4B D3 6E D5 15 75 24 8F BB D5 D7 4D ") 811 | (data "BD 5D 21 E0 54 F9 81 B3 60 21 D2 13 EE 81 0E CC 7A 4F 1B C5 0B 0A C0 7B E6 F9 D4 D5 16 75 C4 CC ") 812 | (data "F0 9F 6C 55 26 8B A1 92 5D 46 3E 44 C7 DD 88 77 DA B8 E1 6C 75 35 6D F1 76 F2 29 57 D1 90 B3 28 ") 813 | (data "6B BD B6 32 F8 4F 95 F2 0B C2 52 1E 92 A7 67 E6 C5 85 CB 5E F9 8C B6 71 B7 64 E5 25 9E 28 3F 90 ") 814 | (data "74 2F 77 47 2B C3 EA 5F 79 1B AF 7D 8C 96 FB 70 CB FD A2 F2 53 FF 6F F5 45 9A 32 B1 17 86 1B 36 ") 815 | (data "D3 FC D9 EC 1F E7 CA E0 BF 55 CA AF 03 87 7D 4B E5 E9 61 5F 79 9F 3C 79 36 DB F7 AB 1C 38 7B AE ") 816 | (data "BE 48 53 80 57 6D 74 1B 1B BE B4 3E AC B2 11 D1 74 07 FA 73 0B A4 D3 02 5D D6 07 3C 51 7E 60 12 ") 817 | (data "67 80 99 43 EA C6 DC DD 57 95 C1 03 95 F2 03 3F 5A D3 4F 51 24 87 87 5A 7B 2B D2 67 93 D0 73 91 ") 818 | (data "CC 7F 55 4E 64 0D 25 3D 52 7E 20 70 66 B0 E2 3E F6 65 E2 93 CE BE 45 93 F2 83 0D FE 88 70 6A 7F ") 819 | (data "4E 4E EC 55 2F 94 1F 08 7C BA 87 B7 20 53 E5 8B F2 79 09 2A 83 47 4A E5 83 29 F7 8A AA F4 73 AC ") 820 | (data "E9 CB AB D2 E7 72 06 C6 0D 0A 71 4B 4E FC 71 CF 94 1F 08 CC 6D 23 FC F5 6C F8 F1 AF 07 C3 2E 17 ") 821 | (data "11 6D CA 0F 04 26 5E FE D2 10 C6 4F 89 AF 5F F1 51 EE C9 3D 6F 94 1F 08 A4 AF FA C6 DA 55 ED B6 ") 822 | (data "76 9B E9 94 45 65 95 7E 20 C3 AD E9 FF 4F 95 DE 3A 87 55 D3 FE B6 96 CB 2E 99 C0 1C D9 34 AA AC ") 823 | (data "EC 9C F7 81 F5 50 F9 81 40 DA D5 63 97 C1 D0 56 86 51 F5 9B A6 EB 23 28 14 95 49 56 76 29 92 97 ") 824 | (data "05 E9 B9 E7 4F 43 D4 39 D2 7B C3 2D 85 E6 94 C8 58 FD E1 1D 7D 6F 3E BA E2 88 69 97 62 23 50 14 ") 825 | (data "BB 12 0A 12 A8 E2 4C 8A 59 7F CF CC EF 77 F7 1D DA AD 5F D7 9B 37 5F 53 D8 5A CE 61 F0 16 F5 CC ") 826 | (data "DC 2E 67 E9 EB 5B 92 2B C2 EC 42 AA CD 6C F6 C7 A3 45 DA AD CE 78 7B 5F 91 3E 13 2A B6 79 C5 E4 ") 827 | (data "F0 02 AA 9A A7 83 04 FC 53 55 F6 49 D9 D2 F4 86 09 7D 8A EC 7B BB 41 FF C5 7D BF D8 3C A3 E9 B7 ") 828 | (data "5E 2E 5C FD 3F 73 58 44 50 AF EA 9D 84 00 00 00 00 49 45 4E 44 AE 42 60 82 ") 829 | ) 830 | ) 831 | ) 832 | -------------------------------------------------------------------------------- /fp-info-cache: -------------------------------------------------------------------------------- 1 | 95016250481851 2 | TestPoint 3 | TestPoint_2Pads_Pitch2.54mm_Drill0.8mm 4 | Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm 5 | CONN DEV 6 | 0 7 | 2 8 | 2 9 | TestPoint 10 | TestPoint_2Pads_Pitch5.08mm_Drill1.3mm 11 | Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm 12 | CONN DEV 13 | 0 14 | 2 15 | 2 16 | TestPoint 17 | TestPoint_Bridge_Pitch2.0mm_Drill0.7mm 18 | wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm 19 | test point wire loop 20 | 0 21 | 2 22 | 1 23 | TestPoint 24 | TestPoint_Bridge_Pitch2.54mm_Drill0.7mm 25 | wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm 26 | test point wire loop 27 | 0 28 | 2 29 | 1 30 | TestPoint 31 | TestPoint_Bridge_Pitch2.54mm_Drill1.0mm 32 | wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm 33 | test point wire loop 34 | 0 35 | 2 36 | 1 37 | TestPoint 38 | TestPoint_Bridge_Pitch2.54mm_Drill1.3mm 39 | wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm 40 | test point wire loop 41 | 0 42 | 2 43 | 1 44 | TestPoint 45 | TestPoint_Bridge_Pitch3.81mm_Drill1.3mm 46 | wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm 47 | test point wire loop 48 | 0 49 | 2 50 | 1 51 | TestPoint 52 | TestPoint_Bridge_Pitch5.08mm_Drill0.7mm 53 | wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm 54 | test point wire loop 55 | 0 56 | 2 57 | 1 58 | TestPoint 59 | TestPoint_Bridge_Pitch5.08mm_Drill1.3mm 60 | wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm 61 | test point wire loop 62 | 0 63 | 2 64 | 1 65 | TestPoint 66 | TestPoint_Bridge_Pitch6.35mm_Drill1.3mm 67 | wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm 68 | test point wire loop 69 | 0 70 | 2 71 | 1 72 | TestPoint 73 | TestPoint_Bridge_Pitch7.62mm_Drill1.3mm 74 | wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm 75 | test point wire loop 76 | 0 77 | 2 78 | 1 79 | TestPoint 80 | TestPoint_Keystone_5000-5004_Miniature 81 | Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 82 | Through Hole Mount Test Points 83 | 0 84 | 1 85 | 1 86 | TestPoint 87 | TestPoint_Keystone_5005-5009_Compact 88 | Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 89 | Through Hole Mount Test Points 90 | 0 91 | 1 92 | 1 93 | TestPoint 94 | TestPoint_Keystone_5010-5014_Multipurpose 95 | Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 96 | Through Hole Mount Test Points 97 | 0 98 | 1 99 | 1 100 | TestPoint 101 | TestPoint_Keystone_5015_Micro-Minature 102 | SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 103 | Test Point 104 | 0 105 | 1 106 | 1 107 | TestPoint 108 | TestPoint_Keystone_5019_Minature 109 | SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 110 | Test Point 111 | 0 112 | 1 113 | 1 114 | TestPoint 115 | TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded 116 | wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm 117 | test point wire loop bead 118 | 0 119 | 1 120 | 1 121 | TestPoint 122 | TestPoint_Loop_D2.50mm_Drill1.0mm 123 | wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm 124 | test point wire loop bead 125 | 0 126 | 1 127 | 1 128 | TestPoint 129 | TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile 130 | low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm 131 | test point wire loop bead 132 | 0 133 | 1 134 | 1 135 | TestPoint 136 | TestPoint_Loop_D2.50mm_Drill1.85mm 137 | wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm 138 | test point wire loop bead 139 | 0 140 | 1 141 | 1 142 | TestPoint 143 | TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded 144 | wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm 145 | test point wire loop bead 146 | 0 147 | 1 148 | 1 149 | TestPoint 150 | TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded 151 | wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm 152 | test point wire loop bead 153 | 0 154 | 1 155 | 1 156 | TestPoint 157 | TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded 158 | wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm 159 | test point wire loop bead 160 | 0 161 | 1 162 | 1 163 | TestPoint 164 | TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded 165 | wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm 166 | test point wire loop bead 167 | 0 168 | 1 169 | 1 170 | TestPoint 171 | TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded 172 | wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm 173 | test point wire loop bead 174 | 0 175 | 1 176 | 1 177 | TestPoint 178 | TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded 179 | wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm 180 | test point wire loop bead 181 | 0 182 | 1 183 | 1 184 | TestPoint 185 | TestPoint_Loop_D3.80mm_Drill2.0mm 186 | wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm 187 | test point wire loop bead 188 | 0 189 | 1 190 | 1 191 | TestPoint 192 | TestPoint_Loop_D3.80mm_Drill2.5mm 193 | wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm 194 | test point wire loop bead 195 | 0 196 | 1 197 | 1 198 | TestPoint 199 | TestPoint_Loop_D3.80mm_Drill2.8mm 200 | wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm 201 | test point wire loop bead 202 | 0 203 | 1 204 | 1 205 | TestPoint 206 | TestPoint_Pad_1.0x1.0mm 207 | SMD rectangular pad as test Point, square 1.0mm side length 208 | test point SMD pad rectangle square 209 | 0 210 | 1 211 | 1 212 | TestPoint 213 | TestPoint_Pad_1.5x1.5mm 214 | SMD rectangular pad as test Point, square 1.5mm side length 215 | test point SMD pad rectangle square 216 | 0 217 | 1 218 | 1 219 | TestPoint 220 | TestPoint_Pad_2.0x2.0mm 221 | SMD rectangular pad as test Point, square 2.0mm side length 222 | test point SMD pad rectangle square 223 | 0 224 | 1 225 | 1 226 | TestPoint 227 | TestPoint_Pad_2.5x2.5mm 228 | SMD rectangular pad as test Point, square 2.5mm side length 229 | test point SMD pad rectangle square 230 | 0 231 | 1 232 | 1 233 | TestPoint 234 | TestPoint_Pad_3.0x3.0mm 235 | SMD rectangular pad as test Point, square 3.0mm side length 236 | test point SMD pad rectangle square 237 | 0 238 | 1 239 | 1 240 | TestPoint 241 | TestPoint_Pad_4.0x4.0mm 242 | SMD rectangular pad as test Point, square 4.0mm side length 243 | test point SMD pad rectangle square 244 | 0 245 | 1 246 | 1 247 | TestPoint 248 | TestPoint_Pad_D1.0mm 249 | SMD pad as test Point, diameter 1.0mm 250 | test point SMD pad 251 | 0 252 | 1 253 | 1 254 | TestPoint 255 | TestPoint_Pad_D1.5mm 256 | SMD pad as test Point, diameter 1.5mm 257 | test point SMD pad 258 | 0 259 | 1 260 | 1 261 | TestPoint 262 | TestPoint_Pad_D2.0mm 263 | SMD pad as test Point, diameter 2.0mm 264 | test point SMD pad 265 | 0 266 | 1 267 | 1 268 | TestPoint 269 | TestPoint_Pad_D2.5mm 270 | SMD pad as test Point, diameter 2.5mm 271 | test point SMD pad 272 | 0 273 | 1 274 | 1 275 | TestPoint 276 | TestPoint_Pad_D3.0mm 277 | SMD pad as test Point, diameter 3.0mm 278 | test point SMD pad 279 | 0 280 | 1 281 | 1 282 | TestPoint 283 | TestPoint_Pad_D4.0mm 284 | SMD pad as test Point, diameter 4.0mm 285 | test point SMD pad 286 | 0 287 | 1 288 | 1 289 | TestPoint 290 | TestPoint_Plated_Hole_D2.0mm 291 | Plated Hole as test Point, diameter 2.0mm 292 | test point plated hole 293 | 0 294 | 1 295 | 1 296 | TestPoint 297 | TestPoint_Plated_Hole_D3.0mm 298 | Plated Hole as test Point, diameter 3.0mm 299 | test point plated hole 300 | 0 301 | 1 302 | 1 303 | TestPoint 304 | TestPoint_Plated_Hole_D4.0mm 305 | Plated Hole as test Point, diameter 4.0mm 306 | test point plated hole 307 | 0 308 | 1 309 | 1 310 | TestPoint 311 | TestPoint_Plated_Hole_D5.0mm 312 | Plated Hole as test Point, diameter 5.0mm 313 | test point plated hole 314 | 0 315 | 1 316 | 1 317 | TestPoint 318 | TestPoint_THTPad_1.0x1.0mm_Drill0.5mm 319 | THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm 320 | test point THT pad rectangle square 321 | 0 322 | 1 323 | 1 324 | TestPoint 325 | TestPoint_THTPad_1.5x1.5mm_Drill0.7mm 326 | THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm 327 | test point THT pad rectangle square 328 | 0 329 | 1 330 | 1 331 | TestPoint 332 | TestPoint_THTPad_2.0x2.0mm_Drill1.0mm 333 | THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm 334 | test point THT pad rectangle square 335 | 0 336 | 1 337 | 1 338 | TestPoint 339 | TestPoint_THTPad_2.5x2.5mm_Drill1.2mm 340 | THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm 341 | test point THT pad rectangle square 342 | 0 343 | 1 344 | 1 345 | TestPoint 346 | TestPoint_THTPad_3.0x3.0mm_Drill1.5mm 347 | THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm 348 | test point THT pad rectangle square 349 | 0 350 | 1 351 | 1 352 | TestPoint 353 | TestPoint_THTPad_4.0x4.0mm_Drill2.0mm 354 | THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm 355 | test point THT pad rectangle square 356 | 0 357 | 1 358 | 1 359 | TestPoint 360 | TestPoint_THTPad_D1.0mm_Drill0.5mm 361 | THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm 362 | test point THT pad 363 | 0 364 | 1 365 | 1 366 | TestPoint 367 | TestPoint_THTPad_D1.5mm_Drill0.7mm 368 | THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm 369 | test point THT pad 370 | 0 371 | 1 372 | 1 373 | TestPoint 374 | TestPoint_THTPad_D2.0mm_Drill1.0mm 375 | THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm 376 | test point THT pad 377 | 0 378 | 1 379 | 1 380 | TestPoint 381 | TestPoint_THTPad_D2.5mm_Drill1.2mm 382 | THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm 383 | test point THT pad 384 | 0 385 | 1 386 | 1 387 | TestPoint 388 | TestPoint_THTPad_D3.0mm_Drill1.5mm 389 | THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm 390 | test point THT pad 391 | 0 392 | 1 393 | 1 394 | TestPoint 395 | TestPoint_THTPad_D4.0mm_Drill2.0mm 396 | THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm 397 | test point THT pad 398 | 0 399 | 1 400 | 1 401 | -------------------------------------------------------------------------------- /gerbers/patchloop.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hennichodernich/patchloop/182f5a64fff387d5c60a3d0df94a3ea7f04d68b8/gerbers/patchloop.zip -------------------------------------------------------------------------------- /gerbers/patchloop2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hennichodernich/patchloop/182f5a64fff387d5c60a3d0df94a3ea7f04d68b8/gerbers/patchloop2.zip -------------------------------------------------------------------------------- /patchloop.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.6 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 8, 37 | 9, 38 | 10, 39 | 11, 40 | 12, 41 | 13, 42 | 14, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36 64 | ], 65 | "visible_layers": "ffdffff_ffffffff", 66 | "zone_display_mode": 0 67 | }, 68 | "meta": { 69 | "filename": "patchloop.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /patchloop.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.09999999999999999, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.09999999999999999, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 0.76, 37 | "height": 1.5, 38 | "width": 1.5 39 | }, 40 | "silk_line_width": 0.09999999999999999, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 0.7999999999999999, 43 | "silk_text_size_v": 0.7999999999999999, 44 | "silk_text_thickness": 0.09999999999999999, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": true, 48 | "min_clearance": 0.25 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "filename": "board_design_settings.json", 55 | "version": 2 56 | }, 57 | "rule_severities": { 58 | "annular_width": "error", 59 | "clearance": "error", 60 | "copper_edge_clearance": "error", 61 | "courtyards_overlap": "error", 62 | "diff_pair_gap_out_of_range": "error", 63 | "diff_pair_uncoupled_length_too_long": "error", 64 | "drill_out_of_range": "error", 65 | "duplicate_footprints": "warning", 66 | "extra_footprint": "warning", 67 | "footprint_type_mismatch": "error", 68 | "hole_clearance": "error", 69 | "hole_near_hole": "error", 70 | "invalid_outline": "error", 71 | "item_on_disabled_layer": "error", 72 | "items_not_allowed": "error", 73 | "length_out_of_range": "error", 74 | "malformed_courtyard": "error", 75 | "microvia_drill_out_of_range": "error", 76 | "missing_courtyard": "ignore", 77 | "missing_footprint": "warning", 78 | "net_conflict": "warning", 79 | "npth_inside_courtyard": "ignore", 80 | "padstack": "error", 81 | "pth_inside_courtyard": "ignore", 82 | "shorting_items": "error", 83 | "silk_over_copper": "warning", 84 | "silk_overlap": "warning", 85 | "skew_out_of_range": "error", 86 | "through_hole_pad_without_hole": "error", 87 | "too_many_vias": "error", 88 | "track_dangling": "warning", 89 | "track_width": "error", 90 | "tracks_crossing": "error", 91 | "unconnected_items": "error", 92 | "unresolved_variable": "error", 93 | "via_dangling": "warning", 94 | "zone_has_empty_net": "error", 95 | "zones_intersect": "error" 96 | }, 97 | "rule_severitieslegacy_courtyards_overlap": true, 98 | "rule_severitieslegacy_no_courtyard_defined": false, 99 | "rules": { 100 | "allow_blind_buried_vias": false, 101 | "allow_microvias": false, 102 | "max_error": 0.005, 103 | "min_clearance": 0.0, 104 | "min_copper_edge_clearance": 0.0, 105 | "min_hole_clearance": 0.25, 106 | "min_hole_to_hole": 0.25, 107 | "min_microvia_diameter": 0.19999999999999998, 108 | "min_microvia_drill": 0.09999999999999999, 109 | "min_silk_clearance": 0.0, 110 | "min_through_hole_diameter": 0.19999999999999998, 111 | "min_track_width": 0.09999999999999999, 112 | "min_via_annular_width": 0.049999999999999996, 113 | "min_via_diameter": 0.44999999999999996, 114 | "use_height_for_length_calcs": true 115 | }, 116 | "track_widths": [ 117 | 0.0, 118 | 0.1, 119 | 0.2, 120 | 0.5 121 | ], 122 | "via_dimensions": [ 123 | { 124 | "diameter": 0.0, 125 | "drill": 0.0 126 | }, 127 | { 128 | "diameter": 0.45, 129 | "drill": 0.2 130 | }, 131 | { 132 | "diameter": 0.8, 133 | "drill": 0.4 134 | } 135 | ], 136 | "zones_allow_external_fillets": false, 137 | "zones_use_no_outline": true 138 | }, 139 | "layer_presets": [] 140 | }, 141 | "boards": [], 142 | "cvpcb": { 143 | "equivalence_files": [] 144 | }, 145 | "erc": { 146 | "erc_exclusions": [], 147 | "meta": { 148 | "version": 0 149 | }, 150 | "pin_map": [ 151 | [ 152 | 0, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 0, 158 | 1, 159 | 0, 160 | 0, 161 | 0, 162 | 0, 163 | 2 164 | ], 165 | [ 166 | 0, 167 | 2, 168 | 0, 169 | 1, 170 | 0, 171 | 0, 172 | 1, 173 | 0, 174 | 2, 175 | 2, 176 | 2, 177 | 2 178 | ], 179 | [ 180 | 0, 181 | 0, 182 | 0, 183 | 0, 184 | 0, 185 | 0, 186 | 1, 187 | 0, 188 | 1, 189 | 0, 190 | 1, 191 | 2 192 | ], 193 | [ 194 | 0, 195 | 1, 196 | 0, 197 | 0, 198 | 0, 199 | 0, 200 | 1, 201 | 1, 202 | 2, 203 | 1, 204 | 1, 205 | 2 206 | ], 207 | [ 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 0, 214 | 1, 215 | 0, 216 | 0, 217 | 0, 218 | 0, 219 | 2 220 | ], 221 | [ 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 0, 228 | 0, 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 2 234 | ], 235 | [ 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 1, 241 | 0, 242 | 1, 243 | 1, 244 | 1, 245 | 1, 246 | 1, 247 | 2 248 | ], 249 | [ 250 | 0, 251 | 0, 252 | 0, 253 | 1, 254 | 0, 255 | 0, 256 | 1, 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 2 262 | ], 263 | [ 264 | 0, 265 | 2, 266 | 1, 267 | 2, 268 | 0, 269 | 0, 270 | 1, 271 | 0, 272 | 2, 273 | 2, 274 | 2, 275 | 2 276 | ], 277 | [ 278 | 0, 279 | 2, 280 | 0, 281 | 1, 282 | 0, 283 | 0, 284 | 1, 285 | 0, 286 | 2, 287 | 0, 288 | 0, 289 | 2 290 | ], 291 | [ 292 | 0, 293 | 2, 294 | 1, 295 | 1, 296 | 0, 297 | 0, 298 | 1, 299 | 0, 300 | 2, 301 | 0, 302 | 0, 303 | 2 304 | ], 305 | [ 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2, 312 | 2, 313 | 2, 314 | 2, 315 | 2, 316 | 2, 317 | 2 318 | ] 319 | ], 320 | "rule_severities": { 321 | "bus_definition_conflict": "error", 322 | "bus_entry_needed": "error", 323 | "bus_label_syntax": "error", 324 | "bus_to_bus_conflict": "error", 325 | "bus_to_net_conflict": "error", 326 | "different_unit_footprint": "error", 327 | "different_unit_net": "error", 328 | "duplicate_reference": "error", 329 | "duplicate_sheet_names": "error", 330 | "extra_units": "error", 331 | "global_label_dangling": "warning", 332 | "hier_label_mismatch": "error", 333 | "label_dangling": "error", 334 | "lib_symbol_issues": "warning", 335 | "multiple_net_names": "warning", 336 | "net_not_bus_member": "warning", 337 | "no_connect_connected": "warning", 338 | "no_connect_dangling": "warning", 339 | "pin_not_connected": "error", 340 | "pin_not_driven": "error", 341 | "pin_to_pin": "warning", 342 | "power_pin_not_driven": "error", 343 | "similar_labels": "warning", 344 | "unannotated": "error", 345 | "unit_value_mismatch": "error", 346 | "unresolved_variable": "error", 347 | "wire_dangling": "error" 348 | } 349 | }, 350 | "libraries": { 351 | "pinned_footprint_libs": [], 352 | "pinned_symbol_libs": [] 353 | }, 354 | "meta": { 355 | "filename": "patchloop.kicad_pro", 356 | "version": 1 357 | }, 358 | "net_settings": { 359 | "classes": [ 360 | { 361 | "bus_width": 12.0, 362 | "clearance": 0.25, 363 | "diff_pair_gap": 0.25, 364 | "diff_pair_via_gap": 0.25, 365 | "diff_pair_width": 0.25, 366 | "line_style": 0, 367 | "microvia_diameter": 0.8, 368 | "microvia_drill": 0.4, 369 | "name": "Default", 370 | "pcb_color": "rgba(0, 0, 0, 0.000)", 371 | "schematic_color": "rgba(0, 0, 0, 0.000)", 372 | "track_width": 0.25, 373 | "via_diameter": 0.8, 374 | "via_drill": 0.4, 375 | "wire_width": 6.0 376 | }, 377 | { 378 | "bus_width": 12.0, 379 | "clearance": 0.1, 380 | "diff_pair_gap": 0.12, 381 | "diff_pair_via_gap": 0.25, 382 | "diff_pair_width": 0.12, 383 | "line_style": 0, 384 | "microvia_diameter": 0.45, 385 | "microvia_drill": 0.2, 386 | "name": "Min", 387 | "nets": [], 388 | "pcb_color": "rgba(0, 0, 0, 0.000)", 389 | "schematic_color": "rgba(0, 0, 0, 0.000)", 390 | "track_width": 0.1, 391 | "via_diameter": 0.45, 392 | "via_drill": 0.2, 393 | "wire_width": 6.0 394 | } 395 | ], 396 | "meta": { 397 | "version": 2 398 | }, 399 | "net_colors": null 400 | }, 401 | "pcbnew": { 402 | "last_paths": { 403 | "gencad": "", 404 | "idf": "", 405 | "netlist": "", 406 | "specctra_dsn": "", 407 | "step": "", 408 | "vrml": "" 409 | }, 410 | "page_layout_descr_file": "default.kicad_wks" 411 | }, 412 | "schematic": { 413 | "annotate_start_num": 0, 414 | "drawing": { 415 | "default_line_thickness": 6.0, 416 | "default_text_size": 50.0, 417 | "field_names": [], 418 | "intersheets_ref_own_page": false, 419 | "intersheets_ref_prefix": "", 420 | "intersheets_ref_short": false, 421 | "intersheets_ref_show": false, 422 | "intersheets_ref_suffix": "", 423 | "junction_size_choice": 3, 424 | "label_size_ratio": 0.25, 425 | "pin_symbol_size": 25.0, 426 | "text_offset_ratio": 0.08 427 | }, 428 | "legacy_lib_dir": "", 429 | "legacy_lib_list": [], 430 | "meta": { 431 | "version": 1 432 | }, 433 | "net_format_name": "", 434 | "ngspice": { 435 | "fix_include_paths": true, 436 | "fix_passive_vals": false, 437 | "meta": { 438 | "version": 0 439 | }, 440 | "model_mode": 0, 441 | "workbook_filename": "" 442 | }, 443 | "page_layout_descr_file": "default.kicad_wks", 444 | "plot_directory": "", 445 | "spice_adjust_passive_values": false, 446 | "spice_external_command": "spice \"%I\"", 447 | "subpart_first_id": 65, 448 | "subpart_id_separator": 0 449 | }, 450 | "sheets": [ 451 | [ 452 | "47fd6ef0-9b0f-407c-8903-667fd321448d", 453 | "" 454 | ] 455 | ], 456 | "text_variables": {} 457 | } 458 | -------------------------------------------------------------------------------- /patchloop.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20211123) (generator eeschema) 2 | 3 | (uuid 47fd6ef0-9b0f-407c-8903-667fd321448d) 4 | 5 | (paper "A4") 6 | 7 | (title_block 8 | (title "PatchLoop") 9 | (date "2023-02-25") 10 | (rev "1.0") 11 | (company "Henning Paul DC4HP ") 12 | (comment 1 "License: CC BY-SA 3.0") 13 | ) 14 | 15 | (lib_symbols 16 | (symbol "Connector:8P8C" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 17 | (property "Reference" "J" (id 0) (at -5.08 13.97 0) 18 | (effects (font (size 1.27 1.27)) (justify right)) 19 | ) 20 | (property "Value" "8P8C" (id 1) (at 2.54 13.97 0) 21 | (effects (font (size 1.27 1.27)) (justify left)) 22 | ) 23 | (property "Footprint" "" (id 2) (at 0 0.635 90) 24 | (effects (font (size 1.27 1.27)) hide) 25 | ) 26 | (property "Datasheet" "~" (id 3) (at 0 0.635 90) 27 | (effects (font (size 1.27 1.27)) hide) 28 | ) 29 | (property "ki_keywords" "8P8C RJ female connector" (id 4) (at 0 0 0) 30 | (effects (font (size 1.27 1.27)) hide) 31 | ) 32 | (property "ki_description" "RJ connector, 8P8C (8 positions 8 connected), RJ31/RJ32/RJ33/RJ34/RJ35/RJ41/RJ45/RJ49/RJ61" (id 5) (at 0 0 0) 33 | (effects (font (size 1.27 1.27)) hide) 34 | ) 35 | (property "ki_fp_filters" "8P8C* RJ31* RJ32* RJ33* RJ34* RJ35* RJ41* RJ45* RJ49* RJ61*" (id 6) (at 0 0 0) 36 | (effects (font (size 1.27 1.27)) hide) 37 | ) 38 | (symbol "8P8C_0_1" 39 | (polyline 40 | (pts 41 | (xy -5.08 4.445) 42 | (xy -6.35 4.445) 43 | ) 44 | (stroke (width 0) (type default) (color 0 0 0 0)) 45 | (fill (type none)) 46 | ) 47 | (polyline 48 | (pts 49 | (xy -5.08 5.715) 50 | (xy -6.35 5.715) 51 | ) 52 | (stroke (width 0) (type default) (color 0 0 0 0)) 53 | (fill (type none)) 54 | ) 55 | (polyline 56 | (pts 57 | (xy -6.35 -3.175) 58 | (xy -5.08 -3.175) 59 | (xy -5.08 -3.175) 60 | ) 61 | (stroke (width 0) (type default) (color 0 0 0 0)) 62 | (fill (type none)) 63 | ) 64 | (polyline 65 | (pts 66 | (xy -6.35 -1.905) 67 | (xy -5.08 -1.905) 68 | (xy -5.08 -1.905) 69 | ) 70 | (stroke (width 0) (type default) (color 0 0 0 0)) 71 | (fill (type none)) 72 | ) 73 | (polyline 74 | (pts 75 | (xy -6.35 -0.635) 76 | (xy -5.08 -0.635) 77 | (xy -5.08 -0.635) 78 | ) 79 | (stroke (width 0) (type default) (color 0 0 0 0)) 80 | (fill (type none)) 81 | ) 82 | (polyline 83 | (pts 84 | (xy -6.35 0.635) 85 | (xy -5.08 0.635) 86 | (xy -5.08 0.635) 87 | ) 88 | (stroke (width 0) (type default) (color 0 0 0 0)) 89 | (fill (type none)) 90 | ) 91 | (polyline 92 | (pts 93 | (xy -6.35 1.905) 94 | (xy -5.08 1.905) 95 | (xy -5.08 1.905) 96 | ) 97 | (stroke (width 0) (type default) (color 0 0 0 0)) 98 | (fill (type none)) 99 | ) 100 | (polyline 101 | (pts 102 | (xy -5.08 3.175) 103 | (xy -6.35 3.175) 104 | (xy -6.35 3.175) 105 | ) 106 | (stroke (width 0) (type default) (color 0 0 0 0)) 107 | (fill (type none)) 108 | ) 109 | (polyline 110 | (pts 111 | (xy -6.35 -4.445) 112 | (xy -6.35 6.985) 113 | (xy 3.81 6.985) 114 | (xy 3.81 4.445) 115 | (xy 5.08 4.445) 116 | (xy 5.08 3.175) 117 | (xy 6.35 3.175) 118 | (xy 6.35 -0.635) 119 | (xy 5.08 -0.635) 120 | (xy 5.08 -1.905) 121 | (xy 3.81 -1.905) 122 | (xy 3.81 -4.445) 123 | (xy -6.35 -4.445) 124 | (xy -6.35 -4.445) 125 | ) 126 | (stroke (width 0) (type default) (color 0 0 0 0)) 127 | (fill (type none)) 128 | ) 129 | (rectangle (start 7.62 12.7) (end -7.62 -10.16) 130 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 131 | (fill (type background)) 132 | ) 133 | ) 134 | (symbol "8P8C_1_1" 135 | (pin passive line (at 10.16 -7.62 180) (length 2.54) 136 | (name "~" (effects (font (size 1.27 1.27)))) 137 | (number "1" (effects (font (size 1.27 1.27)))) 138 | ) 139 | (pin passive line (at 10.16 -5.08 180) (length 2.54) 140 | (name "~" (effects (font (size 1.27 1.27)))) 141 | (number "2" (effects (font (size 1.27 1.27)))) 142 | ) 143 | (pin passive line (at 10.16 -2.54 180) (length 2.54) 144 | (name "~" (effects (font (size 1.27 1.27)))) 145 | (number "3" (effects (font (size 1.27 1.27)))) 146 | ) 147 | (pin passive line (at 10.16 0 180) (length 2.54) 148 | (name "~" (effects (font (size 1.27 1.27)))) 149 | (number "4" (effects (font (size 1.27 1.27)))) 150 | ) 151 | (pin passive line (at 10.16 2.54 180) (length 2.54) 152 | (name "~" (effects (font (size 1.27 1.27)))) 153 | (number "5" (effects (font (size 1.27 1.27)))) 154 | ) 155 | (pin passive line (at 10.16 5.08 180) (length 2.54) 156 | (name "~" (effects (font (size 1.27 1.27)))) 157 | (number "6" (effects (font (size 1.27 1.27)))) 158 | ) 159 | (pin passive line (at 10.16 7.62 180) (length 2.54) 160 | (name "~" (effects (font (size 1.27 1.27)))) 161 | (number "7" (effects (font (size 1.27 1.27)))) 162 | ) 163 | (pin passive line (at 10.16 10.16 180) (length 2.54) 164 | (name "~" (effects (font (size 1.27 1.27)))) 165 | (number "8" (effects (font (size 1.27 1.27)))) 166 | ) 167 | ) 168 | ) 169 | (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 170 | (property "Reference" "J" (id 0) (at 0.254 3.048 0) 171 | (effects (font (size 1.27 1.27))) 172 | ) 173 | (property "Value" "Conn_Coaxial" (id 1) (at 2.921 0 90) 174 | (effects (font (size 1.27 1.27))) 175 | ) 176 | (property "Footprint" "" (id 2) (at 0 0 0) 177 | (effects (font (size 1.27 1.27)) hide) 178 | ) 179 | (property "Datasheet" " ~" (id 3) (at 0 0 0) 180 | (effects (font (size 1.27 1.27)) hide) 181 | ) 182 | (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (id 4) (at 0 0 0) 183 | (effects (font (size 1.27 1.27)) hide) 184 | ) 185 | (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (id 5) (at 0 0 0) 186 | (effects (font (size 1.27 1.27)) hide) 187 | ) 188 | (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (id 6) (at 0 0 0) 189 | (effects (font (size 1.27 1.27)) hide) 190 | ) 191 | (symbol "Conn_Coaxial_0_1" 192 | (arc (start -1.778 -0.508) (mid 0.2311 -1.8066) (end 1.778 0) 193 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 194 | (fill (type none)) 195 | ) 196 | (polyline 197 | (pts 198 | (xy -2.54 0) 199 | (xy -0.508 0) 200 | ) 201 | (stroke (width 0) (type default) (color 0 0 0 0)) 202 | (fill (type none)) 203 | ) 204 | (polyline 205 | (pts 206 | (xy 0 -2.54) 207 | (xy 0 -1.778) 208 | ) 209 | (stroke (width 0) (type default) (color 0 0 0 0)) 210 | (fill (type none)) 211 | ) 212 | (circle (center 0 0) (radius 0.508) 213 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 214 | (fill (type none)) 215 | ) 216 | (arc (start 1.778 0) (mid 0.2099 1.8101) (end -1.778 0.508) 217 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 218 | (fill (type none)) 219 | ) 220 | ) 221 | (symbol "Conn_Coaxial_1_1" 222 | (pin passive line (at -5.08 0 0) (length 2.54) 223 | (name "In" (effects (font (size 1.27 1.27)))) 224 | (number "1" (effects (font (size 1.27 1.27)))) 225 | ) 226 | (pin passive line (at 0 -5.08 90) (length 2.54) 227 | (name "Ext" (effects (font (size 1.27 1.27)))) 228 | (number "2" (effects (font (size 1.27 1.27)))) 229 | ) 230 | ) 231 | ) 232 | (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) 233 | (property "Reference" "TP" (id 0) (at 0 6.858 0) 234 | (effects (font (size 1.27 1.27))) 235 | ) 236 | (property "Value" "TestPoint" (id 1) (at 0 5.08 0) 237 | (effects (font (size 1.27 1.27))) 238 | ) 239 | (property "Footprint" "" (id 2) (at 5.08 0 0) 240 | (effects (font (size 1.27 1.27)) hide) 241 | ) 242 | (property "Datasheet" "~" (id 3) (at 5.08 0 0) 243 | (effects (font (size 1.27 1.27)) hide) 244 | ) 245 | (property "ki_keywords" "test point tp" (id 4) (at 0 0 0) 246 | (effects (font (size 1.27 1.27)) hide) 247 | ) 248 | (property "ki_description" "test point" (id 5) (at 0 0 0) 249 | (effects (font (size 1.27 1.27)) hide) 250 | ) 251 | (property "ki_fp_filters" "Pin* Test*" (id 6) (at 0 0 0) 252 | (effects (font (size 1.27 1.27)) hide) 253 | ) 254 | (symbol "TestPoint_0_1" 255 | (circle (center 0 3.302) (radius 0.762) 256 | (stroke (width 0) (type default) (color 0 0 0 0)) 257 | (fill (type none)) 258 | ) 259 | ) 260 | (symbol "TestPoint_1_1" 261 | (pin passive line (at 0 0 90) (length 2.54) 262 | (name "1" (effects (font (size 1.27 1.27)))) 263 | (number "1" (effects (font (size 1.27 1.27)))) 264 | ) 265 | ) 266 | ) 267 | (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 268 | (property "Reference" "H" (id 0) (at 0 6.35 0) 269 | (effects (font (size 1.27 1.27))) 270 | ) 271 | (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) 272 | (effects (font (size 1.27 1.27))) 273 | ) 274 | (property "Footprint" "" (id 2) (at 0 0 0) 275 | (effects (font (size 1.27 1.27)) hide) 276 | ) 277 | (property "Datasheet" "~" (id 3) (at 0 0 0) 278 | (effects (font (size 1.27 1.27)) hide) 279 | ) 280 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 281 | (effects (font (size 1.27 1.27)) hide) 282 | ) 283 | (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) 284 | (effects (font (size 1.27 1.27)) hide) 285 | ) 286 | (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) 287 | (effects (font (size 1.27 1.27)) hide) 288 | ) 289 | (symbol "MountingHole_Pad_0_1" 290 | (circle (center 0 1.27) (radius 1.27) 291 | (stroke (width 1.27) (type default) (color 0 0 0 0)) 292 | (fill (type none)) 293 | ) 294 | ) 295 | (symbol "MountingHole_Pad_1_1" 296 | (pin input line (at 0 -2.54 90) (length 2.54) 297 | (name "1" (effects (font (size 1.27 1.27)))) 298 | (number "1" (effects (font (size 1.27 1.27)))) 299 | ) 300 | ) 301 | ) 302 | (symbol "adrf:ETC4-1-2" (pin_names hide) (in_bom yes) (on_board yes) 303 | (property "Reference" "TR" (id 0) (at 0 6.35 0) 304 | (effects (font (size 1.27 1.27))) 305 | ) 306 | (property "Value" "ETC4-1-2" (id 1) (at 0 -6.985 0) 307 | (effects (font (size 1.27 1.27))) 308 | ) 309 | (property "Footprint" "Transformer_SMD:Transformer_MACOM_SM-22" (id 2) (at 0 -8.89 0) 310 | (effects (font (size 1.27 1.27)) hide) 311 | ) 312 | (property "Datasheet" "https://cdn.macom.com/datasheets/ETC4-1-2-TR.pdf" (id 3) (at 0 0 0) 313 | (effects (font (size 1.27 1.27)) hide) 314 | ) 315 | (property "ki_keywords" "Mini-Circuits RF Transformer" (id 4) (at 0 0 0) 316 | (effects (font (size 1.27 1.27)) hide) 317 | ) 318 | (property "ki_description" "0.005-125MHz 1:1 RF Transformer, Unbalanced to Balanced Center Tap, CD542" (id 5) (at 0 0 0) 319 | (effects (font (size 1.27 1.27)) hide) 320 | ) 321 | (property "ki_fp_filters" "Mini?Circuits*CD542*" (id 6) (at 0 0 0) 322 | (effects (font (size 1.27 1.27)) hide) 323 | ) 324 | (symbol "ETC4-1-2_0_1" 325 | (circle (center -3.81 3.81) (radius 0.635) 326 | (stroke (width 0) (type default) (color 0 0 0 0)) 327 | (fill (type outline)) 328 | ) 329 | (arc (start -1.524 -3.048) (mid -0.762 -2.286) (end -1.524 -1.524) 330 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 331 | (fill (type none)) 332 | ) 333 | (arc (start -1.524 -1.524) (mid -0.762 -0.762) (end -1.524 0) 334 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 335 | (fill (type none)) 336 | ) 337 | (arc (start -1.524 0) (mid -0.762 0.762) (end -1.524 1.524) 338 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 339 | (fill (type none)) 340 | ) 341 | (arc (start -1.524 1.524) (mid -0.762 2.286) (end -1.524 3.048) 342 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 343 | (fill (type none)) 344 | ) 345 | (polyline 346 | (pts 347 | (xy 2.54 0) 348 | (xy 1.27 0) 349 | ) 350 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 351 | (fill (type none)) 352 | ) 353 | (polyline 354 | (pts 355 | (xy -2.54 5.08) 356 | (xy -1.524 5.08) 357 | (xy -1.524 3.048) 358 | ) 359 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 360 | (fill (type none)) 361 | ) 362 | (polyline 363 | (pts 364 | (xy -1.524 -3.048) 365 | (xy -1.524 -5.08) 366 | (xy -2.54 -5.08) 367 | ) 368 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 369 | (fill (type none)) 370 | ) 371 | (polyline 372 | (pts 373 | (xy 1.524 3.048) 374 | (xy 1.524 5.08) 375 | (xy 2.54 5.08) 376 | ) 377 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 378 | (fill (type none)) 379 | ) 380 | (polyline 381 | (pts 382 | (xy 2.54 -5.08) 383 | (xy 1.524 -5.08) 384 | (xy 1.524 -3.048) 385 | ) 386 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 387 | (fill (type none)) 388 | ) 389 | (arc (start 1.524 -1.524) (mid 0.762 -2.286) (end 1.524 -3.048) 390 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 391 | (fill (type none)) 392 | ) 393 | (arc (start 1.524 0) (mid 0.762 -0.762) (end 1.524 -1.524) 394 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 395 | (fill (type none)) 396 | ) 397 | (arc (start 1.524 1.524) (mid 0.762 0.762) (end 1.524 0) 398 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 399 | (fill (type none)) 400 | ) 401 | (arc (start 1.524 3.048) (mid 0.762 2.286) (end 1.524 1.524) 402 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 403 | (fill (type none)) 404 | ) 405 | (circle (center 3.81 3.81) (radius 0.635) 406 | (stroke (width 0) (type default) (color 0 0 0 0)) 407 | (fill (type outline)) 408 | ) 409 | ) 410 | (symbol "ETC4-1-2_1_1" 411 | (pin passive line (at -5.08 5.08 0) (length 2.54) 412 | (name "~" (effects (font (size 1.27 1.27)))) 413 | (number "1" (effects (font (size 1.27 1.27)))) 414 | ) 415 | (pin passive line (at -5.08 -5.08 0) (length 2.54) 416 | (name "~" (effects (font (size 1.27 1.27)))) 417 | (number "2" (effects (font (size 1.27 1.27)))) 418 | ) 419 | (pin passive line (at 5.08 -5.08 180) (length 2.54) 420 | (name "~" (effects (font (size 1.27 1.27)))) 421 | (number "3" (effects (font (size 1.27 1.27)))) 422 | ) 423 | (pin passive line (at 5.08 0 180) (length 2.54) 424 | (name "~" (effects (font (size 1.27 1.27)))) 425 | (number "4" (effects (font (size 1.27 1.27)))) 426 | ) 427 | (pin no_connect line (at -2.54 0 0) (length 2.54) hide 428 | (name "~" (effects (font (size 1.27 1.27)))) 429 | (number "5" (effects (font (size 1.27 1.27)))) 430 | ) 431 | (pin passive line (at 5.08 5.08 180) (length 2.54) 432 | (name "~" (effects (font (size 1.27 1.27)))) 433 | (number "5" (effects (font (size 1.27 1.27)))) 434 | ) 435 | ) 436 | ) 437 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 438 | (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) 439 | (effects (font (size 1.27 1.27)) hide) 440 | ) 441 | (property "Value" "GND" (id 1) (at 0 -3.81 0) 442 | (effects (font (size 1.27 1.27))) 443 | ) 444 | (property "Footprint" "" (id 2) (at 0 0 0) 445 | (effects (font (size 1.27 1.27)) hide) 446 | ) 447 | (property "Datasheet" "" (id 3) (at 0 0 0) 448 | (effects (font (size 1.27 1.27)) hide) 449 | ) 450 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 451 | (effects (font (size 1.27 1.27)) hide) 452 | ) 453 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) 454 | (effects (font (size 1.27 1.27)) hide) 455 | ) 456 | (symbol "GND_0_1" 457 | (polyline 458 | (pts 459 | (xy 0 0) 460 | (xy 0 -1.27) 461 | (xy 1.27 -1.27) 462 | (xy 0 -2.54) 463 | (xy -1.27 -1.27) 464 | (xy 0 -1.27) 465 | ) 466 | (stroke (width 0) (type default) (color 0 0 0 0)) 467 | (fill (type none)) 468 | ) 469 | ) 470 | (symbol "GND_1_1" 471 | (pin power_in line (at 0 0 270) (length 0) hide 472 | (name "GND" (effects (font (size 1.27 1.27)))) 473 | (number "1" (effects (font (size 1.27 1.27)))) 474 | ) 475 | ) 476 | ) 477 | ) 478 | 479 | (junction (at 141.986 36.576) (diameter 0) (color 0 0 0 0) 480 | (uuid 350c32dc-b1c4-4654-82a8-b34b786668d9) 481 | ) 482 | (junction (at 139.446 36.576) (diameter 0) (color 0 0 0 0) 483 | (uuid 3f1bacdc-45d6-44b6-a914-0cbd97a58d35) 484 | ) 485 | (junction (at 129.286 37.338) (diameter 0) (color 0 0 0 0) 486 | (uuid 5c593de7-5352-4424-8f92-5c857d8da8e4) 487 | ) 488 | (junction (at 129.286 51.054) (diameter 0) (color 0 0 0 0) 489 | (uuid 7f9c37ed-b645-48c7-80c4-cd4a5b9b28c6) 490 | ) 491 | (junction (at 139.446 51.054) (diameter 0) (color 0 0 0 0) 492 | (uuid ed7e3707-6ce5-448e-9c2c-1c2df9c3cef7) 493 | ) 494 | 495 | (wire (pts (xy 135.89 58.42) (xy 139.446 58.42)) 496 | (stroke (width 0) (type default) (color 0 0 0 0)) 497 | (uuid 1a7af5c1-1c56-42fd-92b6-b827c96f048c) 498 | ) 499 | (wire (pts (xy 139.446 36.576) (xy 141.986 36.576)) 500 | (stroke (width 0) (type default) (color 0 0 0 0)) 501 | (uuid 2d3c48c6-7bb7-41ff-87ea-43933d262356) 502 | ) 503 | (wire (pts (xy 130.302 72.644) (xy 135.89 72.644)) 504 | (stroke (width 0) (type default) (color 0 0 0 0)) 505 | (uuid 3270a05c-4bc5-4adb-afe4-95d79ce4f5cf) 506 | ) 507 | (wire (pts (xy 206.756 54.356) (xy 206.756 55.626)) 508 | (stroke (width 0) (type default) (color 0 0 0 0)) 509 | (uuid 3cb44eb6-ec7a-49c5-86fe-1c9950063b89) 510 | ) 511 | (wire (pts (xy 130.302 87.884) (xy 131.572 87.884)) 512 | (stroke (width 0) (type default) (color 0 0 0 0)) 513 | (uuid 46d26d8f-5f2e-4c6f-b300-335e234abbb9) 514 | ) 515 | (wire (pts (xy 130.302 77.724) (xy 135.89 77.724)) 516 | (stroke (width 0) (type default) (color 0 0 0 0)) 517 | (uuid 4c831782-5a7f-48a1-a2ff-42f579f3063d) 518 | ) 519 | (wire (pts (xy 134.366 30.226) (xy 129.286 30.226)) 520 | (stroke (width 0) (type default) (color 0 0 0 0)) 521 | (uuid 55ebc428-6502-4537-b765-6b3c730be948) 522 | ) 523 | (wire (pts (xy 139.446 58.42) (xy 139.446 51.054)) 524 | (stroke (width 0) (type default) (color 0 0 0 0)) 525 | (uuid 5a7c4d8b-0934-4d8c-b90e-6ca87c583e6f) 526 | ) 527 | (wire (pts (xy 189.992 36.576) (xy 189.992 37.846)) 528 | (stroke (width 0) (type default) (color 0 0 0 0)) 529 | (uuid 623eba15-d2f9-4477-baac-925bb2ed2719) 530 | ) 531 | (wire (pts (xy 129.286 37.338) (xy 129.286 38.608)) 532 | (stroke (width 0) (type default) (color 0 0 0 0)) 533 | (uuid 64ac0b96-8aef-4adc-a23a-3777306697ce) 534 | ) 535 | (wire (pts (xy 130.302 75.184) (xy 135.89 75.184)) 536 | (stroke (width 0) (type default) (color 0 0 0 0)) 537 | (uuid 70f226cd-4b58-403c-ad2c-25611d1eefbd) 538 | ) 539 | (wire (pts (xy 130.302 85.344) (xy 135.89 85.344)) 540 | (stroke (width 0) (type default) (color 0 0 0 0)) 541 | (uuid 77159323-022d-4c4c-8d3e-7d4845f7149a) 542 | ) 543 | (wire (pts (xy 129.286 30.226) (xy 129.286 37.338)) 544 | (stroke (width 0) (type default) (color 0 0 0 0)) 545 | (uuid 7e388bab-992a-47bd-bcea-15d34ae01ead) 546 | ) 547 | (wire (pts (xy 195.58 42.418) (xy 195.58 43.688)) 548 | (stroke (width 0) (type default) (color 0 0 0 0)) 549 | (uuid 87d85d6e-0b53-425e-b0bb-1d4daf3865b3) 550 | ) 551 | (wire (pts (xy 130.302 82.804) (xy 135.89 82.804)) 552 | (stroke (width 0) (type default) (color 0 0 0 0)) 553 | (uuid 9639e9f6-5e45-41c8-a8a6-cfcbe7ecfe04) 554 | ) 555 | (wire (pts (xy 201.168 48.514) (xy 201.168 49.784)) 556 | (stroke (width 0) (type default) (color 0 0 0 0)) 557 | (uuid 9bc42835-15c2-4ab5-bb22-929081b4841d) 558 | ) 559 | (wire (pts (xy 134.366 48.768) (xy 134.366 52.07)) 560 | (stroke (width 0) (type default) (color 0 0 0 0)) 561 | (uuid 9bffe37d-d59f-47c2-ae9b-d8ddcd360cd1) 562 | ) 563 | (wire (pts (xy 129.286 58.42) (xy 131.572 58.42)) 564 | (stroke (width 0) (type default) (color 0 0 0 0)) 565 | (uuid af075a78-addb-4fc2-878f-694ea3c32f83) 566 | ) 567 | (wire (pts (xy 129.286 58.42) (xy 129.286 51.054)) 568 | (stroke (width 0) (type default) (color 0 0 0 0)) 569 | (uuid c9eec086-7668-4e45-9777-75e91d7476ff) 570 | ) 571 | (wire (pts (xy 131.572 58.42) (xy 131.572 87.884)) 572 | (stroke (width 0) (type default) (color 0 0 0 0)) 573 | (uuid d4c95842-5b5e-4280-80de-b888c7350131) 574 | ) 575 | (wire (pts (xy 139.446 36.576) (xy 139.446 38.608)) 576 | (stroke (width 0) (type default) (color 0 0 0 0)) 577 | (uuid dc5e0789-0fcb-4478-af93-352273633445) 578 | ) 579 | (wire (pts (xy 139.446 35.306) (xy 139.446 36.576)) 580 | (stroke (width 0) (type default) (color 0 0 0 0)) 581 | (uuid ddce0f82-3453-400a-a06d-199a1d6ae52e) 582 | ) 583 | (wire (pts (xy 141.986 36.576) (xy 141.986 36.83)) 584 | (stroke (width 0) (type default) (color 0 0 0 0)) 585 | (uuid e5157485-dda2-4cdf-9e38-7b0c82760ec4) 586 | ) 587 | (wire (pts (xy 129.286 51.054) (xy 129.286 48.768)) 588 | (stroke (width 0) (type default) (color 0 0 0 0)) 589 | (uuid ec0340e8-e10d-4050-856a-9294037ce43b) 590 | ) 591 | (wire (pts (xy 139.446 51.054) (xy 139.446 48.768)) 592 | (stroke (width 0) (type default) (color 0 0 0 0)) 593 | (uuid f1d4be42-ccfa-4a5c-b948-763b3f594077) 594 | ) 595 | (wire (pts (xy 130.302 70.104) (xy 135.89 70.104)) 596 | (stroke (width 0) (type default) (color 0 0 0 0)) 597 | (uuid f866e9b7-6302-480e-badd-eb308b98a703) 598 | ) 599 | (wire (pts (xy 135.89 67.564) (xy 135.89 58.42)) 600 | (stroke (width 0) (type default) (color 0 0 0 0)) 601 | (uuid fd7160db-fda2-475a-ab81-9275a6b80ecf) 602 | ) 603 | (wire (pts (xy 130.302 80.264) (xy 135.89 80.264)) 604 | (stroke (width 0) (type default) (color 0 0 0 0)) 605 | (uuid fee0f9b0-0b9f-41b5-97c0-d1b9c42e7ed5) 606 | ) 607 | 608 | (symbol (lib_id "Connector:TestPoint") (at 129.286 37.338 90) (unit 1) 609 | (in_bom yes) (on_board yes) (fields_autoplaced) 610 | (uuid 01fcd4e4-b32c-4e53-aada-8bbbfeb31828) 611 | (property "Reference" "TP1" (id 0) (at 125.984 33.0032 90)) 612 | (property "Value" "TestPoint" (id 1) (at 125.984 35.5401 90)) 613 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 129.286 32.258 0) 614 | (effects (font (size 1.27 1.27)) hide) 615 | ) 616 | (property "Datasheet" "~" (id 3) (at 129.286 32.258 0) 617 | (effects (font (size 1.27 1.27)) hide) 618 | ) 619 | (pin "1" (uuid 20c4eaa4-4d92-403e-b030-7e89d8d0b712)) 620 | ) 621 | 622 | (symbol (lib_id "Connector:TestPoint") (at 139.446 51.054 270) (unit 1) 623 | (in_bom yes) (on_board yes) (fields_autoplaced) 624 | (uuid 09f34971-38b4-4df1-8403-e71e2392927e) 625 | (property "Reference" "TP3" (id 0) (at 144.145 50.2193 90) 626 | (effects (font (size 1.27 1.27)) (justify left)) 627 | ) 628 | (property "Value" "TestPoint" (id 1) (at 144.145 52.7562 90) 629 | (effects (font (size 1.27 1.27)) (justify left)) 630 | ) 631 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 139.446 56.134 0) 632 | (effects (font (size 1.27 1.27)) hide) 633 | ) 634 | (property "Datasheet" "~" (id 3) (at 139.446 56.134 0) 635 | (effects (font (size 1.27 1.27)) hide) 636 | ) 637 | (pin "1" (uuid 0cebb218-9343-4f03-aa92-d7c5e1117547)) 638 | ) 639 | 640 | (symbol (lib_id "power:GND") (at 201.168 49.784 0) (unit 1) 641 | (in_bom yes) (on_board yes) (fields_autoplaced) 642 | (uuid 4b7d912d-35b6-40fe-ac71-8da20823ea95) 643 | (property "Reference" "#PWR05" (id 0) (at 201.168 56.134 0) 644 | (effects (font (size 1.27 1.27)) hide) 645 | ) 646 | (property "Value" "GND" (id 1) (at 201.168 54.2274 0)) 647 | (property "Footprint" "" (id 2) (at 201.168 49.784 0) 648 | (effects (font (size 1.27 1.27)) hide) 649 | ) 650 | (property "Datasheet" "" (id 3) (at 201.168 49.784 0) 651 | (effects (font (size 1.27 1.27)) hide) 652 | ) 653 | (pin "1" (uuid fa48f42e-d79a-437f-9774-f6520a67b5b6)) 654 | ) 655 | 656 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 195.58 39.878 0) (unit 1) 657 | (in_bom yes) (on_board yes) (fields_autoplaced) 658 | (uuid 586a13db-f286-4faa-8251-8dc013ed4756) 659 | (property "Reference" "H2" (id 0) (at 198.12 37.7733 0) 660 | (effects (font (size 1.27 1.27)) (justify left)) 661 | ) 662 | (property "Value" "MountingHole_Pad" (id 1) (at 198.12 40.3102 0) 663 | (effects (font (size 1.27 1.27)) (justify left)) 664 | ) 665 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 195.58 39.878 0) 666 | (effects (font (size 1.27 1.27)) hide) 667 | ) 668 | (property "Datasheet" "~" (id 3) (at 195.58 39.878 0) 669 | (effects (font (size 1.27 1.27)) hide) 670 | ) 671 | (pin "1" (uuid 7627568f-d5a9-49c7-9030-84b9ac210b87)) 672 | ) 673 | 674 | (symbol (lib_id "power:GND") (at 189.992 37.846 0) (unit 1) 675 | (in_bom yes) (on_board yes) (fields_autoplaced) 676 | (uuid 5c3e0210-ff7a-42f4-8a71-9568a2e5cca8) 677 | (property "Reference" "#PWR03" (id 0) (at 189.992 44.196 0) 678 | (effects (font (size 1.27 1.27)) hide) 679 | ) 680 | (property "Value" "GND" (id 1) (at 189.992 42.2894 0)) 681 | (property "Footprint" "" (id 2) (at 189.992 37.846 0) 682 | (effects (font (size 1.27 1.27)) hide) 683 | ) 684 | (property "Datasheet" "" (id 3) (at 189.992 37.846 0) 685 | (effects (font (size 1.27 1.27)) hide) 686 | ) 687 | (pin "1" (uuid 08b3a41a-26f2-47ef-867a-2465cc40fe2e)) 688 | ) 689 | 690 | (symbol (lib_id "power:GND") (at 206.756 55.626 0) (unit 1) 691 | (in_bom yes) (on_board yes) (fields_autoplaced) 692 | (uuid 763be4a3-0836-4500-90e6-23b68c703cc7) 693 | (property "Reference" "#PWR06" (id 0) (at 206.756 61.976 0) 694 | (effects (font (size 1.27 1.27)) hide) 695 | ) 696 | (property "Value" "GND" (id 1) (at 206.756 60.0694 0)) 697 | (property "Footprint" "" (id 2) (at 206.756 55.626 0) 698 | (effects (font (size 1.27 1.27)) hide) 699 | ) 700 | (property "Datasheet" "" (id 3) (at 206.756 55.626 0) 701 | (effects (font (size 1.27 1.27)) hide) 702 | ) 703 | (pin "1" (uuid a24e51a5-c14d-428e-b0ef-08d3305c2093)) 704 | ) 705 | 706 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 201.168 45.974 0) (unit 1) 707 | (in_bom yes) (on_board yes) (fields_autoplaced) 708 | (uuid 78b524c2-3dc9-4308-a448-a715149ff4fa) 709 | (property "Reference" "H3" (id 0) (at 203.708 43.8693 0) 710 | (effects (font (size 1.27 1.27)) (justify left)) 711 | ) 712 | (property "Value" "MountingHole_Pad" (id 1) (at 203.708 46.4062 0) 713 | (effects (font (size 1.27 1.27)) (justify left)) 714 | ) 715 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 201.168 45.974 0) 716 | (effects (font (size 1.27 1.27)) hide) 717 | ) 718 | (property "Datasheet" "~" (id 3) (at 201.168 45.974 0) 719 | (effects (font (size 1.27 1.27)) hide) 720 | ) 721 | (pin "1" (uuid a24c53e0-c727-4357-b4cc-a82af210a06f)) 722 | ) 723 | 724 | (symbol (lib_id "Connector:Conn_Coaxial") (at 139.446 30.226 0) (unit 1) 725 | (in_bom yes) (on_board yes) (fields_autoplaced) 726 | (uuid 830f6fb0-176a-4b3c-964d-232131e2e8d9) 727 | (property "Reference" "J2" (id 0) (at 141.986 29.6845 0) 728 | (effects (font (size 1.27 1.27)) (justify left)) 729 | ) 730 | (property "Value" "Conn_Coaxial" (id 1) (at 141.986 32.2214 0) 731 | (effects (font (size 1.27 1.27)) (justify left)) 732 | ) 733 | (property "Footprint" "Connector_Coaxial:SMA_Amphenol_901-143_Horizontal" (id 2) (at 139.446 30.226 0) 734 | (effects (font (size 1.27 1.27)) hide) 735 | ) 736 | (property "Datasheet" " ~" (id 3) (at 139.446 30.226 0) 737 | (effects (font (size 1.27 1.27)) hide) 738 | ) 739 | (pin "1" (uuid 1d4fd20b-e908-4e78-ab3b-f5b587dfa5b1)) 740 | (pin "2" (uuid f11581a0-0ea2-41e4-8ef2-268dbf47cae1)) 741 | ) 742 | 743 | (symbol (lib_id "power:GND") (at 141.986 36.83 0) (unit 1) 744 | (in_bom yes) (on_board yes) (fields_autoplaced) 745 | (uuid 8da0c792-40b1-441b-ae76-52b8e8384d49) 746 | (property "Reference" "#PWR02" (id 0) (at 141.986 43.18 0) 747 | (effects (font (size 1.27 1.27)) hide) 748 | ) 749 | (property "Value" "GND" (id 1) (at 141.986 41.2734 0)) 750 | (property "Footprint" "" (id 2) (at 141.986 36.83 0) 751 | (effects (font (size 1.27 1.27)) hide) 752 | ) 753 | (property "Datasheet" "" (id 3) (at 141.986 36.83 0) 754 | (effects (font (size 1.27 1.27)) hide) 755 | ) 756 | (pin "1" (uuid 1b78a922-fcf3-414b-8ab4-39e86e90a8c0)) 757 | ) 758 | 759 | (symbol (lib_id "power:GND") (at 134.366 52.07 0) (unit 1) 760 | (in_bom yes) (on_board yes) (fields_autoplaced) 761 | (uuid 9e5dcb15-e369-4583-ab8c-0b849a5ffd08) 762 | (property "Reference" "#PWR01" (id 0) (at 134.366 58.42 0) 763 | (effects (font (size 1.27 1.27)) hide) 764 | ) 765 | (property "Value" "GND" (id 1) (at 134.366 56.5134 0)) 766 | (property "Footprint" "" (id 2) (at 134.366 52.07 0) 767 | (effects (font (size 1.27 1.27)) hide) 768 | ) 769 | (property "Datasheet" "" (id 3) (at 134.366 52.07 0) 770 | (effects (font (size 1.27 1.27)) hide) 771 | ) 772 | (pin "1" (uuid b660b0a7-4bcc-41fa-a1bd-9c837d858a7a)) 773 | ) 774 | 775 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 206.756 51.816 0) (unit 1) 776 | (in_bom yes) (on_board yes) (fields_autoplaced) 777 | (uuid a6955d89-bf26-4a7f-924d-0010d0a6afb5) 778 | (property "Reference" "H4" (id 0) (at 209.296 49.7113 0) 779 | (effects (font (size 1.27 1.27)) (justify left)) 780 | ) 781 | (property "Value" "MountingHole_Pad" (id 1) (at 209.296 52.2482 0) 782 | (effects (font (size 1.27 1.27)) (justify left)) 783 | ) 784 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 206.756 51.816 0) 785 | (effects (font (size 1.27 1.27)) hide) 786 | ) 787 | (property "Datasheet" "~" (id 3) (at 206.756 51.816 0) 788 | (effects (font (size 1.27 1.27)) hide) 789 | ) 790 | (pin "1" (uuid 3c95eceb-8900-4376-ab4d-4c6cb8e146ea)) 791 | ) 792 | 793 | (symbol (lib_id "Connector:TestPoint") (at 129.286 51.054 90) (unit 1) 794 | (in_bom yes) (on_board yes) (fields_autoplaced) 795 | (uuid c58301ae-aebe-40a5-a05e-3ece6bb894c2) 796 | (property "Reference" "TP2" (id 0) (at 125.984 46.7192 90)) 797 | (property "Value" "TestPoint" (id 1) (at 125.984 49.2561 90)) 798 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 129.286 45.974 0) 799 | (effects (font (size 1.27 1.27)) hide) 800 | ) 801 | (property "Datasheet" "~" (id 3) (at 129.286 45.974 0) 802 | (effects (font (size 1.27 1.27)) hide) 803 | ) 804 | (pin "1" (uuid c5e85c9b-be91-469a-a77b-f6a45418fd4c)) 805 | ) 806 | 807 | (symbol (lib_id "adrf:ETC4-1-2") (at 134.366 43.688 270) (unit 1) 808 | (in_bom yes) (on_board yes) (fields_autoplaced) 809 | (uuid d09a7113-e54a-48df-8b4e-3e98c049cd94) 810 | (property "Reference" "TR1" (id 0) (at 143.095 43.688 0)) 811 | (property "Value" "ETC4-1-2" (id 1) (at 140.5581 43.688 0)) 812 | (property "Footprint" "Transformer_SMD:Transformer_MACOM_SM-22" (id 2) (at 125.476 43.688 0) 813 | (effects (font (size 1.27 1.27)) hide) 814 | ) 815 | (property "Datasheet" "https://cdn.macom.com/datasheets/ETC4-1-2-TR.pdf" (id 3) (at 134.366 43.688 0) 816 | (effects (font (size 1.27 1.27)) hide) 817 | ) 818 | (pin "1" (uuid ce3db5ed-9070-4408-8f70-04a6fd458011)) 819 | (pin "2" (uuid ef59815b-47a6-4b83-a1ae-51e24cb9f544)) 820 | (pin "3" (uuid 837b3d75-fe4a-4854-b49b-71dedab82c18)) 821 | (pin "4" (uuid 2f56de30-b40f-40de-8843-821c1b816991)) 822 | (pin "5" (uuid 6f7292ff-012f-4d09-8f08-741d93912342)) 823 | (pin "5" (uuid 6f7292ff-012f-4d09-8f08-741d93912342)) 824 | ) 825 | 826 | (symbol (lib_id "Connector:8P8C") (at 146.05 77.724 0) (mirror y) (unit 1) 827 | (in_bom yes) (on_board yes) (fields_autoplaced) 828 | (uuid d0d7a077-1c28-42cf-a7ed-d73b30aa8dc1) 829 | (property "Reference" "J3" (id 0) (at 154.432 75.6193 0) 830 | (effects (font (size 1.27 1.27)) (justify right)) 831 | ) 832 | (property "Value" "8P8C" (id 1) (at 154.432 78.1562 0) 833 | (effects (font (size 1.27 1.27)) (justify right)) 834 | ) 835 | (property "Footprint" "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal" (id 2) (at 146.05 77.089 90) 836 | (effects (font (size 1.27 1.27)) hide) 837 | ) 838 | (property "Datasheet" "~" (id 3) (at 146.05 77.089 90) 839 | (effects (font (size 1.27 1.27)) hide) 840 | ) 841 | (pin "1" (uuid 6cd83ce2-f06f-4525-a7de-5d6e8a57f508)) 842 | (pin "2" (uuid ed817d6b-633b-4b68-9235-f3839fac3e86)) 843 | (pin "3" (uuid 9a2029b0-d799-487a-b53e-eaecbe6e91e4)) 844 | (pin "4" (uuid ea3c8ab6-9448-4fd4-b5ca-748aa6f9efcf)) 845 | (pin "5" (uuid c267ffe1-da65-401b-9360-8d03d599f7a3)) 846 | (pin "6" (uuid 2f9488fb-d002-4a35-86bc-6d9e2dcbd49b)) 847 | (pin "7" (uuid f7ac66a7-3236-4e5d-82eb-88252c8e34b9)) 848 | (pin "8" (uuid 4165d6aa-eee9-4f51-ba58-c8aae238855b)) 849 | ) 850 | 851 | (symbol (lib_id "power:GND") (at 195.58 43.688 0) (unit 1) 852 | (in_bom yes) (on_board yes) (fields_autoplaced) 853 | (uuid d48ac047-ea5b-4bd8-85fe-43e2aed7f953) 854 | (property "Reference" "#PWR04" (id 0) (at 195.58 50.038 0) 855 | (effects (font (size 1.27 1.27)) hide) 856 | ) 857 | (property "Value" "GND" (id 1) (at 195.58 48.1314 0)) 858 | (property "Footprint" "" (id 2) (at 195.58 43.688 0) 859 | (effects (font (size 1.27 1.27)) hide) 860 | ) 861 | (property "Datasheet" "" (id 3) (at 195.58 43.688 0) 862 | (effects (font (size 1.27 1.27)) hide) 863 | ) 864 | (pin "1" (uuid 5d17b2c1-22ab-4e1a-b4eb-5441bbdf65ee)) 865 | ) 866 | 867 | (symbol (lib_id "Connector:TestPoint") (at 141.986 36.576 270) (unit 1) 868 | (in_bom yes) (on_board yes) (fields_autoplaced) 869 | (uuid d6cba3eb-0262-4ab0-b56f-c034f7c8eefb) 870 | (property "Reference" "TP4" (id 0) (at 146.685 35.7413 90) 871 | (effects (font (size 1.27 1.27)) (justify left)) 872 | ) 873 | (property "Value" "TestPoint" (id 1) (at 146.685 38.2782 90) 874 | (effects (font (size 1.27 1.27)) (justify left)) 875 | ) 876 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 141.986 41.656 0) 877 | (effects (font (size 1.27 1.27)) hide) 878 | ) 879 | (property "Datasheet" "~" (id 3) (at 141.986 41.656 0) 880 | (effects (font (size 1.27 1.27)) hide) 881 | ) 882 | (pin "1" (uuid 5bc57c1a-2ce4-44fd-bcdd-57330d41babd)) 883 | ) 884 | 885 | (symbol (lib_id "Connector:8P8C") (at 120.142 80.264 0) (unit 1) 886 | (in_bom yes) (on_board yes) (fields_autoplaced) 887 | (uuid dea3b60b-8d4b-40b8-94fe-51a07e673ab2) 888 | (property "Reference" "J1" (id 0) (at 120.142 63.8642 0)) 889 | (property "Value" "8P8C" (id 1) (at 120.142 66.4011 0)) 890 | (property "Footprint" "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal" (id 2) (at 120.142 79.629 90) 891 | (effects (font (size 1.27 1.27)) hide) 892 | ) 893 | (property "Datasheet" "~" (id 3) (at 120.142 79.629 90) 894 | (effects (font (size 1.27 1.27)) hide) 895 | ) 896 | (pin "1" (uuid bd5f7441-2d93-410c-b411-56a4010b2adf)) 897 | (pin "2" (uuid bce069a7-1387-49c2-a708-f90c0917ef45)) 898 | (pin "3" (uuid 76111c37-de99-461d-b0be-676b8758e9c5)) 899 | (pin "4" (uuid 04b70d9e-47c5-4309-abf0-bf9e0d29faa2)) 900 | (pin "5" (uuid 6838c870-816b-4a1e-828f-c2df6ea41a76)) 901 | (pin "6" (uuid 1dfa24d7-3a9c-4eda-9d7f-9708727f7899)) 902 | (pin "7" (uuid 58c39bac-bc88-4484-b60e-34ac87f2f6cb)) 903 | (pin "8" (uuid 348d6f03-fc7a-49aa-ba05-59d6aedb4d2a)) 904 | ) 905 | 906 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 189.992 34.036 0) (unit 1) 907 | (in_bom yes) (on_board yes) (fields_autoplaced) 908 | (uuid f2406228-7c00-4726-ad0e-39f1bdcdedf4) 909 | (property "Reference" "H1" (id 0) (at 192.532 31.9313 0) 910 | (effects (font (size 1.27 1.27)) (justify left)) 911 | ) 912 | (property "Value" "MountingHole_Pad" (id 1) (at 192.532 34.4682 0) 913 | (effects (font (size 1.27 1.27)) (justify left)) 914 | ) 915 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 189.992 34.036 0) 916 | (effects (font (size 1.27 1.27)) hide) 917 | ) 918 | (property "Datasheet" "~" (id 3) (at 189.992 34.036 0) 919 | (effects (font (size 1.27 1.27)) hide) 920 | ) 921 | (pin "1" (uuid 7d55dc31-9ea8-4161-9fd3-a1d09197366c)) 922 | ) 923 | 924 | (sheet_instances 925 | (path "/" (page "1")) 926 | ) 927 | 928 | (symbol_instances 929 | (path "/9e5dcb15-e369-4583-ab8c-0b849a5ffd08" 930 | (reference "#PWR01") (unit 1) (value "GND") (footprint "") 931 | ) 932 | (path "/8da0c792-40b1-441b-ae76-52b8e8384d49" 933 | (reference "#PWR02") (unit 1) (value "GND") (footprint "") 934 | ) 935 | (path "/5c3e0210-ff7a-42f4-8a71-9568a2e5cca8" 936 | (reference "#PWR03") (unit 1) (value "GND") (footprint "") 937 | ) 938 | (path "/d48ac047-ea5b-4bd8-85fe-43e2aed7f953" 939 | (reference "#PWR04") (unit 1) (value "GND") (footprint "") 940 | ) 941 | (path "/4b7d912d-35b6-40fe-ac71-8da20823ea95" 942 | (reference "#PWR05") (unit 1) (value "GND") (footprint "") 943 | ) 944 | (path "/763be4a3-0836-4500-90e6-23b68c703cc7" 945 | (reference "#PWR06") (unit 1) (value "GND") (footprint "") 946 | ) 947 | (path "/f2406228-7c00-4726-ad0e-39f1bdcdedf4" 948 | (reference "H1") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 949 | ) 950 | (path "/586a13db-f286-4faa-8251-8dc013ed4756" 951 | (reference "H2") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 952 | ) 953 | (path "/78b524c2-3dc9-4308-a448-a715149ff4fa" 954 | (reference "H3") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 955 | ) 956 | (path "/a6955d89-bf26-4a7f-924d-0010d0a6afb5" 957 | (reference "H4") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 958 | ) 959 | (path "/dea3b60b-8d4b-40b8-94fe-51a07e673ab2" 960 | (reference "J1") (unit 1) (value "8P8C") (footprint "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal") 961 | ) 962 | (path "/830f6fb0-176a-4b3c-964d-232131e2e8d9" 963 | (reference "J2") (unit 1) (value "Conn_Coaxial") (footprint "Connector_Coaxial:SMA_Amphenol_901-143_Horizontal") 964 | ) 965 | (path "/d0d7a077-1c28-42cf-a7ed-d73b30aa8dc1" 966 | (reference "J3") (unit 1) (value "8P8C") (footprint "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal") 967 | ) 968 | (path "/01fcd4e4-b32c-4e53-aada-8bbbfeb31828" 969 | (reference "TP1") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 970 | ) 971 | (path "/c58301ae-aebe-40a5-a05e-3ece6bb894c2" 972 | (reference "TP2") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 973 | ) 974 | (path "/09f34971-38b4-4df1-8403-e71e2392927e" 975 | (reference "TP3") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 976 | ) 977 | (path "/d6cba3eb-0262-4ab0-b56f-c034f7c8eefb" 978 | (reference "TP4") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 979 | ) 980 | (path "/d09a7113-e54a-48df-8b4e-3e98c049cd94" 981 | (reference "TR1") (unit 1) (value "ETC4-1-2") (footprint "Transformer_SMD:Transformer_MACOM_SM-22") 982 | ) 983 | ) 984 | ) 985 | -------------------------------------------------------------------------------- /patchloop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hennichodernich/patchloop/182f5a64fff387d5c60a3d0df94a3ea7f04d68b8/patchloop.pdf -------------------------------------------------------------------------------- /patchloop2.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.6 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 8, 37 | 9, 38 | 10, 39 | 11, 40 | 12, 41 | 13, 42 | 14, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36 64 | ], 65 | "visible_layers": "ffdbfff_ffffffff", 66 | "zone_display_mode": 0 67 | }, 68 | "meta": { 69 | "filename": "patchloop2.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /patchloop2.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.09999999999999999, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.09999999999999999, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 0.762, 37 | "height": 1.524, 38 | "width": 1.524 39 | }, 40 | "silk_line_width": 0.09999999999999999, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 0.7999999999999999, 43 | "silk_text_size_v": 0.7999999999999999, 44 | "silk_text_thickness": 0.09999999999999999, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": true, 48 | "min_clearance": 0.25 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "filename": "board_design_settings.json", 55 | "version": 2 56 | }, 57 | "rule_severities": { 58 | "annular_width": "error", 59 | "clearance": "error", 60 | "copper_edge_clearance": "error", 61 | "courtyards_overlap": "error", 62 | "diff_pair_gap_out_of_range": "error", 63 | "diff_pair_uncoupled_length_too_long": "error", 64 | "drill_out_of_range": "error", 65 | "duplicate_footprints": "warning", 66 | "extra_footprint": "warning", 67 | "footprint_type_mismatch": "error", 68 | "hole_clearance": "error", 69 | "hole_near_hole": "error", 70 | "invalid_outline": "error", 71 | "item_on_disabled_layer": "error", 72 | "items_not_allowed": "error", 73 | "length_out_of_range": "error", 74 | "malformed_courtyard": "error", 75 | "microvia_drill_out_of_range": "error", 76 | "missing_courtyard": "ignore", 77 | "missing_footprint": "warning", 78 | "net_conflict": "warning", 79 | "npth_inside_courtyard": "ignore", 80 | "padstack": "error", 81 | "pth_inside_courtyard": "ignore", 82 | "shorting_items": "error", 83 | "silk_over_copper": "warning", 84 | "silk_overlap": "warning", 85 | "skew_out_of_range": "error", 86 | "through_hole_pad_without_hole": "error", 87 | "too_many_vias": "error", 88 | "track_dangling": "warning", 89 | "track_width": "error", 90 | "tracks_crossing": "error", 91 | "unconnected_items": "error", 92 | "unresolved_variable": "error", 93 | "via_dangling": "warning", 94 | "zone_has_empty_net": "error", 95 | "zones_intersect": "error" 96 | }, 97 | "rule_severitieslegacy_courtyards_overlap": true, 98 | "rule_severitieslegacy_no_courtyard_defined": false, 99 | "rules": { 100 | "allow_blind_buried_vias": false, 101 | "allow_microvias": false, 102 | "max_error": 0.005, 103 | "min_clearance": 0.0, 104 | "min_copper_edge_clearance": 0.0, 105 | "min_hole_clearance": 0.25, 106 | "min_hole_to_hole": 0.25, 107 | "min_microvia_diameter": 0.19999999999999998, 108 | "min_microvia_drill": 0.09999999999999999, 109 | "min_silk_clearance": 0.0, 110 | "min_through_hole_diameter": 0.19999999999999998, 111 | "min_track_width": 0.09999999999999999, 112 | "min_via_annular_width": 0.049999999999999996, 113 | "min_via_diameter": 0.44999999999999996, 114 | "use_height_for_length_calcs": true 115 | }, 116 | "track_widths": [ 117 | 0.0, 118 | 0.1, 119 | 0.2, 120 | 0.5 121 | ], 122 | "via_dimensions": [ 123 | { 124 | "diameter": 0.0, 125 | "drill": 0.0 126 | }, 127 | { 128 | "diameter": 0.45, 129 | "drill": 0.2 130 | }, 131 | { 132 | "diameter": 0.8, 133 | "drill": 0.4 134 | } 135 | ], 136 | "zones_allow_external_fillets": false, 137 | "zones_use_no_outline": true 138 | }, 139 | "layer_presets": [] 140 | }, 141 | "boards": [], 142 | "cvpcb": { 143 | "equivalence_files": [] 144 | }, 145 | "erc": { 146 | "erc_exclusions": [], 147 | "meta": { 148 | "version": 0 149 | }, 150 | "pin_map": [ 151 | [ 152 | 0, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 0, 158 | 1, 159 | 0, 160 | 0, 161 | 0, 162 | 0, 163 | 2 164 | ], 165 | [ 166 | 0, 167 | 2, 168 | 0, 169 | 1, 170 | 0, 171 | 0, 172 | 1, 173 | 0, 174 | 2, 175 | 2, 176 | 2, 177 | 2 178 | ], 179 | [ 180 | 0, 181 | 0, 182 | 0, 183 | 0, 184 | 0, 185 | 0, 186 | 1, 187 | 0, 188 | 1, 189 | 0, 190 | 1, 191 | 2 192 | ], 193 | [ 194 | 0, 195 | 1, 196 | 0, 197 | 0, 198 | 0, 199 | 0, 200 | 1, 201 | 1, 202 | 2, 203 | 1, 204 | 1, 205 | 2 206 | ], 207 | [ 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 0, 214 | 1, 215 | 0, 216 | 0, 217 | 0, 218 | 0, 219 | 2 220 | ], 221 | [ 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 0, 228 | 0, 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 2 234 | ], 235 | [ 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 1, 241 | 0, 242 | 1, 243 | 1, 244 | 1, 245 | 1, 246 | 1, 247 | 2 248 | ], 249 | [ 250 | 0, 251 | 0, 252 | 0, 253 | 1, 254 | 0, 255 | 0, 256 | 1, 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 2 262 | ], 263 | [ 264 | 0, 265 | 2, 266 | 1, 267 | 2, 268 | 0, 269 | 0, 270 | 1, 271 | 0, 272 | 2, 273 | 2, 274 | 2, 275 | 2 276 | ], 277 | [ 278 | 0, 279 | 2, 280 | 0, 281 | 1, 282 | 0, 283 | 0, 284 | 1, 285 | 0, 286 | 2, 287 | 0, 288 | 0, 289 | 2 290 | ], 291 | [ 292 | 0, 293 | 2, 294 | 1, 295 | 1, 296 | 0, 297 | 0, 298 | 1, 299 | 0, 300 | 2, 301 | 0, 302 | 0, 303 | 2 304 | ], 305 | [ 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2, 312 | 2, 313 | 2, 314 | 2, 315 | 2, 316 | 2, 317 | 2 318 | ] 319 | ], 320 | "rule_severities": { 321 | "bus_definition_conflict": "error", 322 | "bus_entry_needed": "error", 323 | "bus_label_syntax": "error", 324 | "bus_to_bus_conflict": "error", 325 | "bus_to_net_conflict": "error", 326 | "different_unit_footprint": "error", 327 | "different_unit_net": "error", 328 | "duplicate_reference": "error", 329 | "duplicate_sheet_names": "error", 330 | "extra_units": "error", 331 | "global_label_dangling": "warning", 332 | "hier_label_mismatch": "error", 333 | "label_dangling": "error", 334 | "lib_symbol_issues": "warning", 335 | "multiple_net_names": "warning", 336 | "net_not_bus_member": "warning", 337 | "no_connect_connected": "warning", 338 | "no_connect_dangling": "warning", 339 | "pin_not_connected": "error", 340 | "pin_not_driven": "error", 341 | "pin_to_pin": "warning", 342 | "power_pin_not_driven": "error", 343 | "similar_labels": "warning", 344 | "unannotated": "error", 345 | "unit_value_mismatch": "error", 346 | "unresolved_variable": "error", 347 | "wire_dangling": "error" 348 | } 349 | }, 350 | "libraries": { 351 | "pinned_footprint_libs": [], 352 | "pinned_symbol_libs": [] 353 | }, 354 | "meta": { 355 | "filename": "patchloop.kicad_pro", 356 | "version": 1 357 | }, 358 | "net_settings": { 359 | "classes": [ 360 | { 361 | "bus_width": 12.0, 362 | "clearance": 0.25, 363 | "diff_pair_gap": 0.25, 364 | "diff_pair_via_gap": 0.25, 365 | "diff_pair_width": 0.25, 366 | "line_style": 0, 367 | "microvia_diameter": 0.8, 368 | "microvia_drill": 0.4, 369 | "name": "Default", 370 | "pcb_color": "rgba(0, 0, 0, 0.000)", 371 | "schematic_color": "rgba(0, 0, 0, 0.000)", 372 | "track_width": 0.25, 373 | "via_diameter": 0.8, 374 | "via_drill": 0.4, 375 | "wire_width": 6.0 376 | }, 377 | { 378 | "bus_width": 12.0, 379 | "clearance": 0.1, 380 | "diff_pair_gap": 0.12, 381 | "diff_pair_via_gap": 0.25, 382 | "diff_pair_width": 0.12, 383 | "line_style": 0, 384 | "microvia_diameter": 0.45, 385 | "microvia_drill": 0.2, 386 | "name": "Min", 387 | "nets": [], 388 | "pcb_color": "rgba(0, 0, 0, 0.000)", 389 | "schematic_color": "rgba(0, 0, 0, 0.000)", 390 | "track_width": 0.1, 391 | "via_diameter": 0.45, 392 | "via_drill": 0.2, 393 | "wire_width": 6.0 394 | } 395 | ], 396 | "meta": { 397 | "version": 2 398 | }, 399 | "net_colors": null 400 | }, 401 | "pcbnew": { 402 | "last_paths": { 403 | "gencad": "", 404 | "idf": "", 405 | "netlist": "", 406 | "specctra_dsn": "", 407 | "step": "", 408 | "vrml": "" 409 | }, 410 | "page_layout_descr_file": "default.kicad_wks" 411 | }, 412 | "schematic": { 413 | "annotate_start_num": 0, 414 | "drawing": { 415 | "default_line_thickness": 6.0, 416 | "default_text_size": 50.0, 417 | "field_names": [], 418 | "intersheets_ref_own_page": false, 419 | "intersheets_ref_prefix": "", 420 | "intersheets_ref_short": false, 421 | "intersheets_ref_show": false, 422 | "intersheets_ref_suffix": "", 423 | "junction_size_choice": 3, 424 | "label_size_ratio": 0.25, 425 | "pin_symbol_size": 25.0, 426 | "text_offset_ratio": 0.08 427 | }, 428 | "legacy_lib_dir": "", 429 | "legacy_lib_list": [], 430 | "meta": { 431 | "version": 1 432 | }, 433 | "net_format_name": "", 434 | "ngspice": { 435 | "fix_include_paths": true, 436 | "fix_passive_vals": false, 437 | "meta": { 438 | "version": 0 439 | }, 440 | "model_mode": 0, 441 | "workbook_filename": "" 442 | }, 443 | "page_layout_descr_file": "default.kicad_wks", 444 | "plot_directory": "", 445 | "spice_adjust_passive_values": false, 446 | "spice_external_command": "spice \"%I\"", 447 | "subpart_first_id": 65, 448 | "subpart_id_separator": 0 449 | }, 450 | "sheets": [ 451 | [ 452 | "47fd6ef0-9b0f-407c-8903-667fd321448d", 453 | "" 454 | ] 455 | ], 456 | "text_variables": {} 457 | } 458 | -------------------------------------------------------------------------------- /patchloop2.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20211123) (generator eeschema) 2 | 3 | (uuid 47fd6ef0-9b0f-407c-8903-667fd321448d) 4 | 5 | (paper "A4") 6 | 7 | (title_block 8 | (title "PatchLoop") 9 | (date "2023-02-25") 10 | (rev "1.0a") 11 | (company "Henning Paul DC4HP ") 12 | (comment 1 "License: CC BY-SA 3.0") 13 | ) 14 | 15 | (lib_symbols 16 | (symbol "Connector:8P8C" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 17 | (property "Reference" "J" (id 0) (at -5.08 13.97 0) 18 | (effects (font (size 1.27 1.27)) (justify right)) 19 | ) 20 | (property "Value" "8P8C" (id 1) (at 2.54 13.97 0) 21 | (effects (font (size 1.27 1.27)) (justify left)) 22 | ) 23 | (property "Footprint" "" (id 2) (at 0 0.635 90) 24 | (effects (font (size 1.27 1.27)) hide) 25 | ) 26 | (property "Datasheet" "~" (id 3) (at 0 0.635 90) 27 | (effects (font (size 1.27 1.27)) hide) 28 | ) 29 | (property "ki_keywords" "8P8C RJ female connector" (id 4) (at 0 0 0) 30 | (effects (font (size 1.27 1.27)) hide) 31 | ) 32 | (property "ki_description" "RJ connector, 8P8C (8 positions 8 connected), RJ31/RJ32/RJ33/RJ34/RJ35/RJ41/RJ45/RJ49/RJ61" (id 5) (at 0 0 0) 33 | (effects (font (size 1.27 1.27)) hide) 34 | ) 35 | (property "ki_fp_filters" "8P8C* RJ31* RJ32* RJ33* RJ34* RJ35* RJ41* RJ45* RJ49* RJ61*" (id 6) (at 0 0 0) 36 | (effects (font (size 1.27 1.27)) hide) 37 | ) 38 | (symbol "8P8C_0_1" 39 | (polyline 40 | (pts 41 | (xy -5.08 4.445) 42 | (xy -6.35 4.445) 43 | ) 44 | (stroke (width 0) (type default) (color 0 0 0 0)) 45 | (fill (type none)) 46 | ) 47 | (polyline 48 | (pts 49 | (xy -5.08 5.715) 50 | (xy -6.35 5.715) 51 | ) 52 | (stroke (width 0) (type default) (color 0 0 0 0)) 53 | (fill (type none)) 54 | ) 55 | (polyline 56 | (pts 57 | (xy -6.35 -3.175) 58 | (xy -5.08 -3.175) 59 | (xy -5.08 -3.175) 60 | ) 61 | (stroke (width 0) (type default) (color 0 0 0 0)) 62 | (fill (type none)) 63 | ) 64 | (polyline 65 | (pts 66 | (xy -6.35 -1.905) 67 | (xy -5.08 -1.905) 68 | (xy -5.08 -1.905) 69 | ) 70 | (stroke (width 0) (type default) (color 0 0 0 0)) 71 | (fill (type none)) 72 | ) 73 | (polyline 74 | (pts 75 | (xy -6.35 -0.635) 76 | (xy -5.08 -0.635) 77 | (xy -5.08 -0.635) 78 | ) 79 | (stroke (width 0) (type default) (color 0 0 0 0)) 80 | (fill (type none)) 81 | ) 82 | (polyline 83 | (pts 84 | (xy -6.35 0.635) 85 | (xy -5.08 0.635) 86 | (xy -5.08 0.635) 87 | ) 88 | (stroke (width 0) (type default) (color 0 0 0 0)) 89 | (fill (type none)) 90 | ) 91 | (polyline 92 | (pts 93 | (xy -6.35 1.905) 94 | (xy -5.08 1.905) 95 | (xy -5.08 1.905) 96 | ) 97 | (stroke (width 0) (type default) (color 0 0 0 0)) 98 | (fill (type none)) 99 | ) 100 | (polyline 101 | (pts 102 | (xy -5.08 3.175) 103 | (xy -6.35 3.175) 104 | (xy -6.35 3.175) 105 | ) 106 | (stroke (width 0) (type default) (color 0 0 0 0)) 107 | (fill (type none)) 108 | ) 109 | (polyline 110 | (pts 111 | (xy -6.35 -4.445) 112 | (xy -6.35 6.985) 113 | (xy 3.81 6.985) 114 | (xy 3.81 4.445) 115 | (xy 5.08 4.445) 116 | (xy 5.08 3.175) 117 | (xy 6.35 3.175) 118 | (xy 6.35 -0.635) 119 | (xy 5.08 -0.635) 120 | (xy 5.08 -1.905) 121 | (xy 3.81 -1.905) 122 | (xy 3.81 -4.445) 123 | (xy -6.35 -4.445) 124 | (xy -6.35 -4.445) 125 | ) 126 | (stroke (width 0) (type default) (color 0 0 0 0)) 127 | (fill (type none)) 128 | ) 129 | (rectangle (start 7.62 12.7) (end -7.62 -10.16) 130 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 131 | (fill (type background)) 132 | ) 133 | ) 134 | (symbol "8P8C_1_1" 135 | (pin passive line (at 10.16 -7.62 180) (length 2.54) 136 | (name "~" (effects (font (size 1.27 1.27)))) 137 | (number "1" (effects (font (size 1.27 1.27)))) 138 | ) 139 | (pin passive line (at 10.16 -5.08 180) (length 2.54) 140 | (name "~" (effects (font (size 1.27 1.27)))) 141 | (number "2" (effects (font (size 1.27 1.27)))) 142 | ) 143 | (pin passive line (at 10.16 -2.54 180) (length 2.54) 144 | (name "~" (effects (font (size 1.27 1.27)))) 145 | (number "3" (effects (font (size 1.27 1.27)))) 146 | ) 147 | (pin passive line (at 10.16 0 180) (length 2.54) 148 | (name "~" (effects (font (size 1.27 1.27)))) 149 | (number "4" (effects (font (size 1.27 1.27)))) 150 | ) 151 | (pin passive line (at 10.16 2.54 180) (length 2.54) 152 | (name "~" (effects (font (size 1.27 1.27)))) 153 | (number "5" (effects (font (size 1.27 1.27)))) 154 | ) 155 | (pin passive line (at 10.16 5.08 180) (length 2.54) 156 | (name "~" (effects (font (size 1.27 1.27)))) 157 | (number "6" (effects (font (size 1.27 1.27)))) 158 | ) 159 | (pin passive line (at 10.16 7.62 180) (length 2.54) 160 | (name "~" (effects (font (size 1.27 1.27)))) 161 | (number "7" (effects (font (size 1.27 1.27)))) 162 | ) 163 | (pin passive line (at 10.16 10.16 180) (length 2.54) 164 | (name "~" (effects (font (size 1.27 1.27)))) 165 | (number "8" (effects (font (size 1.27 1.27)))) 166 | ) 167 | ) 168 | ) 169 | (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 170 | (property "Reference" "J" (id 0) (at 0.254 3.048 0) 171 | (effects (font (size 1.27 1.27))) 172 | ) 173 | (property "Value" "Conn_Coaxial" (id 1) (at 2.921 0 90) 174 | (effects (font (size 1.27 1.27))) 175 | ) 176 | (property "Footprint" "" (id 2) (at 0 0 0) 177 | (effects (font (size 1.27 1.27)) hide) 178 | ) 179 | (property "Datasheet" " ~" (id 3) (at 0 0 0) 180 | (effects (font (size 1.27 1.27)) hide) 181 | ) 182 | (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (id 4) (at 0 0 0) 183 | (effects (font (size 1.27 1.27)) hide) 184 | ) 185 | (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (id 5) (at 0 0 0) 186 | (effects (font (size 1.27 1.27)) hide) 187 | ) 188 | (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (id 6) (at 0 0 0) 189 | (effects (font (size 1.27 1.27)) hide) 190 | ) 191 | (symbol "Conn_Coaxial_0_1" 192 | (arc (start -1.778 -0.508) (mid 0.2311 -1.8066) (end 1.778 0) 193 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 194 | (fill (type none)) 195 | ) 196 | (polyline 197 | (pts 198 | (xy -2.54 0) 199 | (xy -0.508 0) 200 | ) 201 | (stroke (width 0) (type default) (color 0 0 0 0)) 202 | (fill (type none)) 203 | ) 204 | (polyline 205 | (pts 206 | (xy 0 -2.54) 207 | (xy 0 -1.778) 208 | ) 209 | (stroke (width 0) (type default) (color 0 0 0 0)) 210 | (fill (type none)) 211 | ) 212 | (circle (center 0 0) (radius 0.508) 213 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 214 | (fill (type none)) 215 | ) 216 | (arc (start 1.778 0) (mid 0.2099 1.8101) (end -1.778 0.508) 217 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 218 | (fill (type none)) 219 | ) 220 | ) 221 | (symbol "Conn_Coaxial_1_1" 222 | (pin passive line (at -5.08 0 0) (length 2.54) 223 | (name "In" (effects (font (size 1.27 1.27)))) 224 | (number "1" (effects (font (size 1.27 1.27)))) 225 | ) 226 | (pin passive line (at 0 -5.08 90) (length 2.54) 227 | (name "Ext" (effects (font (size 1.27 1.27)))) 228 | (number "2" (effects (font (size 1.27 1.27)))) 229 | ) 230 | ) 231 | ) 232 | (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) 233 | (property "Reference" "TP" (id 0) (at 0 6.858 0) 234 | (effects (font (size 1.27 1.27))) 235 | ) 236 | (property "Value" "TestPoint" (id 1) (at 0 5.08 0) 237 | (effects (font (size 1.27 1.27))) 238 | ) 239 | (property "Footprint" "" (id 2) (at 5.08 0 0) 240 | (effects (font (size 1.27 1.27)) hide) 241 | ) 242 | (property "Datasheet" "~" (id 3) (at 5.08 0 0) 243 | (effects (font (size 1.27 1.27)) hide) 244 | ) 245 | (property "ki_keywords" "test point tp" (id 4) (at 0 0 0) 246 | (effects (font (size 1.27 1.27)) hide) 247 | ) 248 | (property "ki_description" "test point" (id 5) (at 0 0 0) 249 | (effects (font (size 1.27 1.27)) hide) 250 | ) 251 | (property "ki_fp_filters" "Pin* Test*" (id 6) (at 0 0 0) 252 | (effects (font (size 1.27 1.27)) hide) 253 | ) 254 | (symbol "TestPoint_0_1" 255 | (circle (center 0 3.302) (radius 0.762) 256 | (stroke (width 0) (type default) (color 0 0 0 0)) 257 | (fill (type none)) 258 | ) 259 | ) 260 | (symbol "TestPoint_1_1" 261 | (pin passive line (at 0 0 90) (length 2.54) 262 | (name "1" (effects (font (size 1.27 1.27)))) 263 | (number "1" (effects (font (size 1.27 1.27)))) 264 | ) 265 | ) 266 | ) 267 | (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 268 | (property "Reference" "H" (id 0) (at 0 6.35 0) 269 | (effects (font (size 1.27 1.27))) 270 | ) 271 | (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) 272 | (effects (font (size 1.27 1.27))) 273 | ) 274 | (property "Footprint" "" (id 2) (at 0 0 0) 275 | (effects (font (size 1.27 1.27)) hide) 276 | ) 277 | (property "Datasheet" "~" (id 3) (at 0 0 0) 278 | (effects (font (size 1.27 1.27)) hide) 279 | ) 280 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 281 | (effects (font (size 1.27 1.27)) hide) 282 | ) 283 | (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) 284 | (effects (font (size 1.27 1.27)) hide) 285 | ) 286 | (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) 287 | (effects (font (size 1.27 1.27)) hide) 288 | ) 289 | (symbol "MountingHole_Pad_0_1" 290 | (circle (center 0 1.27) (radius 1.27) 291 | (stroke (width 1.27) (type default) (color 0 0 0 0)) 292 | (fill (type none)) 293 | ) 294 | ) 295 | (symbol "MountingHole_Pad_1_1" 296 | (pin input line (at 0 -2.54 90) (length 2.54) 297 | (name "1" (effects (font (size 1.27 1.27)))) 298 | (number "1" (effects (font (size 1.27 1.27)))) 299 | ) 300 | ) 301 | ) 302 | (symbol "adrf:ETC4-1-2" (pin_names hide) (in_bom yes) (on_board yes) 303 | (property "Reference" "TR" (id 0) (at 0 6.35 0) 304 | (effects (font (size 1.27 1.27))) 305 | ) 306 | (property "Value" "ETC4-1-2" (id 1) (at 0 -6.985 0) 307 | (effects (font (size 1.27 1.27))) 308 | ) 309 | (property "Footprint" "Transformer_SMD:Transformer_MACOM_SM-22" (id 2) (at 0 -8.89 0) 310 | (effects (font (size 1.27 1.27)) hide) 311 | ) 312 | (property "Datasheet" "https://cdn.macom.com/datasheets/ETC4-1-2-TR.pdf" (id 3) (at 0 0 0) 313 | (effects (font (size 1.27 1.27)) hide) 314 | ) 315 | (property "ki_keywords" "Mini-Circuits RF Transformer" (id 4) (at 0 0 0) 316 | (effects (font (size 1.27 1.27)) hide) 317 | ) 318 | (property "ki_description" "0.005-125MHz 1:1 RF Transformer, Unbalanced to Balanced Center Tap, CD542" (id 5) (at 0 0 0) 319 | (effects (font (size 1.27 1.27)) hide) 320 | ) 321 | (property "ki_fp_filters" "Mini?Circuits*CD542*" (id 6) (at 0 0 0) 322 | (effects (font (size 1.27 1.27)) hide) 323 | ) 324 | (symbol "ETC4-1-2_0_1" 325 | (circle (center -3.81 3.81) (radius 0.635) 326 | (stroke (width 0) (type default) (color 0 0 0 0)) 327 | (fill (type outline)) 328 | ) 329 | (arc (start -1.524 -3.048) (mid -0.762 -2.286) (end -1.524 -1.524) 330 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 331 | (fill (type none)) 332 | ) 333 | (arc (start -1.524 -1.524) (mid -0.762 -0.762) (end -1.524 0) 334 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 335 | (fill (type none)) 336 | ) 337 | (arc (start -1.524 0) (mid -0.762 0.762) (end -1.524 1.524) 338 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 339 | (fill (type none)) 340 | ) 341 | (arc (start -1.524 1.524) (mid -0.762 2.286) (end -1.524 3.048) 342 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 343 | (fill (type none)) 344 | ) 345 | (polyline 346 | (pts 347 | (xy 2.54 0) 348 | (xy 1.27 0) 349 | ) 350 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 351 | (fill (type none)) 352 | ) 353 | (polyline 354 | (pts 355 | (xy -2.54 5.08) 356 | (xy -1.524 5.08) 357 | (xy -1.524 3.048) 358 | ) 359 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 360 | (fill (type none)) 361 | ) 362 | (polyline 363 | (pts 364 | (xy -1.524 -3.048) 365 | (xy -1.524 -5.08) 366 | (xy -2.54 -5.08) 367 | ) 368 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 369 | (fill (type none)) 370 | ) 371 | (polyline 372 | (pts 373 | (xy 1.524 3.048) 374 | (xy 1.524 5.08) 375 | (xy 2.54 5.08) 376 | ) 377 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 378 | (fill (type none)) 379 | ) 380 | (polyline 381 | (pts 382 | (xy 2.54 -5.08) 383 | (xy 1.524 -5.08) 384 | (xy 1.524 -3.048) 385 | ) 386 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 387 | (fill (type none)) 388 | ) 389 | (arc (start 1.524 -1.524) (mid 0.762 -2.286) (end 1.524 -3.048) 390 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 391 | (fill (type none)) 392 | ) 393 | (arc (start 1.524 0) (mid 0.762 -0.762) (end 1.524 -1.524) 394 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 395 | (fill (type none)) 396 | ) 397 | (arc (start 1.524 1.524) (mid 0.762 0.762) (end 1.524 0) 398 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 399 | (fill (type none)) 400 | ) 401 | (arc (start 1.524 3.048) (mid 0.762 2.286) (end 1.524 1.524) 402 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 403 | (fill (type none)) 404 | ) 405 | (circle (center 3.81 3.81) (radius 0.635) 406 | (stroke (width 0) (type default) (color 0 0 0 0)) 407 | (fill (type outline)) 408 | ) 409 | ) 410 | (symbol "ETC4-1-2_1_1" 411 | (pin passive line (at -5.08 5.08 0) (length 2.54) 412 | (name "~" (effects (font (size 1.27 1.27)))) 413 | (number "1" (effects (font (size 1.27 1.27)))) 414 | ) 415 | (pin passive line (at -5.08 -5.08 0) (length 2.54) 416 | (name "~" (effects (font (size 1.27 1.27)))) 417 | (number "2" (effects (font (size 1.27 1.27)))) 418 | ) 419 | (pin passive line (at 5.08 -5.08 180) (length 2.54) 420 | (name "~" (effects (font (size 1.27 1.27)))) 421 | (number "3" (effects (font (size 1.27 1.27)))) 422 | ) 423 | (pin passive line (at 5.08 0 180) (length 2.54) 424 | (name "~" (effects (font (size 1.27 1.27)))) 425 | (number "4" (effects (font (size 1.27 1.27)))) 426 | ) 427 | (pin no_connect line (at -2.54 0 0) (length 2.54) hide 428 | (name "~" (effects (font (size 1.27 1.27)))) 429 | (number "5" (effects (font (size 1.27 1.27)))) 430 | ) 431 | (pin passive line (at 5.08 5.08 180) (length 2.54) 432 | (name "~" (effects (font (size 1.27 1.27)))) 433 | (number "5" (effects (font (size 1.27 1.27)))) 434 | ) 435 | ) 436 | ) 437 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 438 | (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) 439 | (effects (font (size 1.27 1.27)) hide) 440 | ) 441 | (property "Value" "GND" (id 1) (at 0 -3.81 0) 442 | (effects (font (size 1.27 1.27))) 443 | ) 444 | (property "Footprint" "" (id 2) (at 0 0 0) 445 | (effects (font (size 1.27 1.27)) hide) 446 | ) 447 | (property "Datasheet" "" (id 3) (at 0 0 0) 448 | (effects (font (size 1.27 1.27)) hide) 449 | ) 450 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 451 | (effects (font (size 1.27 1.27)) hide) 452 | ) 453 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) 454 | (effects (font (size 1.27 1.27)) hide) 455 | ) 456 | (symbol "GND_0_1" 457 | (polyline 458 | (pts 459 | (xy 0 0) 460 | (xy 0 -1.27) 461 | (xy 1.27 -1.27) 462 | (xy 0 -2.54) 463 | (xy -1.27 -1.27) 464 | (xy 0 -1.27) 465 | ) 466 | (stroke (width 0) (type default) (color 0 0 0 0)) 467 | (fill (type none)) 468 | ) 469 | ) 470 | (symbol "GND_1_1" 471 | (pin power_in line (at 0 0 270) (length 0) hide 472 | (name "GND" (effects (font (size 1.27 1.27)))) 473 | (number "1" (effects (font (size 1.27 1.27)))) 474 | ) 475 | ) 476 | ) 477 | ) 478 | 479 | (junction (at 141.986 36.576) (diameter 0) (color 0 0 0 0) 480 | (uuid 350c32dc-b1c4-4654-82a8-b34b786668d9) 481 | ) 482 | (junction (at 139.446 36.576) (diameter 0) (color 0 0 0 0) 483 | (uuid 3f1bacdc-45d6-44b6-a914-0cbd97a58d35) 484 | ) 485 | (junction (at 129.286 37.338) (diameter 0) (color 0 0 0 0) 486 | (uuid 5c593de7-5352-4424-8f92-5c857d8da8e4) 487 | ) 488 | (junction (at 129.286 51.054) (diameter 0) (color 0 0 0 0) 489 | (uuid 7f9c37ed-b645-48c7-80c4-cd4a5b9b28c6) 490 | ) 491 | (junction (at 139.446 51.054) (diameter 0) (color 0 0 0 0) 492 | (uuid ed7e3707-6ce5-448e-9c2c-1c2df9c3cef7) 493 | ) 494 | 495 | (wire (pts (xy 135.89 58.42) (xy 139.446 58.42)) 496 | (stroke (width 0) (type default) (color 0 0 0 0)) 497 | (uuid 1a7af5c1-1c56-42fd-92b6-b827c96f048c) 498 | ) 499 | (wire (pts (xy 139.446 36.576) (xy 141.986 36.576)) 500 | (stroke (width 0) (type default) (color 0 0 0 0)) 501 | (uuid 2d3c48c6-7bb7-41ff-87ea-43933d262356) 502 | ) 503 | (wire (pts (xy 130.302 72.644) (xy 135.89 72.644)) 504 | (stroke (width 0) (type default) (color 0 0 0 0)) 505 | (uuid 3270a05c-4bc5-4adb-afe4-95d79ce4f5cf) 506 | ) 507 | (wire (pts (xy 206.756 54.356) (xy 206.756 55.626)) 508 | (stroke (width 0) (type default) (color 0 0 0 0)) 509 | (uuid 3cb44eb6-ec7a-49c5-86fe-1c9950063b89) 510 | ) 511 | (wire (pts (xy 130.302 87.884) (xy 131.572 87.884)) 512 | (stroke (width 0) (type default) (color 0 0 0 0)) 513 | (uuid 46d26d8f-5f2e-4c6f-b300-335e234abbb9) 514 | ) 515 | (wire (pts (xy 130.302 77.724) (xy 135.89 77.724)) 516 | (stroke (width 0) (type default) (color 0 0 0 0)) 517 | (uuid 4c831782-5a7f-48a1-a2ff-42f579f3063d) 518 | ) 519 | (wire (pts (xy 134.366 30.226) (xy 129.286 30.226)) 520 | (stroke (width 0) (type default) (color 0 0 0 0)) 521 | (uuid 55ebc428-6502-4537-b765-6b3c730be948) 522 | ) 523 | (wire (pts (xy 139.446 58.42) (xy 139.446 51.054)) 524 | (stroke (width 0) (type default) (color 0 0 0 0)) 525 | (uuid 5a7c4d8b-0934-4d8c-b90e-6ca87c583e6f) 526 | ) 527 | (wire (pts (xy 189.992 36.576) (xy 189.992 37.846)) 528 | (stroke (width 0) (type default) (color 0 0 0 0)) 529 | (uuid 623eba15-d2f9-4477-baac-925bb2ed2719) 530 | ) 531 | (wire (pts (xy 129.286 37.338) (xy 129.286 38.608)) 532 | (stroke (width 0) (type default) (color 0 0 0 0)) 533 | (uuid 64ac0b96-8aef-4adc-a23a-3777306697ce) 534 | ) 535 | (wire (pts (xy 130.302 75.184) (xy 135.89 75.184)) 536 | (stroke (width 0) (type default) (color 0 0 0 0)) 537 | (uuid 70f226cd-4b58-403c-ad2c-25611d1eefbd) 538 | ) 539 | (wire (pts (xy 130.302 85.344) (xy 135.89 85.344)) 540 | (stroke (width 0) (type default) (color 0 0 0 0)) 541 | (uuid 77159323-022d-4c4c-8d3e-7d4845f7149a) 542 | ) 543 | (wire (pts (xy 129.286 30.226) (xy 129.286 37.338)) 544 | (stroke (width 0) (type default) (color 0 0 0 0)) 545 | (uuid 7e388bab-992a-47bd-bcea-15d34ae01ead) 546 | ) 547 | (wire (pts (xy 195.58 42.418) (xy 195.58 43.688)) 548 | (stroke (width 0) (type default) (color 0 0 0 0)) 549 | (uuid 87d85d6e-0b53-425e-b0bb-1d4daf3865b3) 550 | ) 551 | (wire (pts (xy 130.302 82.804) (xy 135.89 82.804)) 552 | (stroke (width 0) (type default) (color 0 0 0 0)) 553 | (uuid 9639e9f6-5e45-41c8-a8a6-cfcbe7ecfe04) 554 | ) 555 | (wire (pts (xy 201.168 48.514) (xy 201.168 49.784)) 556 | (stroke (width 0) (type default) (color 0 0 0 0)) 557 | (uuid 9bc42835-15c2-4ab5-bb22-929081b4841d) 558 | ) 559 | (wire (pts (xy 134.366 48.768) (xy 134.366 52.07)) 560 | (stroke (width 0) (type default) (color 0 0 0 0)) 561 | (uuid 9bffe37d-d59f-47c2-ae9b-d8ddcd360cd1) 562 | ) 563 | (wire (pts (xy 129.286 58.42) (xy 131.572 58.42)) 564 | (stroke (width 0) (type default) (color 0 0 0 0)) 565 | (uuid af075a78-addb-4fc2-878f-694ea3c32f83) 566 | ) 567 | (wire (pts (xy 129.286 58.42) (xy 129.286 51.054)) 568 | (stroke (width 0) (type default) (color 0 0 0 0)) 569 | (uuid c9eec086-7668-4e45-9777-75e91d7476ff) 570 | ) 571 | (wire (pts (xy 131.572 58.42) (xy 131.572 87.884)) 572 | (stroke (width 0) (type default) (color 0 0 0 0)) 573 | (uuid d4c95842-5b5e-4280-80de-b888c7350131) 574 | ) 575 | (wire (pts (xy 139.446 36.576) (xy 139.446 38.608)) 576 | (stroke (width 0) (type default) (color 0 0 0 0)) 577 | (uuid dc5e0789-0fcb-4478-af93-352273633445) 578 | ) 579 | (wire (pts (xy 139.446 35.306) (xy 139.446 36.576)) 580 | (stroke (width 0) (type default) (color 0 0 0 0)) 581 | (uuid ddce0f82-3453-400a-a06d-199a1d6ae52e) 582 | ) 583 | (wire (pts (xy 141.986 36.576) (xy 141.986 36.83)) 584 | (stroke (width 0) (type default) (color 0 0 0 0)) 585 | (uuid e5157485-dda2-4cdf-9e38-7b0c82760ec4) 586 | ) 587 | (wire (pts (xy 129.286 51.054) (xy 129.286 48.768)) 588 | (stroke (width 0) (type default) (color 0 0 0 0)) 589 | (uuid ec0340e8-e10d-4050-856a-9294037ce43b) 590 | ) 591 | (wire (pts (xy 139.446 51.054) (xy 139.446 48.768)) 592 | (stroke (width 0) (type default) (color 0 0 0 0)) 593 | (uuid f1d4be42-ccfa-4a5c-b948-763b3f594077) 594 | ) 595 | (wire (pts (xy 130.302 70.104) (xy 135.89 70.104)) 596 | (stroke (width 0) (type default) (color 0 0 0 0)) 597 | (uuid f866e9b7-6302-480e-badd-eb308b98a703) 598 | ) 599 | (wire (pts (xy 135.89 67.564) (xy 135.89 58.42)) 600 | (stroke (width 0) (type default) (color 0 0 0 0)) 601 | (uuid fd7160db-fda2-475a-ab81-9275a6b80ecf) 602 | ) 603 | (wire (pts (xy 130.302 80.264) (xy 135.89 80.264)) 604 | (stroke (width 0) (type default) (color 0 0 0 0)) 605 | (uuid fee0f9b0-0b9f-41b5-97c0-d1b9c42e7ed5) 606 | ) 607 | 608 | (symbol (lib_id "Connector:TestPoint") (at 129.286 37.338 90) (unit 1) 609 | (in_bom yes) (on_board yes) (fields_autoplaced) 610 | (uuid 01fcd4e4-b32c-4e53-aada-8bbbfeb31828) 611 | (property "Reference" "TP1" (id 0) (at 125.984 33.0032 90)) 612 | (property "Value" "TestPoint" (id 1) (at 125.984 35.5401 90)) 613 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 129.286 32.258 0) 614 | (effects (font (size 1.27 1.27)) hide) 615 | ) 616 | (property "Datasheet" "~" (id 3) (at 129.286 32.258 0) 617 | (effects (font (size 1.27 1.27)) hide) 618 | ) 619 | (pin "1" (uuid 20c4eaa4-4d92-403e-b030-7e89d8d0b712)) 620 | ) 621 | 622 | (symbol (lib_id "Connector:TestPoint") (at 139.446 51.054 270) (unit 1) 623 | (in_bom yes) (on_board yes) (fields_autoplaced) 624 | (uuid 09f34971-38b4-4df1-8403-e71e2392927e) 625 | (property "Reference" "TP3" (id 0) (at 144.145 50.2193 90) 626 | (effects (font (size 1.27 1.27)) (justify left)) 627 | ) 628 | (property "Value" "TestPoint" (id 1) (at 144.145 52.7562 90) 629 | (effects (font (size 1.27 1.27)) (justify left)) 630 | ) 631 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 139.446 56.134 0) 632 | (effects (font (size 1.27 1.27)) hide) 633 | ) 634 | (property "Datasheet" "~" (id 3) (at 139.446 56.134 0) 635 | (effects (font (size 1.27 1.27)) hide) 636 | ) 637 | (pin "1" (uuid 0cebb218-9343-4f03-aa92-d7c5e1117547)) 638 | ) 639 | 640 | (symbol (lib_id "power:GND") (at 201.168 49.784 0) (unit 1) 641 | (in_bom yes) (on_board yes) (fields_autoplaced) 642 | (uuid 4b7d912d-35b6-40fe-ac71-8da20823ea95) 643 | (property "Reference" "#PWR05" (id 0) (at 201.168 56.134 0) 644 | (effects (font (size 1.27 1.27)) hide) 645 | ) 646 | (property "Value" "GND" (id 1) (at 201.168 54.2274 0)) 647 | (property "Footprint" "" (id 2) (at 201.168 49.784 0) 648 | (effects (font (size 1.27 1.27)) hide) 649 | ) 650 | (property "Datasheet" "" (id 3) (at 201.168 49.784 0) 651 | (effects (font (size 1.27 1.27)) hide) 652 | ) 653 | (pin "1" (uuid fa48f42e-d79a-437f-9774-f6520a67b5b6)) 654 | ) 655 | 656 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 195.58 39.878 0) (unit 1) 657 | (in_bom yes) (on_board yes) (fields_autoplaced) 658 | (uuid 586a13db-f286-4faa-8251-8dc013ed4756) 659 | (property "Reference" "H2" (id 0) (at 198.12 37.7733 0) 660 | (effects (font (size 1.27 1.27)) (justify left)) 661 | ) 662 | (property "Value" "MountingHole_Pad" (id 1) (at 198.12 40.3102 0) 663 | (effects (font (size 1.27 1.27)) (justify left)) 664 | ) 665 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 195.58 39.878 0) 666 | (effects (font (size 1.27 1.27)) hide) 667 | ) 668 | (property "Datasheet" "~" (id 3) (at 195.58 39.878 0) 669 | (effects (font (size 1.27 1.27)) hide) 670 | ) 671 | (pin "1" (uuid 7627568f-d5a9-49c7-9030-84b9ac210b87)) 672 | ) 673 | 674 | (symbol (lib_id "power:GND") (at 189.992 37.846 0) (unit 1) 675 | (in_bom yes) (on_board yes) (fields_autoplaced) 676 | (uuid 5c3e0210-ff7a-42f4-8a71-9568a2e5cca8) 677 | (property "Reference" "#PWR03" (id 0) (at 189.992 44.196 0) 678 | (effects (font (size 1.27 1.27)) hide) 679 | ) 680 | (property "Value" "GND" (id 1) (at 189.992 42.2894 0)) 681 | (property "Footprint" "" (id 2) (at 189.992 37.846 0) 682 | (effects (font (size 1.27 1.27)) hide) 683 | ) 684 | (property "Datasheet" "" (id 3) (at 189.992 37.846 0) 685 | (effects (font (size 1.27 1.27)) hide) 686 | ) 687 | (pin "1" (uuid 08b3a41a-26f2-47ef-867a-2465cc40fe2e)) 688 | ) 689 | 690 | (symbol (lib_id "power:GND") (at 206.756 55.626 0) (unit 1) 691 | (in_bom yes) (on_board yes) (fields_autoplaced) 692 | (uuid 763be4a3-0836-4500-90e6-23b68c703cc7) 693 | (property "Reference" "#PWR06" (id 0) (at 206.756 61.976 0) 694 | (effects (font (size 1.27 1.27)) hide) 695 | ) 696 | (property "Value" "GND" (id 1) (at 206.756 60.0694 0)) 697 | (property "Footprint" "" (id 2) (at 206.756 55.626 0) 698 | (effects (font (size 1.27 1.27)) hide) 699 | ) 700 | (property "Datasheet" "" (id 3) (at 206.756 55.626 0) 701 | (effects (font (size 1.27 1.27)) hide) 702 | ) 703 | (pin "1" (uuid a24e51a5-c14d-428e-b0ef-08d3305c2093)) 704 | ) 705 | 706 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 201.168 45.974 0) (unit 1) 707 | (in_bom yes) (on_board yes) (fields_autoplaced) 708 | (uuid 78b524c2-3dc9-4308-a448-a715149ff4fa) 709 | (property "Reference" "H3" (id 0) (at 203.708 43.8693 0) 710 | (effects (font (size 1.27 1.27)) (justify left)) 711 | ) 712 | (property "Value" "MountingHole_Pad" (id 1) (at 203.708 46.4062 0) 713 | (effects (font (size 1.27 1.27)) (justify left)) 714 | ) 715 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 201.168 45.974 0) 716 | (effects (font (size 1.27 1.27)) hide) 717 | ) 718 | (property "Datasheet" "~" (id 3) (at 201.168 45.974 0) 719 | (effects (font (size 1.27 1.27)) hide) 720 | ) 721 | (pin "1" (uuid a24c53e0-c727-4357-b4cc-a82af210a06f)) 722 | ) 723 | 724 | (symbol (lib_id "Connector:Conn_Coaxial") (at 139.446 30.226 0) (unit 1) 725 | (in_bom yes) (on_board yes) (fields_autoplaced) 726 | (uuid 830f6fb0-176a-4b3c-964d-232131e2e8d9) 727 | (property "Reference" "J2" (id 0) (at 141.986 29.6845 0) 728 | (effects (font (size 1.27 1.27)) (justify left)) 729 | ) 730 | (property "Value" "Conn_Coaxial" (id 1) (at 141.986 32.2214 0) 731 | (effects (font (size 1.27 1.27)) (justify left)) 732 | ) 733 | (property "Footprint" "Connector_Coaxial:SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount" (id 2) (at 139.446 30.226 0) 734 | (effects (font (size 1.27 1.27)) hide) 735 | ) 736 | (property "Datasheet" " ~" (id 3) (at 139.446 30.226 0) 737 | (effects (font (size 1.27 1.27)) hide) 738 | ) 739 | (pin "1" (uuid 1d4fd20b-e908-4e78-ab3b-f5b587dfa5b1)) 740 | (pin "2" (uuid f11581a0-0ea2-41e4-8ef2-268dbf47cae1)) 741 | ) 742 | 743 | (symbol (lib_id "power:GND") (at 141.986 36.83 0) (unit 1) 744 | (in_bom yes) (on_board yes) (fields_autoplaced) 745 | (uuid 8da0c792-40b1-441b-ae76-52b8e8384d49) 746 | (property "Reference" "#PWR02" (id 0) (at 141.986 43.18 0) 747 | (effects (font (size 1.27 1.27)) hide) 748 | ) 749 | (property "Value" "GND" (id 1) (at 141.986 41.2734 0)) 750 | (property "Footprint" "" (id 2) (at 141.986 36.83 0) 751 | (effects (font (size 1.27 1.27)) hide) 752 | ) 753 | (property "Datasheet" "" (id 3) (at 141.986 36.83 0) 754 | (effects (font (size 1.27 1.27)) hide) 755 | ) 756 | (pin "1" (uuid 1b78a922-fcf3-414b-8ab4-39e86e90a8c0)) 757 | ) 758 | 759 | (symbol (lib_id "power:GND") (at 134.366 52.07 0) (unit 1) 760 | (in_bom yes) (on_board yes) (fields_autoplaced) 761 | (uuid 9e5dcb15-e369-4583-ab8c-0b849a5ffd08) 762 | (property "Reference" "#PWR01" (id 0) (at 134.366 58.42 0) 763 | (effects (font (size 1.27 1.27)) hide) 764 | ) 765 | (property "Value" "GND" (id 1) (at 134.366 56.5134 0)) 766 | (property "Footprint" "" (id 2) (at 134.366 52.07 0) 767 | (effects (font (size 1.27 1.27)) hide) 768 | ) 769 | (property "Datasheet" "" (id 3) (at 134.366 52.07 0) 770 | (effects (font (size 1.27 1.27)) hide) 771 | ) 772 | (pin "1" (uuid b660b0a7-4bcc-41fa-a1bd-9c837d858a7a)) 773 | ) 774 | 775 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 206.756 51.816 0) (unit 1) 776 | (in_bom yes) (on_board yes) (fields_autoplaced) 777 | (uuid a6955d89-bf26-4a7f-924d-0010d0a6afb5) 778 | (property "Reference" "H4" (id 0) (at 209.296 49.7113 0) 779 | (effects (font (size 1.27 1.27)) (justify left)) 780 | ) 781 | (property "Value" "MountingHole_Pad" (id 1) (at 209.296 52.2482 0) 782 | (effects (font (size 1.27 1.27)) (justify left)) 783 | ) 784 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 206.756 51.816 0) 785 | (effects (font (size 1.27 1.27)) hide) 786 | ) 787 | (property "Datasheet" "~" (id 3) (at 206.756 51.816 0) 788 | (effects (font (size 1.27 1.27)) hide) 789 | ) 790 | (pin "1" (uuid 3c95eceb-8900-4376-ab4d-4c6cb8e146ea)) 791 | ) 792 | 793 | (symbol (lib_id "Connector:TestPoint") (at 129.286 51.054 90) (unit 1) 794 | (in_bom yes) (on_board yes) (fields_autoplaced) 795 | (uuid c58301ae-aebe-40a5-a05e-3ece6bb894c2) 796 | (property "Reference" "TP2" (id 0) (at 125.984 46.7192 90)) 797 | (property "Value" "TestPoint" (id 1) (at 125.984 49.2561 90)) 798 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 129.286 45.974 0) 799 | (effects (font (size 1.27 1.27)) hide) 800 | ) 801 | (property "Datasheet" "~" (id 3) (at 129.286 45.974 0) 802 | (effects (font (size 1.27 1.27)) hide) 803 | ) 804 | (pin "1" (uuid c5e85c9b-be91-469a-a77b-f6a45418fd4c)) 805 | ) 806 | 807 | (symbol (lib_id "adrf:ETC4-1-2") (at 134.366 43.688 270) (unit 1) 808 | (in_bom yes) (on_board yes) (fields_autoplaced) 809 | (uuid d09a7113-e54a-48df-8b4e-3e98c049cd94) 810 | (property "Reference" "TR1" (id 0) (at 143.095 43.688 0)) 811 | (property "Value" "ETC4-1-2" (id 1) (at 140.5581 43.688 0)) 812 | (property "Footprint" "Transformer_SMD:Transformer_MACOM_SM-22" (id 2) (at 125.476 43.688 0) 813 | (effects (font (size 1.27 1.27)) hide) 814 | ) 815 | (property "Datasheet" "https://cdn.macom.com/datasheets/ETC4-1-2-TR.pdf" (id 3) (at 134.366 43.688 0) 816 | (effects (font (size 1.27 1.27)) hide) 817 | ) 818 | (pin "1" (uuid ce3db5ed-9070-4408-8f70-04a6fd458011)) 819 | (pin "2" (uuid ef59815b-47a6-4b83-a1ae-51e24cb9f544)) 820 | (pin "3" (uuid 837b3d75-fe4a-4854-b49b-71dedab82c18)) 821 | (pin "4" (uuid 2f56de30-b40f-40de-8843-821c1b816991)) 822 | (pin "5" (uuid 6f7292ff-012f-4d09-8f08-741d93912341)) 823 | (pin "5" (uuid 6f7292ff-012f-4d09-8f08-741d93912341)) 824 | ) 825 | 826 | (symbol (lib_id "Connector:8P8C") (at 146.05 77.724 0) (mirror y) (unit 1) 827 | (in_bom yes) (on_board yes) (fields_autoplaced) 828 | (uuid d0d7a077-1c28-42cf-a7ed-d73b30aa8dc1) 829 | (property "Reference" "J3" (id 0) (at 154.432 75.6193 0) 830 | (effects (font (size 1.27 1.27)) (justify right)) 831 | ) 832 | (property "Value" "8P8C" (id 1) (at 154.432 78.1562 0) 833 | (effects (font (size 1.27 1.27)) (justify right)) 834 | ) 835 | (property "Footprint" "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal" (id 2) (at 146.05 77.089 90) 836 | (effects (font (size 1.27 1.27)) hide) 837 | ) 838 | (property "Datasheet" "~" (id 3) (at 146.05 77.089 90) 839 | (effects (font (size 1.27 1.27)) hide) 840 | ) 841 | (pin "1" (uuid 6cd83ce2-f06f-4525-a7de-5d6e8a57f508)) 842 | (pin "2" (uuid ed817d6b-633b-4b68-9235-f3839fac3e86)) 843 | (pin "3" (uuid 9a2029b0-d799-487a-b53e-eaecbe6e91e4)) 844 | (pin "4" (uuid ea3c8ab6-9448-4fd4-b5ca-748aa6f9efcf)) 845 | (pin "5" (uuid c267ffe1-da65-401b-9360-8d03d599f7a3)) 846 | (pin "6" (uuid 2f9488fb-d002-4a35-86bc-6d9e2dcbd49b)) 847 | (pin "7" (uuid f7ac66a7-3236-4e5d-82eb-88252c8e34b9)) 848 | (pin "8" (uuid 4165d6aa-eee9-4f51-ba58-c8aae238855b)) 849 | ) 850 | 851 | (symbol (lib_id "power:GND") (at 195.58 43.688 0) (unit 1) 852 | (in_bom yes) (on_board yes) (fields_autoplaced) 853 | (uuid d48ac047-ea5b-4bd8-85fe-43e2aed7f953) 854 | (property "Reference" "#PWR04" (id 0) (at 195.58 50.038 0) 855 | (effects (font (size 1.27 1.27)) hide) 856 | ) 857 | (property "Value" "GND" (id 1) (at 195.58 48.1314 0)) 858 | (property "Footprint" "" (id 2) (at 195.58 43.688 0) 859 | (effects (font (size 1.27 1.27)) hide) 860 | ) 861 | (property "Datasheet" "" (id 3) (at 195.58 43.688 0) 862 | (effects (font (size 1.27 1.27)) hide) 863 | ) 864 | (pin "1" (uuid 5d17b2c1-22ab-4e1a-b4eb-5441bbdf65ee)) 865 | ) 866 | 867 | (symbol (lib_id "Connector:TestPoint") (at 141.986 36.576 270) (unit 1) 868 | (in_bom yes) (on_board yes) (fields_autoplaced) 869 | (uuid d6cba3eb-0262-4ab0-b56f-c034f7c8eefb) 870 | (property "Reference" "TP4" (id 0) (at 146.685 35.7413 90) 871 | (effects (font (size 1.27 1.27)) (justify left)) 872 | ) 873 | (property "Value" "TestPoint" (id 1) (at 146.685 38.2782 90) 874 | (effects (font (size 1.27 1.27)) (justify left)) 875 | ) 876 | (property "Footprint" "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm" (id 2) (at 141.986 41.656 0) 877 | (effects (font (size 1.27 1.27)) hide) 878 | ) 879 | (property "Datasheet" "~" (id 3) (at 141.986 41.656 0) 880 | (effects (font (size 1.27 1.27)) hide) 881 | ) 882 | (pin "1" (uuid 5bc57c1a-2ce4-44fd-bcdd-57330d41babd)) 883 | ) 884 | 885 | (symbol (lib_id "Connector:8P8C") (at 120.142 80.264 0) (unit 1) 886 | (in_bom yes) (on_board yes) (fields_autoplaced) 887 | (uuid dea3b60b-8d4b-40b8-94fe-51a07e673ab2) 888 | (property "Reference" "J1" (id 0) (at 120.142 63.8642 0)) 889 | (property "Value" "8P8C" (id 1) (at 120.142 66.4011 0)) 890 | (property "Footprint" "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal" (id 2) (at 120.142 79.629 90) 891 | (effects (font (size 1.27 1.27)) hide) 892 | ) 893 | (property "Datasheet" "~" (id 3) (at 120.142 79.629 90) 894 | (effects (font (size 1.27 1.27)) hide) 895 | ) 896 | (pin "1" (uuid bd5f7441-2d93-410c-b411-56a4010b2adf)) 897 | (pin "2" (uuid bce069a7-1387-49c2-a708-f90c0917ef45)) 898 | (pin "3" (uuid 76111c37-de99-461d-b0be-676b8758e9c5)) 899 | (pin "4" (uuid 04b70d9e-47c5-4309-abf0-bf9e0d29faa2)) 900 | (pin "5" (uuid 6838c870-816b-4a1e-828f-c2df6ea41a76)) 901 | (pin "6" (uuid 1dfa24d7-3a9c-4eda-9d7f-9708727f7899)) 902 | (pin "7" (uuid 58c39bac-bc88-4484-b60e-34ac87f2f6cb)) 903 | (pin "8" (uuid 348d6f03-fc7a-49aa-ba05-59d6aedb4d2a)) 904 | ) 905 | 906 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 189.992 34.036 0) (unit 1) 907 | (in_bom yes) (on_board yes) (fields_autoplaced) 908 | (uuid f2406228-7c00-4726-ad0e-39f1bdcdedf4) 909 | (property "Reference" "H1" (id 0) (at 192.532 31.9313 0) 910 | (effects (font (size 1.27 1.27)) (justify left)) 911 | ) 912 | (property "Value" "MountingHole_Pad" (id 1) (at 192.532 34.4682 0) 913 | (effects (font (size 1.27 1.27)) (justify left)) 914 | ) 915 | (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" (id 2) (at 189.992 34.036 0) 916 | (effects (font (size 1.27 1.27)) hide) 917 | ) 918 | (property "Datasheet" "~" (id 3) (at 189.992 34.036 0) 919 | (effects (font (size 1.27 1.27)) hide) 920 | ) 921 | (pin "1" (uuid 7d55dc31-9ea8-4161-9fd3-a1d09197366c)) 922 | ) 923 | 924 | (sheet_instances 925 | (path "/" (page "1")) 926 | ) 927 | 928 | (symbol_instances 929 | (path "/9e5dcb15-e369-4583-ab8c-0b849a5ffd08" 930 | (reference "#PWR01") (unit 1) (value "GND") (footprint "") 931 | ) 932 | (path "/8da0c792-40b1-441b-ae76-52b8e8384d49" 933 | (reference "#PWR02") (unit 1) (value "GND") (footprint "") 934 | ) 935 | (path "/5c3e0210-ff7a-42f4-8a71-9568a2e5cca8" 936 | (reference "#PWR03") (unit 1) (value "GND") (footprint "") 937 | ) 938 | (path "/d48ac047-ea5b-4bd8-85fe-43e2aed7f953" 939 | (reference "#PWR04") (unit 1) (value "GND") (footprint "") 940 | ) 941 | (path "/4b7d912d-35b6-40fe-ac71-8da20823ea95" 942 | (reference "#PWR05") (unit 1) (value "GND") (footprint "") 943 | ) 944 | (path "/763be4a3-0836-4500-90e6-23b68c703cc7" 945 | (reference "#PWR06") (unit 1) (value "GND") (footprint "") 946 | ) 947 | (path "/f2406228-7c00-4726-ad0e-39f1bdcdedf4" 948 | (reference "H1") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 949 | ) 950 | (path "/586a13db-f286-4faa-8251-8dc013ed4756" 951 | (reference "H2") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 952 | ) 953 | (path "/78b524c2-3dc9-4308-a448-a715149ff4fa" 954 | (reference "H3") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 955 | ) 956 | (path "/a6955d89-bf26-4a7f-924d-0010d0a6afb5" 957 | (reference "H4") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad") 958 | ) 959 | (path "/dea3b60b-8d4b-40b8-94fe-51a07e673ab2" 960 | (reference "J1") (unit 1) (value "8P8C") (footprint "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal") 961 | ) 962 | (path "/830f6fb0-176a-4b3c-964d-232131e2e8d9" 963 | (reference "J2") (unit 1) (value "Conn_Coaxial") (footprint "Connector_Coaxial:SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount") 964 | ) 965 | (path "/d0d7a077-1c28-42cf-a7ed-d73b30aa8dc1" 966 | (reference "J3") (unit 1) (value "8P8C") (footprint "Connector_RJ:RJ45_Amphenol_54602-x08_Horizontal") 967 | ) 968 | (path "/01fcd4e4-b32c-4e53-aada-8bbbfeb31828" 969 | (reference "TP1") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 970 | ) 971 | (path "/c58301ae-aebe-40a5-a05e-3ece6bb894c2" 972 | (reference "TP2") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 973 | ) 974 | (path "/09f34971-38b4-4df1-8403-e71e2392927e" 975 | (reference "TP3") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 976 | ) 977 | (path "/d6cba3eb-0262-4ab0-b56f-c034f7c8eefb" 978 | (reference "TP4") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_THTPad_D2.0mm_Drill1.0mm") 979 | ) 980 | (path "/d09a7113-e54a-48df-8b4e-3e98c049cd94" 981 | (reference "TR1") (unit 1) (value "ETC4-1-2") (footprint "Transformer_SMD:Transformer_MACOM_SM-22") 982 | ) 983 | ) 984 | ) 985 | --------------------------------------------------------------------------------