├── .gitignore ├── README.md ├── libraries ├── wisp.PcbLib └── wisp.SchLib ├── license.txt ├── wisp5-bom.xlsx └── wisp5-lrg ├── .gitignore ├── wisp-5-0.PrjPcb ├── wisp-5-0.PrjPcbStructure ├── wisp-5-afe.SchDoc ├── wisp-5-main.SchDoc ├── wisp-5-mcu.SchDoc ├── wisp-5-peripherals.SchDoc └── wisp5-form-factor-dipole.PcbDoc /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | */__Previews 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | WISP 5 - HW 2 | ==== 3 | 4 | Welcome to the WISP5 hardware design file repository! 5 | 6 | PDF schematics are available at wisp5.wikispaces.com/WISP+Hardware 7 | 8 | The projects and component libraries contained herein will open in the Altium Designer PCB design suite. 9 | 10 | -------------------------------------------------------------------------------- /libraries/wisp.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/libraries/wisp.PcbLib -------------------------------------------------------------------------------- /libraries/wisp.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/libraries/wisp.SchLib -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2014, University of Washington 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 5 | 6 | 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 7 | 8 | 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 9 | 10 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- /wisp5-bom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-bom.xlsx -------------------------------------------------------------------------------- /wisp5-lrg/.gitignore: -------------------------------------------------------------------------------- 1 | History/* 2 | __Previews/* 3 | Project Logs for wisp-5-0/* 4 | Project Outputs for wisp-5-0/* 5 | *.[Pp][Dd][Ff] 6 | *.htm 7 | *.html 8 | debug.log 9 | -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-0.PrjPcb: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=0 4 | ChannelRoomNamingStyle=0 5 | ReleasesFolder= 6 | ChannelDesignatorFormatString=$Component_$RoomName 7 | ChannelRoomLevelSeperator=_ 8 | OpenOutputs=1 9 | ArchiveProject=0 10 | TimestampOutput=0 11 | SeparateFolders=0 12 | TemplateLocationPath= 13 | PinSwapBy_Netlabel=1 14 | PinSwapBy_Pin=1 15 | AllowPortNetNames=0 16 | AllowSheetEntryNetNames=1 17 | AppendSheetNumberToLocalNets=0 18 | NetlistSinglePinNets=0 19 | DefaultConfiguration=Default Configuration 20 | UserID=0xFFFFFFFF 21 | DefaultPcbProtel=1 22 | DefaultPcbPcad=0 23 | ReorderDocumentsOnCompile=1 24 | NameNetsHierarchically=0 25 | PowerPortNamesTakePriority=0 26 | PushECOToAnnotationFile=1 27 | DItemRevisionGUID= 28 | ReportSuppressedErrorsInMessages=0 29 | FSMCodingStyle=eFMSDropDownList_OneProcess 30 | FSMEncodingStyle=eFMSDropDownList_OneHot 31 | OutputPath= 32 | LogFolderPath= 33 | ManagedProjectGUID= 34 | LinkedManagedProjectGUID= 35 | IncludeDesignInRelease=0 36 | 37 | [Preferences] 38 | PrefsVaultGUID= 39 | PrefsRevisionGUID= 40 | 41 | [Document1] 42 | DocumentPath=wisp-5-afe.SchDoc 43 | AnnotationEnabled=1 44 | AnnotateStartValue=1 45 | AnnotationIndexControlEnabled=0 46 | AnnotateSuffix= 47 | AnnotateScope=All 48 | AnnotateOrder=0 49 | DoLibraryUpdate=1 50 | DoDatabaseUpdate=1 51 | ClassGenCCAutoEnabled=1 52 | ClassGenCCAutoRoomEnabled=1 53 | ClassGenNCAutoScope=None 54 | DItemRevisionGUID= 55 | GenerateClassCluster=0 56 | DocumentUniqueId=JCFBKPLP 57 | 58 | [Document2] 59 | DocumentPath=wisp-5-main.SchDoc 60 | AnnotationEnabled=1 61 | AnnotateStartValue=1 62 | AnnotationIndexControlEnabled=0 63 | AnnotateSuffix= 64 | AnnotateScope=All 65 | AnnotateOrder=1 66 | DoLibraryUpdate=1 67 | DoDatabaseUpdate=1 68 | ClassGenCCAutoEnabled=1 69 | ClassGenCCAutoRoomEnabled=1 70 | ClassGenNCAutoScope=None 71 | DItemRevisionGUID= 72 | GenerateClassCluster=0 73 | DocumentUniqueId=KLANFJWD 74 | 75 | [Document3] 76 | DocumentPath=wisp-5-mcu.SchDoc 77 | AnnotationEnabled=1 78 | AnnotateStartValue=1 79 | AnnotationIndexControlEnabled=0 80 | AnnotateSuffix= 81 | AnnotateScope=All 82 | AnnotateOrder=2 83 | DoLibraryUpdate=1 84 | DoDatabaseUpdate=1 85 | ClassGenCCAutoEnabled=1 86 | ClassGenCCAutoRoomEnabled=1 87 | ClassGenNCAutoScope=None 88 | DItemRevisionGUID= 89 | GenerateClassCluster=0 90 | DocumentUniqueId=LHSCXMHC 91 | 92 | [Document4] 93 | DocumentPath=wisp-5-peripherals.SchDoc 94 | AnnotationEnabled=1 95 | AnnotateStartValue=1 96 | AnnotationIndexControlEnabled=0 97 | AnnotateSuffix= 98 | AnnotateScope=All 99 | AnnotateOrder=3 100 | DoLibraryUpdate=1 101 | DoDatabaseUpdate=1 102 | ClassGenCCAutoEnabled=1 103 | ClassGenCCAutoRoomEnabled=1 104 | ClassGenNCAutoScope=None 105 | DItemRevisionGUID= 106 | GenerateClassCluster=0 107 | DocumentUniqueId=CRXPECWH 108 | 109 | [Document5] 110 | DocumentPath=wisp5-form-factor-dipole.PcbDoc 111 | AnnotationEnabled=1 112 | AnnotateStartValue=1 113 | AnnotationIndexControlEnabled=0 114 | AnnotateSuffix= 115 | AnnotateScope=All 116 | AnnotateOrder=-1 117 | DoLibraryUpdate=1 118 | DoDatabaseUpdate=1 119 | ClassGenCCAutoEnabled=1 120 | ClassGenCCAutoRoomEnabled=1 121 | ClassGenNCAutoScope=None 122 | DItemRevisionGUID= 123 | GenerateClassCluster=0 124 | DocumentUniqueId= 125 | 126 | [Configuration1] 127 | Name=Default Configuration 128 | ParameterCount=0 129 | ConstraintFileCount=0 130 | ReleaseItemId= 131 | Variant=[No Variations] 132 | OutputJobsCount=0 133 | ContentTypeGUID= 134 | ConfigurationType= 135 | 136 | [OutputGroup1] 137 | Name=Netlist Outputs 138 | Description= 139 | TargetPrinter=Microsoft Print to PDF 140 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 141 | OutputType1=PCADNetlist 142 | OutputName1=PCAD Netlist 143 | OutputDocumentPath1= 144 | OutputVariantName1= 145 | OutputDefault1=0 146 | OutputType2=XSpiceNetlist 147 | OutputName2=XSpice Netlist 148 | OutputDocumentPath2= 149 | OutputVariantName2= 150 | OutputDefault2=0 151 | OutputType3=CadnetixNetlist 152 | OutputName3=Cadnetix Netlist 153 | OutputDocumentPath3= 154 | OutputVariantName3= 155 | OutputDefault3=0 156 | OutputType4=CalayNetlist 157 | OutputName4=Calay Netlist 158 | OutputDocumentPath4= 159 | OutputVariantName4= 160 | OutputDefault4=0 161 | OutputType5=EDIF 162 | OutputName5=EDIF for PCB 163 | OutputDocumentPath5= 164 | OutputVariantName5= 165 | OutputDefault5=0 166 | OutputType6=EESofNetlist 167 | OutputName6=EESof Netlist 168 | OutputDocumentPath6= 169 | OutputVariantName6= 170 | OutputDefault6=0 171 | OutputType7=IntergraphNetlist 172 | OutputName7=Intergraph Netlist 173 | OutputDocumentPath7= 174 | OutputVariantName7= 175 | OutputDefault7=0 176 | OutputType8=MentorBoardStationNetlist 177 | OutputName8=Mentor BoardStation Netlist 178 | OutputDocumentPath8= 179 | OutputVariantName8= 180 | OutputDefault8=0 181 | OutputType9=MultiWire 182 | OutputName9=MultiWire 183 | OutputDocumentPath9= 184 | OutputVariantName9= 185 | OutputDefault9=0 186 | OutputType10=OrCadPCB2Netlist 187 | OutputName10=Orcad/PCB2 Netlist 188 | OutputDocumentPath10= 189 | OutputVariantName10= 190 | OutputDefault10=0 191 | OutputType11=PADSNetlist 192 | OutputName11=PADS ASCII Netlist 193 | OutputDocumentPath11= 194 | OutputVariantName11= 195 | OutputDefault11=0 196 | OutputType12=Pcad 197 | OutputName12=Pcad for PCB 198 | OutputDocumentPath12= 199 | OutputVariantName12= 200 | OutputDefault12=0 201 | OutputType13=PCADnltNetlist 202 | OutputName13=PCADnlt Netlist 203 | OutputDocumentPath13= 204 | OutputVariantName13= 205 | OutputDefault13=0 206 | OutputType14=Protel2Netlist 207 | OutputName14=Protel2 Netlist 208 | OutputDocumentPath14= 209 | OutputVariantName14= 210 | OutputDefault14=0 211 | OutputType15=ProtelNetlist 212 | OutputName15=Protel 213 | OutputDocumentPath15= 214 | OutputVariantName15= 215 | OutputDefault15=0 216 | OutputType16=RacalNetlist 217 | OutputName16=Racal Netlist 218 | OutputDocumentPath16= 219 | OutputVariantName16= 220 | OutputDefault16=0 221 | OutputType17=RINFNetlist 222 | OutputName17=RINF Netlist 223 | OutputDocumentPath17= 224 | OutputVariantName17= 225 | OutputDefault17=0 226 | OutputType18=SciCardsNetlist 227 | OutputName18=SciCards Netlist 228 | OutputDocumentPath18= 229 | OutputVariantName18= 230 | OutputDefault18=0 231 | OutputType19=TangoNetlist 232 | OutputName19=Tango Netlist 233 | OutputDocumentPath19= 234 | OutputVariantName19= 235 | OutputDefault19=0 236 | OutputType20=TelesisNetlist 237 | OutputName20=Telesis Netlist 238 | OutputDocumentPath20= 239 | OutputVariantName20= 240 | OutputDefault20=0 241 | OutputType21=WireListNetlist 242 | OutputName21=WireList Netlist 243 | OutputDocumentPath21= 244 | OutputVariantName21= 245 | OutputDefault21=0 246 | 247 | [OutputGroup2] 248 | Name=Simulator Outputs 249 | Description= 250 | TargetPrinter=Microsoft Print to PDF 251 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 252 | OutputType1=AdvSimNetlist 253 | OutputName1=Mixed Sim 254 | OutputDocumentPath1= 255 | OutputVariantName1= 256 | OutputDefault1=0 257 | 258 | [OutputGroup3] 259 | Name=Documentation Outputs 260 | Description= 261 | TargetPrinter=Virtual Printer 262 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 263 | OutputType1=Composite 264 | OutputName1=Composite Drawing 265 | OutputDocumentPath1=C:\Users\anparks\Dropbox\WISP_5_0_PCB\altium\wisp5-form-factor-noant.PcbDoc 266 | OutputVariantName1= 267 | OutputDefault1=0 268 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=Letter 269 | Configuration1_Name1=OutputConfigurationParameter1 270 | Configuration1_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 271 | Configuration1_Name2=OutputConfigurationParameter2 272 | Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 273 | Configuration1_Name3=OutputConfigurationParameter3 274 | Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 275 | Configuration1_Name4=OutputConfigurationParameter4 276 | Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 277 | Configuration1_Name5=OutputConfigurationParameter5 278 | Configuration1_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 279 | Configuration1_Name6=OutputConfigurationParameter6 280 | Configuration1_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 281 | Configuration1_Name7=OutputConfigurationParameter7 282 | Configuration1_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 283 | Configuration1_Name8=OutputConfigurationParameter8 284 | Configuration1_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 285 | Configuration1_Name9=OutputConfigurationParameter9 286 | Configuration1_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 287 | Configuration1_Name10=OutputConfigurationParameter10 288 | Configuration1_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 289 | OutputType2=PCB 3D Print 290 | OutputName2=PCB 3D Print 291 | OutputDocumentPath2= 292 | OutputVariantName2=[No Variations] 293 | OutputDefault2=0 294 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 295 | OutputType3=PCB Print 296 | OutputName3=PCB Prints 297 | OutputDocumentPath3= 298 | OutputVariantName3= 299 | OutputDefault3=0 300 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 301 | OutputType4=Schematic Print 302 | OutputName4=Schematic Prints 303 | OutputDocumentPath4= 304 | OutputVariantName4= 305 | OutputDefault4=0 306 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 307 | OutputType5=SimView Print 308 | OutputName5=SimView Prints 309 | OutputDocumentPath5= 310 | OutputVariantName5= 311 | OutputDefault5=0 312 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 313 | OutputType6=Wave Print 314 | OutputName6=Wave Prints 315 | OutputDocumentPath6= 316 | OutputVariantName6= 317 | OutputDefault6=0 318 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 319 | OutputType7=WaveSim Print 320 | OutputName7=WaveSim Prints 321 | OutputDocumentPath7= 322 | OutputVariantName7= 323 | OutputDefault7=0 324 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 325 | OutputType8=PCB 3D Video 326 | OutputName8=PCB 3D Video 327 | OutputDocumentPath8= 328 | OutputVariantName8=[No Variations] 329 | OutputDefault8=0 330 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 331 | OutputType9=PCBLIB Print 332 | OutputName9=PCBLIB Prints 333 | OutputDocumentPath9= 334 | OutputVariantName9= 335 | OutputDefault9=0 336 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 337 | OutputType10=Report Print 338 | OutputName10=Report Prints 339 | OutputDocumentPath10= 340 | OutputVariantName10= 341 | OutputDefault10=0 342 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 343 | OutputType11=PCBDrawing 344 | OutputName11=Draftsman 345 | OutputDocumentPath11= 346 | OutputVariantName11= 347 | OutputDefault11=0 348 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 349 | OutputType12=PDF3D 350 | OutputName12=PDF3D 351 | OutputDocumentPath12= 352 | OutputVariantName12=[No Variations] 353 | OutputDefault12=0 354 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 355 | 356 | [OutputGroup4] 357 | Name=Assembly Outputs 358 | Description= 359 | TargetPrinter=Microsoft Print to PDF 360 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 361 | OutputType1=Test Points For Assembly 362 | OutputName1=Test Point Report 363 | OutputDocumentPath1= 364 | OutputVariantName1=[No Variations] 365 | OutputDefault1=0 366 | OutputType2=Pick Place 367 | OutputName2=Generates pick and place files 368 | OutputDocumentPath2= 369 | OutputVariantName2=[No Variations] 370 | OutputDefault2=0 371 | Configuration2_Name1=OutputConfigurationParameter1 372 | Configuration2_Item1=Record=PickPlaceView|Units=Imperial|GenerateCSVFormat=False|GenerateTextFormat=True 373 | OutputType3=Assembly 374 | OutputName3=Assembly Drawings 375 | OutputDocumentPath3= 376 | OutputVariantName3=[No Variations] 377 | OutputDefault3=0 378 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=5.53|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 379 | Configuration3_Name1=OutputConfigurationParameter1 380 | Configuration3_Item1=DesignatorDisplayMode=Physical|PrintArea=SpecificArea|PrintAreaLowerLeftCornerX=39158270|PrintAreaLowerLeftCornerY=27878740|PrintAreaUpperRightCornerX=46858270|PrintAreaUpperRightCornerY=43028740|Record=PcbPrintView 381 | Configuration3_Name2=OutputConfigurationParameter2 382 | Configuration3_Item2=IncludeBottomLayerComponents=False|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Top LayerAssembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 383 | Configuration3_Name3=OutputConfigurationParameter3 384 | Configuration3_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Hidden|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=TopLayer|Polygon=Hidden|PrintOutIndex=0|Record=PcbPrintLayer 385 | Configuration3_Name4=OutputConfigurationParameter4 386 | Configuration3_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 387 | Configuration3_Name5=OutputConfigurationParameter5 388 | Configuration3_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Hidden|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 389 | Configuration3_Name6=OutputConfigurationParameter6 390 | Configuration3_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 391 | Configuration3_Name7=OutputConfigurationParameter7 392 | Configuration3_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 393 | Configuration3_Name8=OutputConfigurationParameter8 394 | Configuration3_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 395 | Configuration3_Name9=OutputConfigurationParameter9 396 | Configuration3_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 397 | Configuration3_Name10=OutputConfigurationParameter10 398 | Configuration3_Item10=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=False|IncludeViewports=True|Index=1|Mirror=False|Name=Bottom LayerAssembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 399 | Configuration3_Name11=OutputConfigurationParameter11 400 | Configuration3_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Hidden|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=BottomLayer|Polygon=Hidden|PrintOutIndex=1|Record=PcbPrintLayer 401 | Configuration3_Name12=OutputConfigurationParameter12 402 | Configuration3_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 403 | Configuration3_Name13=OutputConfigurationParameter13 404 | Configuration3_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Hidden|Layer=MultiLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 405 | Configuration3_Name14=OutputConfigurationParameter14 406 | Configuration3_Item14=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 407 | Configuration3_Name15=OutputConfigurationParameter15 408 | Configuration3_Item15=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 409 | Configuration3_Name16=OutputConfigurationParameter16 410 | Configuration3_Item16=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 411 | Configuration3_Name17=OutputConfigurationParameter17 412 | Configuration3_Item17=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 413 | 414 | [OutputGroup5] 415 | Name=Fabrication Outputs 416 | Description= 417 | TargetPrinter=Microsoft Print to PDF 418 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 419 | OutputType1=ODB 420 | OutputName1=ODB++ Files 421 | OutputDocumentPath1= 422 | OutputVariantName1=[No Variations] 423 | OutputDefault1=0 424 | OutputType2=NC Drill 425 | OutputName2=NC Drill Files 426 | OutputDocumentPath2= 427 | OutputVariantName2= 428 | OutputDefault2=0 429 | Configuration2_Name1=OutputConfigurationParameter1 430 | Configuration2_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressTrailingZeroes 431 | OutputType3=Plane 432 | OutputName3=Power-Plane Prints 433 | OutputDocumentPath3= 434 | OutputVariantName3= 435 | OutputDefault3=0 436 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 437 | OutputType4=Test Points 438 | OutputName4=Test Point Report 439 | OutputDocumentPath4= 440 | OutputVariantName4= 441 | OutputDefault4=0 442 | OutputType5=Drill 443 | OutputName5=Drill Drawing/Guides 444 | OutputDocumentPath5= 445 | OutputVariantName5=[No Variations] 446 | OutputDefault5=0 447 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=12.60|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 448 | Configuration5_Name1=OutputConfigurationParameter1 449 | Configuration5_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 450 | Configuration5_Name2=OutputConfigurationParameter2 451 | Configuration5_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Drill Drawing For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 452 | Configuration5_Name3=OutputConfigurationParameter3 453 | Configuration5_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillDrawing|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 454 | Configuration5_Name4=OutputConfigurationParameter4 455 | Configuration5_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 456 | Configuration5_Name5=OutputConfigurationParameter5 457 | Configuration5_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 458 | Configuration5_Name6=OutputConfigurationParameter6 459 | Configuration5_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 460 | Configuration5_Name7=OutputConfigurationParameter7 461 | Configuration5_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 462 | Configuration5_Name8=OutputConfigurationParameter8 463 | Configuration5_Item8=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=1|Mirror=False|Name=Drill Guide For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 464 | Configuration5_Name9=OutputConfigurationParameter9 465 | Configuration5_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillGuide|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 466 | Configuration5_Name10=OutputConfigurationParameter10 467 | Configuration5_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 468 | Configuration5_Name11=OutputConfigurationParameter11 469 | Configuration5_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 470 | Configuration5_Name12=OutputConfigurationParameter12 471 | Configuration5_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 472 | Configuration5_Name13=OutputConfigurationParameter13 473 | Configuration5_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 474 | OutputType6=CompositeDrill 475 | OutputName6=Composite Drill Drawing 476 | OutputDocumentPath6= 477 | OutputVariantName6=[No Variations] 478 | OutputDefault6=0 479 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 480 | OutputType7=Final 481 | OutputName7=Final Artwork Prints 482 | OutputDocumentPath7= 483 | OutputVariantName7=[No Variations] 484 | OutputDefault7=0 485 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 486 | OutputType8=Mask 487 | OutputName8=Solder/Paste Mask Prints 488 | OutputDocumentPath8= 489 | OutputVariantName8= 490 | OutputDefault8=0 491 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 492 | OutputType9=Gerber 493 | OutputName9=Gerber Files 494 | OutputDocumentPath9= 495 | OutputVariantName9=[No Variations] 496 | OutputDefault9=0 497 | Configuration9_Name1=OutputConfigurationParameter1 498 | Configuration9_Item1=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=500000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean,16973830~1,16973832~1,16973834~1,16777217~1,16777218~1,16777219~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908290~1,16908291~1,16908301~1,16908302~1,16908303~1,16908304~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False 499 | OutputType10=Board Stack Report 500 | OutputName10=Report Board Stack 501 | OutputDocumentPath10= 502 | OutputVariantName10= 503 | OutputDefault10=0 504 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 505 | OutputType11=Gerber X2 506 | OutputName11=Gerber X2 Files 507 | OutputDocumentPath11= 508 | OutputVariantName11= 509 | OutputDefault11=0 510 | OutputType12=IPC2581 511 | OutputName12=IPC-2581 Files 512 | OutputDocumentPath12= 513 | OutputVariantName12= 514 | OutputDefault12=0 515 | 516 | [OutputGroup6] 517 | Name=Report Outputs 518 | Description= 519 | TargetPrinter=Microsoft Print to PDF 520 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 521 | OutputType1=Script 522 | OutputName1=Script Output 523 | OutputDocumentPath1= 524 | OutputVariantName1=[No Variations] 525 | OutputDefault1=0 526 | OutputType2=SimpleBOM 527 | OutputName2=Simple BOM 528 | OutputDocumentPath2= 529 | OutputVariantName2=[No Variations] 530 | OutputDefault2=0 531 | OutputType3=SinglePinNetReporter 532 | OutputName3=Report Single Pin Nets 533 | OutputDocumentPath3= 534 | OutputVariantName3=[No Variations] 535 | OutputDefault3=0 536 | OutputType4=BOM_PartType 537 | OutputName4=Bill of Materials 538 | OutputDocumentPath4= 539 | OutputVariantName4=[No Variations] 540 | OutputDefault4=0 541 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 542 | Configuration4_Name1=ColumnNameFormat 543 | Configuration4_Item1=CaptionAsName 544 | Configuration4_Name2=Filter 545 | Configuration4_Item2=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000 546 | Configuration4_Name3=General 547 | Configuration4_Item3=OpenExported=True|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|DatabasePriority=False|IncludePCBData=False|IncludeVaultData=False|IncludeAlternatives=False|ShowExportOptions=True|TemplateFilename=|BatchMode=5|FormWidth=1342|FormHeight=661|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency= 548 | Configuration4_Name4=GroupOrder 549 | Configuration4_Item4=DNP=True|Value=True|Footprint=True|Comment=True 550 | Configuration4_Name5=SortOrder 551 | Configuration4_Item5=DNP=Up 552 | Configuration4_Name6=VisibleOrder 553 | Configuration4_Item6=Designator=101|DNP=70|Value=101|Comment=101|Description=101|Footprint=101|LibRef=101|Manufacturer=107|Manufacturer Part Number=107|Digi-Key Part Number=107|Quantity=110 554 | OutputType5=ComponentCrossReference 555 | OutputName5=Component Cross Reference Report 556 | OutputDocumentPath5= 557 | OutputVariantName5=[No Variations] 558 | OutputDefault5=0 559 | OutputType6=ReportHierarchy 560 | OutputName6=Report Project Hierarchy 561 | OutputDocumentPath6= 562 | OutputVariantName6=[No Variations] 563 | OutputDefault6=0 564 | 565 | [OutputGroup7] 566 | Name=Other Outputs 567 | Description= 568 | TargetPrinter=Microsoft Print to PDF 569 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 570 | OutputType1=Text Print 571 | OutputName1=Text Print 572 | OutputDocumentPath1= 573 | OutputVariantName1= 574 | OutputDefault1=0 575 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 576 | OutputType2=Text Print 577 | OutputName2=Text Print 578 | OutputDocumentPath2= 579 | OutputVariantName2= 580 | OutputDefault2=0 581 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 582 | OutputType3=Text Print 583 | OutputName3=Text Print 584 | OutputDocumentPath3= 585 | OutputVariantName3= 586 | OutputDefault3=0 587 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 588 | OutputType4=Text Print 589 | OutputName4=Text Print 590 | OutputDocumentPath4= 591 | OutputVariantName4= 592 | OutputDefault4=0 593 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 594 | OutputType5=Text Print 595 | OutputName5=Text Print 596 | OutputDocumentPath5= 597 | OutputVariantName5= 598 | OutputDefault5=0 599 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 600 | OutputType6=Text Print 601 | OutputName6=Text Print 602 | OutputDocumentPath6= 603 | OutputVariantName6= 604 | OutputDefault6=0 605 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 606 | OutputType7=Text Print 607 | OutputName7=Text Print 608 | OutputDocumentPath7= 609 | OutputVariantName7= 610 | OutputDefault7=0 611 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 612 | OutputType8=Text Print 613 | OutputName8=Text Print 614 | OutputDocumentPath8= 615 | OutputVariantName8= 616 | OutputDefault8=0 617 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 618 | OutputType9=Text Print 619 | OutputName9=Text Print 620 | OutputDocumentPath9= 621 | OutputVariantName9= 622 | OutputDefault9=0 623 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 624 | OutputType10=Text Print 625 | OutputName10=Text Print 626 | OutputDocumentPath10= 627 | OutputVariantName10= 628 | OutputDefault10=0 629 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 630 | OutputType11=Text Print 631 | OutputName11=Text Print 632 | OutputDocumentPath11= 633 | OutputVariantName11= 634 | OutputDefault11=0 635 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 636 | OutputType12=Text Print 637 | OutputName12=Text Print 638 | OutputDocumentPath12= 639 | OutputVariantName12= 640 | OutputDefault12=0 641 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 642 | OutputType13=Text Print 643 | OutputName13=Text Print 644 | OutputDocumentPath13= 645 | OutputVariantName13= 646 | OutputDefault13=0 647 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 648 | OutputType14=Text Print 649 | OutputName14=Text Print 650 | OutputDocumentPath14= 651 | OutputVariantName14= 652 | OutputDefault14=0 653 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 654 | OutputType15=Text Print 655 | OutputName15=Text Print 656 | OutputDocumentPath15= 657 | OutputVariantName15= 658 | OutputDefault15=0 659 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 660 | OutputType16=Text Print 661 | OutputName16=Text Print 662 | OutputDocumentPath16= 663 | OutputVariantName16= 664 | OutputDefault16=0 665 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 666 | OutputType17=Text Print 667 | OutputName17=Text Print 668 | OutputDocumentPath17= 669 | OutputVariantName17= 670 | OutputDefault17=0 671 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 672 | OutputType18=Text Print 673 | OutputName18=Text Print 674 | OutputDocumentPath18= 675 | OutputVariantName18= 676 | OutputDefault18=0 677 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 678 | OutputType19=Text Print 679 | OutputName19=Text Print 680 | OutputDocumentPath19= 681 | OutputVariantName19= 682 | OutputDefault19=0 683 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 684 | OutputType20=Text Print 685 | OutputName20=Text Print 686 | OutputDocumentPath20= 687 | OutputVariantName20= 688 | OutputDefault20=0 689 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 690 | OutputType21=Text Print 691 | OutputName21=Text Print 692 | OutputDocumentPath21= 693 | OutputVariantName21= 694 | OutputDefault21=0 695 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 696 | OutputType22=Text Print 697 | OutputName22=Text Print 698 | OutputDocumentPath22= 699 | OutputVariantName22= 700 | OutputDefault22=0 701 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 702 | OutputType23=Text Print 703 | OutputName23=Text Print 704 | OutputDocumentPath23= 705 | OutputVariantName23= 706 | OutputDefault23=0 707 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 708 | OutputType24=Text Print 709 | OutputName24=Text Print 710 | OutputDocumentPath24= 711 | OutputVariantName24= 712 | OutputDefault24=0 713 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 714 | OutputType25=Text Print 715 | OutputName25=Text Print 716 | OutputDocumentPath25= 717 | OutputVariantName25= 718 | OutputDefault25=0 719 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 720 | OutputType26=Text Print 721 | OutputName26=Text Print 722 | OutputDocumentPath26= 723 | OutputVariantName26= 724 | OutputDefault26=0 725 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 726 | OutputType27=Text Print 727 | OutputName27=Text Print 728 | OutputDocumentPath27= 729 | OutputVariantName27= 730 | OutputDefault27=0 731 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 732 | OutputType28=Text Print 733 | OutputName28=Text Print 734 | OutputDocumentPath28= 735 | OutputVariantName28= 736 | OutputDefault28=0 737 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 738 | OutputType29=Text Print 739 | OutputName29=Text Print 740 | OutputDocumentPath29= 741 | OutputVariantName29= 742 | OutputDefault29=0 743 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 744 | 745 | [OutputGroup8] 746 | Name=Validation Outputs 747 | Description= 748 | TargetPrinter=Microsoft Print to PDF 749 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 750 | OutputType1=Design Rules Check 751 | OutputName1=Design Rules Check 752 | OutputDocumentPath1= 753 | OutputVariantName1= 754 | OutputDefault1=0 755 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 756 | OutputType2=Electrical Rules Check 757 | OutputName2=Electrical Rules Check 758 | OutputDocumentPath2= 759 | OutputVariantName2= 760 | OutputDefault2=0 761 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 762 | OutputType3=Differences Report 763 | OutputName3=Differences Report 764 | OutputDocumentPath3= 765 | OutputVariantName3= 766 | OutputDefault3=0 767 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 768 | OutputType4=Footprint Comparison Report 769 | OutputName4=Footprint Comparison Report 770 | OutputDocumentPath4= 771 | OutputVariantName4= 772 | OutputDefault4=0 773 | OutputType5=Component states check 774 | OutputName5=Vault's components states check 775 | OutputDocumentPath5= 776 | OutputVariantName5= 777 | OutputDefault5=0 778 | OutputType6=Configuration compliance 779 | OutputName6=Environment configuration compliance check 780 | OutputDocumentPath6= 781 | OutputVariantName6= 782 | OutputDefault6=0 783 | 784 | [OutputGroup9] 785 | Name=Export Outputs 786 | Description= 787 | TargetPrinter=Microsoft Print to PDF 788 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 789 | OutputType1=ExportSTEP 790 | OutputName1=Export STEP 791 | OutputDocumentPath1= 792 | OutputVariantName1=[No Variations] 793 | OutputDefault1=0 794 | OutputType2=AutoCAD dwg/dxf PCB 795 | OutputName2=AutoCAD dwg/dxf File PCB 796 | OutputDocumentPath2= 797 | OutputVariantName2= 798 | OutputDefault2=0 799 | OutputType3=AutoCAD dwg/dxf Schematic 800 | OutputName3=AutoCAD dwg/dxf File Schematic 801 | OutputDocumentPath3= 802 | OutputVariantName3= 803 | OutputDefault3=0 804 | OutputType4=ExportIDF 805 | OutputName4=Export IDF 806 | OutputDocumentPath4= 807 | OutputVariantName4= 808 | OutputDefault4=0 809 | OutputType5=ExportPARASOLID 810 | OutputName5=Export PARASOLID 811 | OutputDocumentPath5= 812 | OutputVariantName5=[No Variations] 813 | OutputDefault5=0 814 | OutputType6=ExportVRML 815 | OutputName6=Export VRML 816 | OutputDocumentPath6= 817 | OutputVariantName6=[No Variations] 818 | OutputDefault6=0 819 | OutputType7=Save As/Export PCB 820 | OutputName7=Save As/Export PCB 821 | OutputDocumentPath7= 822 | OutputVariantName7= 823 | OutputDefault7=0 824 | OutputType8=Save As/Export Schematic 825 | OutputName8=Save As/Export Schematic 826 | OutputDocumentPath8= 827 | OutputVariantName8= 828 | OutputDefault8=0 829 | OutputType9=Specctra Design PCB 830 | OutputName9=Specctra Design PCB 831 | OutputDocumentPath9= 832 | OutputVariantName9= 833 | OutputDefault9=0 834 | 835 | [OutputGroup10] 836 | Name=PostProcess Outputs 837 | Description= 838 | TargetPrinter=Microsoft Print to PDF 839 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 840 | OutputType1=Copy Files 841 | OutputName1=Copy Files 842 | OutputDocumentPath1= 843 | OutputVariantName1= 844 | OutputDefault1=0 845 | 846 | [Modification Levels] 847 | Type1=1 848 | Type2=1 849 | Type3=1 850 | Type4=1 851 | Type5=1 852 | Type6=1 853 | Type7=1 854 | Type8=1 855 | Type9=1 856 | Type10=1 857 | Type11=1 858 | Type12=1 859 | Type13=1 860 | Type14=1 861 | Type15=1 862 | Type16=1 863 | Type17=1 864 | Type18=1 865 | Type19=1 866 | Type20=1 867 | Type21=1 868 | Type22=1 869 | Type23=1 870 | Type24=1 871 | Type25=1 872 | Type26=1 873 | Type27=1 874 | Type28=1 875 | Type29=1 876 | Type30=1 877 | Type31=1 878 | Type32=1 879 | Type33=1 880 | Type34=1 881 | Type35=1 882 | Type36=1 883 | Type37=1 884 | Type38=1 885 | Type39=1 886 | Type40=1 887 | Type41=1 888 | Type42=1 889 | Type43=1 890 | Type44=1 891 | Type45=1 892 | Type46=1 893 | Type47=1 894 | Type48=1 895 | Type49=1 896 | Type50=1 897 | Type51=1 898 | Type52=1 899 | Type53=1 900 | Type54=1 901 | Type55=1 902 | Type56=1 903 | Type57=1 904 | Type58=1 905 | Type59=1 906 | Type60=1 907 | Type61=1 908 | Type62=1 909 | Type63=1 910 | Type64=1 911 | Type65=1 912 | Type66=1 913 | Type67=1 914 | Type68=1 915 | Type69=1 916 | Type70=1 917 | Type71=1 918 | Type72=1 919 | Type73=1 920 | Type74=1 921 | Type75=1 922 | Type76=1 923 | Type77=1 924 | Type78=1 925 | Type79=1 926 | Type80=1 927 | Type81=1 928 | Type82=1 929 | Type83=1 930 | Type84=1 931 | Type85=1 932 | Type86=1 933 | Type87=1 934 | Type88=1 935 | Type89=1 936 | Type90=1 937 | 938 | [Difference Levels] 939 | Type1=1 940 | Type2=1 941 | Type3=1 942 | Type4=1 943 | Type5=1 944 | Type6=1 945 | Type7=1 946 | Type8=1 947 | Type9=1 948 | Type10=1 949 | Type11=1 950 | Type12=1 951 | Type13=1 952 | Type14=1 953 | Type15=1 954 | Type16=1 955 | Type17=1 956 | Type18=1 957 | Type19=1 958 | Type20=1 959 | Type21=1 960 | Type22=1 961 | Type23=1 962 | Type24=1 963 | Type25=1 964 | Type26=1 965 | Type27=1 966 | Type28=1 967 | Type29=1 968 | Type30=1 969 | Type31=1 970 | Type32=1 971 | Type33=1 972 | Type34=1 973 | Type35=1 974 | Type36=1 975 | Type37=1 976 | Type38=1 977 | Type39=1 978 | Type40=1 979 | Type41=1 980 | Type42=1 981 | Type43=1 982 | Type44=0 983 | Type45=1 984 | Type46=1 985 | Type47=1 986 | Type48=1 987 | Type49=1 988 | 989 | [Electrical Rules Check] 990 | Type1=1 991 | Type2=1 992 | Type3=2 993 | Type4=1 994 | Type5=2 995 | Type6=2 996 | Type7=1 997 | Type8=1 998 | Type9=1 999 | Type10=0 1000 | Type11=2 1001 | Type12=2 1002 | Type13=2 1003 | Type14=0 1004 | Type15=1 1005 | Type16=1 1006 | Type17=1 1007 | Type18=1 1008 | Type19=1 1009 | Type20=1 1010 | Type21=1 1011 | Type22=1 1012 | Type23=1 1013 | Type24=1 1014 | Type25=2 1015 | Type26=2 1016 | Type27=2 1017 | Type28=1 1018 | Type29=1 1019 | Type30=1 1020 | Type31=1 1021 | Type32=2 1022 | Type33=2 1023 | Type34=2 1024 | Type35=1 1025 | Type36=2 1026 | Type37=1 1027 | Type38=2 1028 | Type39=2 1029 | Type40=2 1030 | Type41=0 1031 | Type42=2 1032 | Type43=1 1033 | Type44=1 1034 | Type45=2 1035 | Type46=1 1036 | Type47=2 1037 | Type48=2 1038 | Type49=1 1039 | Type50=2 1040 | Type51=1 1041 | Type52=1 1042 | Type53=1 1043 | Type54=1 1044 | Type55=1 1045 | Type56=2 1046 | Type57=1 1047 | Type58=1 1048 | Type59=0 1049 | Type60=1 1050 | Type61=2 1051 | Type62=2 1052 | Type63=1 1053 | Type64=0 1054 | Type65=2 1055 | Type66=3 1056 | Type67=2 1057 | Type68=2 1058 | Type69=1 1059 | Type70=2 1060 | Type71=2 1061 | Type72=2 1062 | Type73=2 1063 | Type74=1 1064 | Type75=2 1065 | Type76=1 1066 | Type77=1 1067 | Type78=1 1068 | Type79=1 1069 | Type80=2 1070 | Type81=3 1071 | Type82=3 1072 | Type83=3 1073 | Type84=3 1074 | Type85=3 1075 | Type86=2 1076 | Type87=2 1077 | Type88=2 1078 | Type89=1 1079 | Type90=1 1080 | Type91=3 1081 | Type92=3 1082 | Type93=2 1083 | Type94=2 1084 | Type95=2 1085 | Type96=2 1086 | Type97=2 1087 | Type98=0 1088 | Type99=1 1089 | Type100=2 1090 | Type101=1 1091 | Type102=2 1092 | Type103=2 1093 | Type104=1 1094 | Type105=2 1095 | Type106=2 1096 | Type107=2 1097 | Type108=2 1098 | Type109=1 1099 | Type110=1 1100 | Type111=1 1101 | Type112=1 1102 | Type113=1 1103 | 1104 | [ERC Connection Matrix] 1105 | L1=NNNNNNNNNNNWNNNWW 1106 | L2=NNWNNNNWWWNWNWNWN 1107 | L3=NWEENEEEENEWNEEWN 1108 | L4=NNENNNWEENNWNENWN 1109 | L5=NNNNNNNNNNNNNNNNN 1110 | L6=NNENNNNEENNWNENWN 1111 | L7=NNEWNNWEENNWNENWN 1112 | L8=NWEENEENEEENNEENN 1113 | L9=NWEENEEEENEWNEEWW 1114 | L10=NWNNNNNENNEWNNEWN 1115 | L11=NNENNNNEEENWNENWN 1116 | L12=WWWWNWWNWWWNWWWNN 1117 | L13=NNNNNNNNNNNWNNNWW 1118 | L14=NWEENEEEENEWNEEWW 1119 | L15=NNENNNNEEENWNENWW 1120 | L16=WWWWNWWNWWWNWWWNW 1121 | L17=WNNNNNNNWNNNWWWWN 1122 | 1123 | [Annotate] 1124 | SortOrder=3 1125 | SortLocation=0 1126 | MatchParameter1=Comment 1127 | MatchStrictly1=1 1128 | MatchParameter2=Library Reference 1129 | MatchStrictly2=1 1130 | PhysicalNamingFormat=$Component_$RoomName 1131 | GlobalIndexSortOrder=3 1132 | GlobalIndexSortLocation=0 1133 | 1134 | [PrjClassGen] 1135 | CompClassManualEnabled=0 1136 | CompClassManualRoomEnabled=0 1137 | NetClassAutoBusEnabled=1 1138 | NetClassAutoCompEnabled=0 1139 | NetClassAutoNamedHarnessEnabled=0 1140 | NetClassManualEnabled=1 1141 | NetClassSeparateForBusSections=0 1142 | 1143 | [LibraryUpdateOptions] 1144 | SelectedOnly=0 1145 | UpdateVariants=1 1146 | PartTypes=0 1147 | FullReplace=1 1148 | UpdateDesignatorLock=1 1149 | UpdatePartIDLock=1 1150 | PreserveParameterLocations=1 1151 | PreserveParameterVisibility=1 1152 | DoGraphics=1 1153 | DoParameters=1 1154 | DoModels=1 1155 | AddParameters=0 1156 | RemoveParameters=0 1157 | AddModels=1 1158 | RemoveModels=1 1159 | UpdateCurrentModels=1 1160 | 1161 | [DatabaseUpdateOptions] 1162 | SelectedOnly=0 1163 | UpdateVariants=1 1164 | PartTypes=0 1165 | 1166 | [Comparison Options] 1167 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1168 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1169 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1170 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1171 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1172 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1173 | 1174 | [SmartPDF] 1175 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter 1176 | 1177 | -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-0.PrjPcbStructure: -------------------------------------------------------------------------------- 1 | Record=TopLevelDocument|FileName=wisp-5-main.SchDoc 2 | Record=SheetSymbol|SourceDocument=wisp-5-main.SchDoc|Designator=U_wisp-5-afe|SchDesignator=U_wisp-5-afe|FileName=wisp-5-afe.SchDoc|SymbolType=Normal|RawFileName=wisp-5-afe.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= 3 | Record=SheetSymbol|SourceDocument=wisp-5-main.SchDoc|Designator=U_wisp-5-mcu|SchDesignator=U_wisp-5-mcu|FileName=wisp-5-mcu.SchDoc|SymbolType=Normal|RawFileName=wisp-5-mcu.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= 4 | Record=SheetSymbol|SourceDocument=wisp-5-main.SchDoc|Designator=U_wisp-5-peripherals|SchDesignator=U_wisp-5-peripherals|FileName=wisp-5-peripherals.SchDoc|SymbolType=Normal|RawFileName=wisp-5-peripherals.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= 5 | -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-afe.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-lrg/wisp-5-afe.SchDoc -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-main.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-lrg/wisp-5-main.SchDoc -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-mcu.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-lrg/wisp-5-mcu.SchDoc -------------------------------------------------------------------------------- /wisp5-lrg/wisp-5-peripherals.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-lrg/wisp-5-peripherals.SchDoc -------------------------------------------------------------------------------- /wisp5-lrg/wisp5-form-factor-dipole.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wisp/wisp5-hw/08332bc398aa3350d351ef2aaac163f8007cffda/wisp5-lrg/wisp5-form-factor-dipole.PcbDoc --------------------------------------------------------------------------------