├── .gitignore ├── LICENSE ├── adc.SchLib ├── adlib.LibPkg ├── ant.PcbLib ├── ardunio.SchLib ├── bat.PcbLib ├── bat.SchLib ├── beeper.PcbLib ├── beeper.SchLib ├── bjt.SchLib ├── btn.PcbLib ├── btn_switch.SchLib ├── cap.PcbLib ├── cap.SchLib ├── charger.SchLib ├── comm.SchLib ├── config └── shortcut_pic │ └── reposition.bmp ├── conn.PcbLib ├── conn.SchLib ├── dac.SchLib ├── dcdc.SchLib ├── dig_logic.SchLib ├── dio.PcbLib ├── dio.SchLib ├── flash.SchLib ├── header.PcbLib ├── header.SchLib ├── ind.PcbLib ├── ind.SchLib ├── leaded.PcbLib ├── leaded_th.PcbLib ├── leadless.PcbLib ├── mcu_nrf.SchLib ├── mcu_nxp.SchLib ├── mcu_stm.SchLib ├── mcu_ti.SchLib ├── mod_display.PcbLib ├── mod_display.SchLib ├── mod_misc.PcbLib ├── mod_misc.SchLib ├── mod_pwr.PcbLib ├── mod_pwr.SchLib ├── mod_wireless.PcbLib ├── mod_wireless.SchLib ├── mos.SchLib ├── mos_drv.SchLib ├── motor_drv.SchLib ├── opamp.SchLib ├── pic ├── View_Option.png ├── demo.png ├── demo2.png ├── demo2_com.png ├── demo_component.png ├── max6675.PcbDoc └── max6675.step ├── pptc.PcbLib ├── pptc.SchLib ├── ram.SchLib ├── readme.md ├── regulator.SchLib ├── res.PcbLib ├── res.SchLib ├── rf.SchLib ├── sdcard.PcbLib ├── sdcard.SchLib ├── sensor.SchLib ├── swt.PcbLib ├── usb.SchLib ├── utils.PcbLib ├── utils.SchLib ├── xtal.PcbLib └── xtal.SchLib /.gitignore: -------------------------------------------------------------------------------- 1 | History 2 | tmp 3 | Project Outputs for adlib 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /adc.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/adc.SchLib -------------------------------------------------------------------------------- /adlib.LibPkg: -------------------------------------------------------------------------------- 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 - All Constraints 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 | IncludeDesignInRelease=0 35 | 36 | [Preferences] 37 | PrefsVaultGUID= 38 | PrefsRevisionGUID= 39 | 40 | [Document1] 41 | DocumentPath=cap.SchLib 42 | AnnotationEnabled=1 43 | AnnotateStartValue=1 44 | AnnotationIndexControlEnabled=0 45 | AnnotateSuffix= 46 | AnnotateScope=All 47 | AnnotateOrder=-1 48 | DoLibraryUpdate=1 49 | DoDatabaseUpdate=1 50 | ClassGenCCAutoEnabled=1 51 | ClassGenCCAutoRoomEnabled=1 52 | ClassGenNCAutoScope=None 53 | DItemRevisionGUID= 54 | GenerateClassCluster=0 55 | DocumentUniqueId=YEDDVFCO 56 | 57 | [Document2] 58 | DocumentPath=cap.PcbLib 59 | AnnotationEnabled=1 60 | AnnotateStartValue=1 61 | AnnotationIndexControlEnabled=0 62 | AnnotateSuffix= 63 | AnnotateScope=All 64 | AnnotateOrder=-1 65 | DoLibraryUpdate=1 66 | DoDatabaseUpdate=1 67 | ClassGenCCAutoEnabled=1 68 | ClassGenCCAutoRoomEnabled=1 69 | ClassGenNCAutoScope=None 70 | DItemRevisionGUID= 71 | GenerateClassCluster=0 72 | DocumentUniqueId=JDASVLLA 73 | 74 | [Document3] 75 | DocumentPath=res.SchLib 76 | AnnotationEnabled=1 77 | AnnotateStartValue=1 78 | AnnotationIndexControlEnabled=0 79 | AnnotateSuffix= 80 | AnnotateScope=All 81 | AnnotateOrder=-1 82 | DoLibraryUpdate=1 83 | DoDatabaseUpdate=1 84 | ClassGenCCAutoEnabled=1 85 | ClassGenCCAutoRoomEnabled=1 86 | ClassGenNCAutoScope=None 87 | DItemRevisionGUID= 88 | GenerateClassCluster=0 89 | DocumentUniqueId=RYBYDEEG 90 | 91 | [Document4] 92 | DocumentPath=res.PcbLib 93 | AnnotationEnabled=1 94 | AnnotateStartValue=1 95 | AnnotationIndexControlEnabled=0 96 | AnnotateSuffix= 97 | AnnotateScope=All 98 | AnnotateOrder=-1 99 | DoLibraryUpdate=1 100 | DoDatabaseUpdate=1 101 | ClassGenCCAutoEnabled=1 102 | ClassGenCCAutoRoomEnabled=1 103 | ClassGenNCAutoScope=None 104 | DItemRevisionGUID= 105 | GenerateClassCluster=0 106 | DocumentUniqueId=WEMPFODT 107 | 108 | [Document5] 109 | DocumentPath=ind.SchLib 110 | AnnotationEnabled=1 111 | AnnotateStartValue=1 112 | AnnotationIndexControlEnabled=0 113 | AnnotateSuffix= 114 | AnnotateScope=All 115 | AnnotateOrder=-1 116 | DoLibraryUpdate=1 117 | DoDatabaseUpdate=1 118 | ClassGenCCAutoEnabled=1 119 | ClassGenCCAutoRoomEnabled=1 120 | ClassGenNCAutoScope=None 121 | DItemRevisionGUID= 122 | GenerateClassCluster=0 123 | DocumentUniqueId=CNXFJITH 124 | 125 | [Document6] 126 | DocumentPath=ind.PcbLib 127 | AnnotationEnabled=1 128 | AnnotateStartValue=1 129 | AnnotationIndexControlEnabled=0 130 | AnnotateSuffix= 131 | AnnotateScope=All 132 | AnnotateOrder=-1 133 | DoLibraryUpdate=1 134 | DoDatabaseUpdate=1 135 | ClassGenCCAutoEnabled=1 136 | ClassGenCCAutoRoomEnabled=1 137 | ClassGenNCAutoScope=None 138 | DItemRevisionGUID= 139 | GenerateClassCluster=0 140 | DocumentUniqueId=IMOSEOLT 141 | 142 | [Document7] 143 | DocumentPath=utils.SchLib 144 | AnnotationEnabled=1 145 | AnnotateStartValue=1 146 | AnnotationIndexControlEnabled=0 147 | AnnotateSuffix= 148 | AnnotateScope=All 149 | AnnotateOrder=-1 150 | DoLibraryUpdate=1 151 | DoDatabaseUpdate=1 152 | ClassGenCCAutoEnabled=1 153 | ClassGenCCAutoRoomEnabled=1 154 | ClassGenNCAutoScope=None 155 | DItemRevisionGUID= 156 | GenerateClassCluster=0 157 | DocumentUniqueId=NCTTDKFT 158 | 159 | [Document8] 160 | DocumentPath=utils.PcbLib 161 | AnnotationEnabled=1 162 | AnnotateStartValue=1 163 | AnnotationIndexControlEnabled=0 164 | AnnotateSuffix= 165 | AnnotateScope=All 166 | AnnotateOrder=-1 167 | DoLibraryUpdate=1 168 | DoDatabaseUpdate=1 169 | ClassGenCCAutoEnabled=1 170 | ClassGenCCAutoRoomEnabled=1 171 | ClassGenNCAutoScope=None 172 | DItemRevisionGUID= 173 | GenerateClassCluster=0 174 | DocumentUniqueId=YPPVPBQD 175 | 176 | [Document9] 177 | DocumentPath=dio.SchLib 178 | AnnotationEnabled=1 179 | AnnotateStartValue=1 180 | AnnotationIndexControlEnabled=0 181 | AnnotateSuffix= 182 | AnnotateScope=All 183 | AnnotateOrder=-1 184 | DoLibraryUpdate=1 185 | DoDatabaseUpdate=1 186 | ClassGenCCAutoEnabled=1 187 | ClassGenCCAutoRoomEnabled=1 188 | ClassGenNCAutoScope=None 189 | DItemRevisionGUID= 190 | GenerateClassCluster=0 191 | DocumentUniqueId=BQFQVKCY 192 | 193 | [Document10] 194 | DocumentPath=dio.PcbLib 195 | AnnotationEnabled=1 196 | AnnotateStartValue=1 197 | AnnotationIndexControlEnabled=0 198 | AnnotateSuffix= 199 | AnnotateScope=All 200 | AnnotateOrder=-1 201 | DoLibraryUpdate=1 202 | DoDatabaseUpdate=1 203 | ClassGenCCAutoEnabled=1 204 | ClassGenCCAutoRoomEnabled=1 205 | ClassGenNCAutoScope=None 206 | DItemRevisionGUID= 207 | GenerateClassCluster=0 208 | DocumentUniqueId=QUXKEWRL 209 | 210 | [Document11] 211 | DocumentPath=xtal.PcbLib 212 | AnnotationEnabled=1 213 | AnnotateStartValue=1 214 | AnnotationIndexControlEnabled=0 215 | AnnotateSuffix= 216 | AnnotateScope=All 217 | AnnotateOrder=-1 218 | DoLibraryUpdate=1 219 | DoDatabaseUpdate=1 220 | ClassGenCCAutoEnabled=1 221 | ClassGenCCAutoRoomEnabled=1 222 | ClassGenNCAutoScope=None 223 | DItemRevisionGUID= 224 | GenerateClassCluster=0 225 | DocumentUniqueId=HDPCCEOL 226 | 227 | [Document12] 228 | DocumentPath=xtal.SchLib 229 | AnnotationEnabled=1 230 | AnnotateStartValue=1 231 | AnnotationIndexControlEnabled=0 232 | AnnotateSuffix= 233 | AnnotateScope=All 234 | AnnotateOrder=-1 235 | DoLibraryUpdate=1 236 | DoDatabaseUpdate=1 237 | ClassGenCCAutoEnabled=1 238 | ClassGenCCAutoRoomEnabled=1 239 | ClassGenNCAutoScope=None 240 | DItemRevisionGUID= 241 | GenerateClassCluster=0 242 | DocumentUniqueId=VTJBXNBY 243 | 244 | [Document13] 245 | DocumentPath=bjt.SchLib 246 | AnnotationEnabled=1 247 | AnnotateStartValue=1 248 | AnnotationIndexControlEnabled=0 249 | AnnotateSuffix= 250 | AnnotateScope=All 251 | AnnotateOrder=-1 252 | DoLibraryUpdate=1 253 | DoDatabaseUpdate=1 254 | ClassGenCCAutoEnabled=1 255 | ClassGenCCAutoRoomEnabled=1 256 | ClassGenNCAutoScope=None 257 | DItemRevisionGUID= 258 | GenerateClassCluster=0 259 | DocumentUniqueId=IDVBJMQP 260 | 261 | [Document14] 262 | DocumentPath=mos.SchLib 263 | AnnotationEnabled=1 264 | AnnotateStartValue=1 265 | AnnotationIndexControlEnabled=0 266 | AnnotateSuffix= 267 | AnnotateScope=All 268 | AnnotateOrder=-1 269 | DoLibraryUpdate=1 270 | DoDatabaseUpdate=1 271 | ClassGenCCAutoEnabled=1 272 | ClassGenCCAutoRoomEnabled=1 273 | ClassGenNCAutoScope=None 274 | DItemRevisionGUID= 275 | GenerateClassCluster=0 276 | DocumentUniqueId=GTRAURFC 277 | 278 | [Document15] 279 | DocumentPath=dcdc.SchLib 280 | AnnotationEnabled=1 281 | AnnotateStartValue=1 282 | AnnotationIndexControlEnabled=0 283 | AnnotateSuffix= 284 | AnnotateScope=All 285 | AnnotateOrder=-1 286 | DoLibraryUpdate=1 287 | DoDatabaseUpdate=1 288 | ClassGenCCAutoEnabled=1 289 | ClassGenCCAutoRoomEnabled=1 290 | ClassGenNCAutoScope=None 291 | DItemRevisionGUID= 292 | GenerateClassCluster=0 293 | DocumentUniqueId=MVESMQGY 294 | 295 | [Document16] 296 | DocumentPath=conn.PcbLib 297 | AnnotationEnabled=1 298 | AnnotateStartValue=1 299 | AnnotationIndexControlEnabled=0 300 | AnnotateSuffix= 301 | AnnotateScope=All 302 | AnnotateOrder=-1 303 | DoLibraryUpdate=1 304 | DoDatabaseUpdate=1 305 | ClassGenCCAutoEnabled=1 306 | ClassGenCCAutoRoomEnabled=1 307 | ClassGenNCAutoScope=None 308 | DItemRevisionGUID= 309 | GenerateClassCluster=0 310 | DocumentUniqueId=IKVAISFC 311 | 312 | [Document17] 313 | DocumentPath=btn.PcbLib 314 | AnnotationEnabled=1 315 | AnnotateStartValue=1 316 | AnnotationIndexControlEnabled=0 317 | AnnotateSuffix= 318 | AnnotateScope=All 319 | AnnotateOrder=-1 320 | DoLibraryUpdate=1 321 | DoDatabaseUpdate=1 322 | ClassGenCCAutoEnabled=1 323 | ClassGenCCAutoRoomEnabled=1 324 | ClassGenNCAutoScope=None 325 | DItemRevisionGUID= 326 | GenerateClassCluster=0 327 | DocumentUniqueId=AKVNNQQI 328 | 329 | [Document18] 330 | DocumentPath=swt.PcbLib 331 | AnnotationEnabled=1 332 | AnnotateStartValue=1 333 | AnnotationIndexControlEnabled=0 334 | AnnotateSuffix= 335 | AnnotateScope=All 336 | AnnotateOrder=-1 337 | DoLibraryUpdate=1 338 | DoDatabaseUpdate=1 339 | ClassGenCCAutoEnabled=1 340 | ClassGenCCAutoRoomEnabled=1 341 | ClassGenNCAutoScope=None 342 | DItemRevisionGUID= 343 | GenerateClassCluster=0 344 | DocumentUniqueId=QJKKUWYM 345 | 346 | [Document19] 347 | DocumentPath=ant.PcbLib 348 | AnnotationEnabled=1 349 | AnnotateStartValue=1 350 | AnnotationIndexControlEnabled=0 351 | AnnotateSuffix= 352 | AnnotateScope=All 353 | AnnotateOrder=-1 354 | DoLibraryUpdate=1 355 | DoDatabaseUpdate=1 356 | ClassGenCCAutoEnabled=1 357 | ClassGenCCAutoRoomEnabled=1 358 | ClassGenNCAutoScope=None 359 | DItemRevisionGUID= 360 | GenerateClassCluster=0 361 | DocumentUniqueId=YGAYDRYH 362 | 363 | [Document20] 364 | DocumentPath=bat.PcbLib 365 | AnnotationEnabled=1 366 | AnnotateStartValue=1 367 | AnnotationIndexControlEnabled=0 368 | AnnotateSuffix= 369 | AnnotateScope=All 370 | AnnotateOrder=-1 371 | DoLibraryUpdate=1 372 | DoDatabaseUpdate=1 373 | ClassGenCCAutoEnabled=1 374 | ClassGenCCAutoRoomEnabled=1 375 | ClassGenNCAutoScope=None 376 | DItemRevisionGUID= 377 | GenerateClassCluster=0 378 | DocumentUniqueId=HOFJAOGS 379 | 380 | [Document21] 381 | DocumentPath=leaded.PcbLib 382 | AnnotationEnabled=1 383 | AnnotateStartValue=1 384 | AnnotationIndexControlEnabled=0 385 | AnnotateSuffix= 386 | AnnotateScope=All 387 | AnnotateOrder=-1 388 | DoLibraryUpdate=1 389 | DoDatabaseUpdate=1 390 | ClassGenCCAutoEnabled=1 391 | ClassGenCCAutoRoomEnabled=1 392 | ClassGenNCAutoScope=None 393 | DItemRevisionGUID= 394 | GenerateClassCluster=0 395 | DocumentUniqueId=QOSWIYRF 396 | 397 | [Document22] 398 | DocumentPath=leadless.PcbLib 399 | AnnotationEnabled=1 400 | AnnotateStartValue=1 401 | AnnotationIndexControlEnabled=0 402 | AnnotateSuffix= 403 | AnnotateScope=All 404 | AnnotateOrder=-1 405 | DoLibraryUpdate=1 406 | DoDatabaseUpdate=1 407 | ClassGenCCAutoEnabled=1 408 | ClassGenCCAutoRoomEnabled=1 409 | ClassGenNCAutoScope=None 410 | DItemRevisionGUID= 411 | GenerateClassCluster=0 412 | DocumentUniqueId=YVUPUTLG 413 | 414 | [Document23] 415 | DocumentPath=mcu_stm.SchLib 416 | AnnotationEnabled=1 417 | AnnotateStartValue=1 418 | AnnotationIndexControlEnabled=0 419 | AnnotateSuffix= 420 | AnnotateScope=All 421 | AnnotateOrder=-1 422 | DoLibraryUpdate=1 423 | DoDatabaseUpdate=1 424 | ClassGenCCAutoEnabled=1 425 | ClassGenCCAutoRoomEnabled=1 426 | ClassGenNCAutoScope=None 427 | DItemRevisionGUID= 428 | GenerateClassCluster=0 429 | DocumentUniqueId=MFFSIEQR 430 | 431 | [Document24] 432 | DocumentPath=mcu_nrf.SchLib 433 | AnnotationEnabled=1 434 | AnnotateStartValue=1 435 | AnnotationIndexControlEnabled=0 436 | AnnotateSuffix= 437 | AnnotateScope=All 438 | AnnotateOrder=-1 439 | DoLibraryUpdate=1 440 | DoDatabaseUpdate=1 441 | ClassGenCCAutoEnabled=1 442 | ClassGenCCAutoRoomEnabled=1 443 | ClassGenNCAutoScope=None 444 | DItemRevisionGUID= 445 | GenerateClassCluster=0 446 | DocumentUniqueId=LSEOAXII 447 | 448 | [Document25] 449 | DocumentPath=leaded_th.PcbLib 450 | AnnotationEnabled=1 451 | AnnotateStartValue=1 452 | AnnotationIndexControlEnabled=0 453 | AnnotateSuffix= 454 | AnnotateScope=All 455 | AnnotateOrder=-1 456 | DoLibraryUpdate=1 457 | DoDatabaseUpdate=1 458 | ClassGenCCAutoEnabled=1 459 | ClassGenCCAutoRoomEnabled=1 460 | ClassGenNCAutoScope=None 461 | DItemRevisionGUID= 462 | GenerateClassCluster=0 463 | DocumentUniqueId=GEJWXWYL 464 | 465 | [Document26] 466 | DocumentPath=usb.SchLib 467 | AnnotationEnabled=1 468 | AnnotateStartValue=1 469 | AnnotationIndexControlEnabled=0 470 | AnnotateSuffix= 471 | AnnotateScope=All 472 | AnnotateOrder=-1 473 | DoLibraryUpdate=1 474 | DoDatabaseUpdate=1 475 | ClassGenCCAutoEnabled=1 476 | ClassGenCCAutoRoomEnabled=1 477 | ClassGenNCAutoScope=None 478 | DItemRevisionGUID= 479 | GenerateClassCluster=0 480 | DocumentUniqueId=WXWSCLRR 481 | 482 | [Document27] 483 | DocumentPath=ardunio.SchLib 484 | AnnotationEnabled=1 485 | AnnotateStartValue=1 486 | AnnotationIndexControlEnabled=0 487 | AnnotateSuffix= 488 | AnnotateScope=All 489 | AnnotateOrder=-1 490 | DoLibraryUpdate=1 491 | DoDatabaseUpdate=1 492 | ClassGenCCAutoEnabled=1 493 | ClassGenCCAutoRoomEnabled=1 494 | ClassGenNCAutoScope=None 495 | DItemRevisionGUID= 496 | GenerateClassCluster=0 497 | DocumentUniqueId=UZPHATHV 498 | 499 | [Document28] 500 | DocumentPath=opamp.SchLib 501 | AnnotationEnabled=1 502 | AnnotateStartValue=1 503 | AnnotationIndexControlEnabled=0 504 | AnnotateSuffix= 505 | AnnotateScope=All 506 | AnnotateOrder=-1 507 | DoLibraryUpdate=1 508 | DoDatabaseUpdate=1 509 | ClassGenCCAutoEnabled=1 510 | ClassGenCCAutoRoomEnabled=1 511 | ClassGenNCAutoScope=None 512 | DItemRevisionGUID= 513 | GenerateClassCluster=0 514 | DocumentUniqueId=IBTQMPEB 515 | 516 | [Document29] 517 | DocumentPath=rf.SchLib 518 | AnnotationEnabled=1 519 | AnnotateStartValue=1 520 | AnnotationIndexControlEnabled=0 521 | AnnotateSuffix= 522 | AnnotateScope=All 523 | AnnotateOrder=-1 524 | DoLibraryUpdate=1 525 | DoDatabaseUpdate=1 526 | ClassGenCCAutoEnabled=1 527 | ClassGenCCAutoRoomEnabled=1 528 | ClassGenNCAutoScope=None 529 | DItemRevisionGUID= 530 | GenerateClassCluster=0 531 | DocumentUniqueId=MVGBIMGW 532 | 533 | [Document30] 534 | DocumentPath=flash.SchLib 535 | AnnotationEnabled=1 536 | AnnotateStartValue=1 537 | AnnotationIndexControlEnabled=0 538 | AnnotateSuffix= 539 | AnnotateScope=All 540 | AnnotateOrder=-1 541 | DoLibraryUpdate=1 542 | DoDatabaseUpdate=1 543 | ClassGenCCAutoEnabled=1 544 | ClassGenCCAutoRoomEnabled=1 545 | ClassGenNCAutoScope=None 546 | DItemRevisionGUID= 547 | GenerateClassCluster=0 548 | DocumentUniqueId=IJHNWUTF 549 | 550 | [Document31] 551 | DocumentPath=mos_drv.SchLib 552 | AnnotationEnabled=1 553 | AnnotateStartValue=1 554 | AnnotationIndexControlEnabled=0 555 | AnnotateSuffix= 556 | AnnotateScope=All 557 | AnnotateOrder=-1 558 | DoLibraryUpdate=1 559 | DoDatabaseUpdate=1 560 | ClassGenCCAutoEnabled=1 561 | ClassGenCCAutoRoomEnabled=1 562 | ClassGenNCAutoScope=None 563 | DItemRevisionGUID= 564 | GenerateClassCluster=0 565 | DocumentUniqueId=IZNCWYRC 566 | 567 | [Document32] 568 | DocumentPath=dig_logic.SchLib 569 | AnnotationEnabled=1 570 | AnnotateStartValue=1 571 | AnnotationIndexControlEnabled=0 572 | AnnotateSuffix= 573 | AnnotateScope=All 574 | AnnotateOrder=-1 575 | DoLibraryUpdate=1 576 | DoDatabaseUpdate=1 577 | ClassGenCCAutoEnabled=1 578 | ClassGenCCAutoRoomEnabled=1 579 | ClassGenNCAutoScope=None 580 | DItemRevisionGUID= 581 | GenerateClassCluster=0 582 | DocumentUniqueId=AZWUBIPL 583 | 584 | [Document33] 585 | DocumentPath=ram.SchLib 586 | AnnotationEnabled=1 587 | AnnotateStartValue=1 588 | AnnotationIndexControlEnabled=0 589 | AnnotateSuffix= 590 | AnnotateScope=All 591 | AnnotateOrder=-1 592 | DoLibraryUpdate=1 593 | DoDatabaseUpdate=1 594 | ClassGenCCAutoEnabled=1 595 | ClassGenCCAutoRoomEnabled=1 596 | ClassGenNCAutoScope=None 597 | DItemRevisionGUID= 598 | GenerateClassCluster=0 599 | DocumentUniqueId=XFSMEIOT 600 | 601 | [Document34] 602 | DocumentPath=bat.SchLib 603 | AnnotationEnabled=1 604 | AnnotateStartValue=1 605 | AnnotationIndexControlEnabled=0 606 | AnnotateSuffix= 607 | AnnotateScope=All 608 | AnnotateOrder=-1 609 | DoLibraryUpdate=1 610 | DoDatabaseUpdate=1 611 | ClassGenCCAutoEnabled=1 612 | ClassGenCCAutoRoomEnabled=1 613 | ClassGenNCAutoScope=None 614 | DItemRevisionGUID= 615 | GenerateClassCluster=0 616 | DocumentUniqueId=TZYZPUEQ 617 | 618 | [Document35] 619 | DocumentPath=sensor.SchLib 620 | AnnotationEnabled=1 621 | AnnotateStartValue=1 622 | AnnotationIndexControlEnabled=0 623 | AnnotateSuffix= 624 | AnnotateScope=All 625 | AnnotateOrder=-1 626 | DoLibraryUpdate=1 627 | DoDatabaseUpdate=1 628 | ClassGenCCAutoEnabled=1 629 | ClassGenCCAutoRoomEnabled=1 630 | ClassGenNCAutoScope=None 631 | DItemRevisionGUID= 632 | GenerateClassCluster=0 633 | DocumentUniqueId=XMHYTQIZ 634 | 635 | [Document36] 636 | DocumentPath=charger.SchLib 637 | AnnotationEnabled=1 638 | AnnotateStartValue=1 639 | AnnotationIndexControlEnabled=0 640 | AnnotateSuffix= 641 | AnnotateScope=All 642 | AnnotateOrder=-1 643 | DoLibraryUpdate=1 644 | DoDatabaseUpdate=1 645 | ClassGenCCAutoEnabled=1 646 | ClassGenCCAutoRoomEnabled=1 647 | ClassGenNCAutoScope=None 648 | DItemRevisionGUID= 649 | GenerateClassCluster=0 650 | DocumentUniqueId=HRYFBPLJ 651 | 652 | [Document37] 653 | DocumentPath=adc.SchLib 654 | AnnotationEnabled=1 655 | AnnotateStartValue=1 656 | AnnotationIndexControlEnabled=0 657 | AnnotateSuffix= 658 | AnnotateScope=All 659 | AnnotateOrder=-1 660 | DoLibraryUpdate=1 661 | DoDatabaseUpdate=1 662 | ClassGenCCAutoEnabled=1 663 | ClassGenCCAutoRoomEnabled=1 664 | ClassGenNCAutoScope=None 665 | DItemRevisionGUID= 666 | GenerateClassCluster=0 667 | DocumentUniqueId=CUJNRLLB 668 | 669 | [Document38] 670 | DocumentPath=dac.SchLib 671 | AnnotationEnabled=1 672 | AnnotateStartValue=1 673 | AnnotationIndexControlEnabled=0 674 | AnnotateSuffix= 675 | AnnotateScope=All 676 | AnnotateOrder=-1 677 | DoLibraryUpdate=1 678 | DoDatabaseUpdate=1 679 | ClassGenCCAutoEnabled=1 680 | ClassGenCCAutoRoomEnabled=1 681 | ClassGenNCAutoScope=None 682 | DItemRevisionGUID= 683 | GenerateClassCluster=0 684 | DocumentUniqueId=VMEYTDYQ 685 | 686 | [Document39] 687 | DocumentPath=regulator.SchLib 688 | AnnotationEnabled=1 689 | AnnotateStartValue=1 690 | AnnotationIndexControlEnabled=0 691 | AnnotateSuffix= 692 | AnnotateScope=All 693 | AnnotateOrder=-1 694 | DoLibraryUpdate=1 695 | DoDatabaseUpdate=1 696 | ClassGenCCAutoEnabled=1 697 | ClassGenCCAutoRoomEnabled=1 698 | ClassGenNCAutoScope=None 699 | DItemRevisionGUID= 700 | GenerateClassCluster=0 701 | DocumentUniqueId=YRJULMWA 702 | 703 | [Document40] 704 | DocumentPath=mod_pwr.SchLib 705 | AnnotationEnabled=1 706 | AnnotateStartValue=1 707 | AnnotationIndexControlEnabled=0 708 | AnnotateSuffix= 709 | AnnotateScope=All 710 | AnnotateOrder=-1 711 | DoLibraryUpdate=1 712 | DoDatabaseUpdate=1 713 | ClassGenCCAutoEnabled=1 714 | ClassGenCCAutoRoomEnabled=1 715 | ClassGenNCAutoScope=None 716 | DItemRevisionGUID= 717 | GenerateClassCluster=0 718 | DocumentUniqueId=ORMSVXTR 719 | 720 | [Document41] 721 | DocumentPath=motor_drv.SchLib 722 | AnnotationEnabled=1 723 | AnnotateStartValue=1 724 | AnnotationIndexControlEnabled=0 725 | AnnotateSuffix= 726 | AnnotateScope=All 727 | AnnotateOrder=-1 728 | DoLibraryUpdate=1 729 | DoDatabaseUpdate=1 730 | ClassGenCCAutoEnabled=1 731 | ClassGenCCAutoRoomEnabled=1 732 | ClassGenNCAutoScope=None 733 | DItemRevisionGUID= 734 | GenerateClassCluster=0 735 | DocumentUniqueId=FUJKJMQK 736 | 737 | [Document42] 738 | DocumentPath=comm.SchLib 739 | AnnotationEnabled=1 740 | AnnotateStartValue=1 741 | AnnotationIndexControlEnabled=0 742 | AnnotateSuffix= 743 | AnnotateScope=All 744 | AnnotateOrder=-1 745 | DoLibraryUpdate=1 746 | DoDatabaseUpdate=1 747 | ClassGenCCAutoEnabled=1 748 | ClassGenCCAutoRoomEnabled=1 749 | ClassGenNCAutoScope=None 750 | DItemRevisionGUID= 751 | GenerateClassCluster=0 752 | DocumentUniqueId=LSRHPZTB 753 | 754 | [Document43] 755 | DocumentPath=mod_pwr.PcbLib 756 | AnnotationEnabled=1 757 | AnnotateStartValue=1 758 | AnnotationIndexControlEnabled=0 759 | AnnotateSuffix= 760 | AnnotateScope=All 761 | AnnotateOrder=-1 762 | DoLibraryUpdate=1 763 | DoDatabaseUpdate=1 764 | ClassGenCCAutoEnabled=1 765 | ClassGenCCAutoRoomEnabled=1 766 | ClassGenNCAutoScope=None 767 | DItemRevisionGUID= 768 | GenerateClassCluster=0 769 | DocumentUniqueId=YDFHKPCP 770 | 771 | [Document44] 772 | DocumentPath=mcu_ti.SchLib 773 | AnnotationEnabled=1 774 | AnnotateStartValue=1 775 | AnnotationIndexControlEnabled=0 776 | AnnotateSuffix= 777 | AnnotateScope=All 778 | AnnotateOrder=-1 779 | DoLibraryUpdate=1 780 | DoDatabaseUpdate=1 781 | ClassGenCCAutoEnabled=1 782 | ClassGenCCAutoRoomEnabled=1 783 | ClassGenNCAutoScope=None 784 | DItemRevisionGUID= 785 | GenerateClassCluster=0 786 | DocumentUniqueId=ITTRHZKG 787 | 788 | [Document45] 789 | DocumentPath=mod_display.SchLib 790 | AnnotationEnabled=1 791 | AnnotateStartValue=1 792 | AnnotationIndexControlEnabled=0 793 | AnnotateSuffix= 794 | AnnotateScope=All 795 | AnnotateOrder=-1 796 | DoLibraryUpdate=1 797 | DoDatabaseUpdate=1 798 | ClassGenCCAutoEnabled=1 799 | ClassGenCCAutoRoomEnabled=1 800 | ClassGenNCAutoScope=None 801 | DItemRevisionGUID= 802 | GenerateClassCluster=0 803 | DocumentUniqueId=BAMCMNZI 804 | 805 | [Document46] 806 | DocumentPath=pptc.SchLib 807 | AnnotationEnabled=1 808 | AnnotateStartValue=1 809 | AnnotationIndexControlEnabled=0 810 | AnnotateSuffix= 811 | AnnotateScope=All 812 | AnnotateOrder=-1 813 | DoLibraryUpdate=1 814 | DoDatabaseUpdate=1 815 | ClassGenCCAutoEnabled=1 816 | ClassGenCCAutoRoomEnabled=1 817 | ClassGenNCAutoScope=None 818 | DItemRevisionGUID= 819 | GenerateClassCluster=0 820 | DocumentUniqueId=JZDGVCWS 821 | 822 | [Document47] 823 | DocumentPath=pptc.PcbLib 824 | AnnotationEnabled=1 825 | AnnotateStartValue=1 826 | AnnotationIndexControlEnabled=0 827 | AnnotateSuffix= 828 | AnnotateScope=All 829 | AnnotateOrder=-1 830 | DoLibraryUpdate=1 831 | DoDatabaseUpdate=1 832 | ClassGenCCAutoEnabled=1 833 | ClassGenCCAutoRoomEnabled=1 834 | ClassGenNCAutoScope=None 835 | DItemRevisionGUID= 836 | GenerateClassCluster=0 837 | DocumentUniqueId=JRFXYCCW 838 | 839 | [Document48] 840 | DocumentPath=mod_display.PcbLib 841 | AnnotationEnabled=1 842 | AnnotateStartValue=1 843 | AnnotationIndexControlEnabled=0 844 | AnnotateSuffix= 845 | AnnotateScope=All 846 | AnnotateOrder=-1 847 | DoLibraryUpdate=1 848 | DoDatabaseUpdate=1 849 | ClassGenCCAutoEnabled=1 850 | ClassGenCCAutoRoomEnabled=1 851 | ClassGenNCAutoScope=None 852 | DItemRevisionGUID= 853 | GenerateClassCluster=0 854 | DocumentUniqueId=PIJCIFFX 855 | 856 | [Document49] 857 | DocumentPath=sdcard.SchLib 858 | AnnotationEnabled=1 859 | AnnotateStartValue=1 860 | AnnotationIndexControlEnabled=0 861 | AnnotateSuffix= 862 | AnnotateScope=All 863 | AnnotateOrder=-1 864 | DoLibraryUpdate=1 865 | DoDatabaseUpdate=1 866 | ClassGenCCAutoEnabled=1 867 | ClassGenCCAutoRoomEnabled=1 868 | ClassGenNCAutoScope=None 869 | DItemRevisionGUID= 870 | GenerateClassCluster=0 871 | DocumentUniqueId=NRSXKQJU 872 | 873 | [Document50] 874 | DocumentPath=sdcard.PcbLib 875 | AnnotationEnabled=1 876 | AnnotateStartValue=1 877 | AnnotationIndexControlEnabled=0 878 | AnnotateSuffix= 879 | AnnotateScope=All 880 | AnnotateOrder=-1 881 | DoLibraryUpdate=1 882 | DoDatabaseUpdate=1 883 | ClassGenCCAutoEnabled=1 884 | ClassGenCCAutoRoomEnabled=1 885 | ClassGenNCAutoScope=None 886 | DItemRevisionGUID= 887 | GenerateClassCluster=0 888 | DocumentUniqueId=DCOHBSLG 889 | 890 | [Document51] 891 | DocumentPath=header.SchLib 892 | AnnotationEnabled=1 893 | AnnotateStartValue=1 894 | AnnotationIndexControlEnabled=0 895 | AnnotateSuffix= 896 | AnnotateScope=All 897 | AnnotateOrder=-1 898 | DoLibraryUpdate=1 899 | DoDatabaseUpdate=1 900 | ClassGenCCAutoEnabled=1 901 | ClassGenCCAutoRoomEnabled=1 902 | ClassGenNCAutoScope=None 903 | DItemRevisionGUID= 904 | GenerateClassCluster=0 905 | DocumentUniqueId=UUSBVIYG 906 | 907 | [Document52] 908 | DocumentPath=header.PcbLib 909 | AnnotationEnabled=1 910 | AnnotateStartValue=1 911 | AnnotationIndexControlEnabled=0 912 | AnnotateSuffix= 913 | AnnotateScope=All 914 | AnnotateOrder=-1 915 | DoLibraryUpdate=1 916 | DoDatabaseUpdate=1 917 | ClassGenCCAutoEnabled=1 918 | ClassGenCCAutoRoomEnabled=1 919 | ClassGenNCAutoScope=None 920 | DItemRevisionGUID= 921 | GenerateClassCluster=0 922 | DocumentUniqueId=LMIEEYBF 923 | 924 | [Document53] 925 | DocumentPath=btn_switch.SchLib 926 | AnnotationEnabled=1 927 | AnnotateStartValue=1 928 | AnnotationIndexControlEnabled=0 929 | AnnotateSuffix= 930 | AnnotateScope=All 931 | AnnotateOrder=-1 932 | DoLibraryUpdate=1 933 | DoDatabaseUpdate=1 934 | ClassGenCCAutoEnabled=1 935 | ClassGenCCAutoRoomEnabled=1 936 | ClassGenNCAutoScope=None 937 | DItemRevisionGUID= 938 | GenerateClassCluster=0 939 | DocumentUniqueId=AJIORWXW 940 | 941 | [Document54] 942 | DocumentPath=mod_misc.SchLib 943 | AnnotationEnabled=1 944 | AnnotateStartValue=1 945 | AnnotationIndexControlEnabled=0 946 | AnnotateSuffix= 947 | AnnotateScope=All 948 | AnnotateOrder=-1 949 | DoLibraryUpdate=1 950 | DoDatabaseUpdate=1 951 | ClassGenCCAutoEnabled=1 952 | ClassGenCCAutoRoomEnabled=1 953 | ClassGenNCAutoScope=None 954 | DItemRevisionGUID= 955 | GenerateClassCluster=0 956 | DocumentUniqueId=GKMZQQOG 957 | 958 | [Document55] 959 | DocumentPath=mod_misc.PcbLib 960 | AnnotationEnabled=1 961 | AnnotateStartValue=1 962 | AnnotationIndexControlEnabled=0 963 | AnnotateSuffix= 964 | AnnotateScope=All 965 | AnnotateOrder=-1 966 | DoLibraryUpdate=1 967 | DoDatabaseUpdate=1 968 | ClassGenCCAutoEnabled=1 969 | ClassGenCCAutoRoomEnabled=1 970 | ClassGenNCAutoScope=None 971 | DItemRevisionGUID= 972 | GenerateClassCluster=0 973 | DocumentUniqueId=GYOHSCLQ 974 | 975 | [Document56] 976 | DocumentPath=mod_wireless.PcbLib 977 | AnnotationEnabled=1 978 | AnnotateStartValue=1 979 | AnnotationIndexControlEnabled=0 980 | AnnotateSuffix= 981 | AnnotateScope=All 982 | AnnotateOrder=-1 983 | DoLibraryUpdate=1 984 | DoDatabaseUpdate=1 985 | ClassGenCCAutoEnabled=1 986 | ClassGenCCAutoRoomEnabled=1 987 | ClassGenNCAutoScope=None 988 | DItemRevisionGUID= 989 | GenerateClassCluster=0 990 | DocumentUniqueId=WNMQTAMB 991 | 992 | [Document57] 993 | DocumentPath=mod_wireless.SchLib 994 | AnnotationEnabled=1 995 | AnnotateStartValue=1 996 | AnnotationIndexControlEnabled=0 997 | AnnotateSuffix= 998 | AnnotateScope=All 999 | AnnotateOrder=-1 1000 | DoLibraryUpdate=1 1001 | DoDatabaseUpdate=1 1002 | ClassGenCCAutoEnabled=1 1003 | ClassGenCCAutoRoomEnabled=1 1004 | ClassGenNCAutoScope=None 1005 | DItemRevisionGUID= 1006 | GenerateClassCluster=0 1007 | DocumentUniqueId=EOKCMICD 1008 | 1009 | [OutputGroup1] 1010 | Name=Netlist Outputs 1011 | Description= 1012 | TargetPrinter=Microsoft Print to PDF 1013 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1014 | OutputType1=CadnetixNetlist 1015 | OutputName1=Cadnetix Netlist 1016 | OutputDocumentPath1= 1017 | OutputVariantName1= 1018 | OutputDefault1=0 1019 | OutputType2=CalayNetlist 1020 | OutputName2=Calay Netlist 1021 | OutputDocumentPath2= 1022 | OutputVariantName2= 1023 | OutputDefault2=0 1024 | OutputType3=EDIF 1025 | OutputName3=EDIF for PCB 1026 | OutputDocumentPath3= 1027 | OutputVariantName3= 1028 | OutputDefault3=0 1029 | OutputType4=EESofNetlist 1030 | OutputName4=EESof Netlist 1031 | OutputDocumentPath4= 1032 | OutputVariantName4= 1033 | OutputDefault4=0 1034 | OutputType5=IntergraphNetlist 1035 | OutputName5=Intergraph Netlist 1036 | OutputDocumentPath5= 1037 | OutputVariantName5= 1038 | OutputDefault5=0 1039 | OutputType6=MentorBoardStationNetlist 1040 | OutputName6=Mentor BoardStation Netlist 1041 | OutputDocumentPath6= 1042 | OutputVariantName6= 1043 | OutputDefault6=0 1044 | OutputType7=MultiWire 1045 | OutputName7=MultiWire 1046 | OutputDocumentPath7= 1047 | OutputVariantName7= 1048 | OutputDefault7=0 1049 | OutputType8=OrCadPCB2Netlist 1050 | OutputName8=Orcad/PCB2 Netlist 1051 | OutputDocumentPath8= 1052 | OutputVariantName8= 1053 | OutputDefault8=0 1054 | OutputType9=PADSNetlist 1055 | OutputName9=PADS ASCII Netlist 1056 | OutputDocumentPath9= 1057 | OutputVariantName9= 1058 | OutputDefault9=0 1059 | OutputType10=Pcad 1060 | OutputName10=Pcad for PCB 1061 | OutputDocumentPath10= 1062 | OutputVariantName10= 1063 | OutputDefault10=0 1064 | OutputType11=PCADNetlist 1065 | OutputName11=PCAD Netlist 1066 | OutputDocumentPath11= 1067 | OutputVariantName11= 1068 | OutputDefault11=0 1069 | OutputType12=PCADnltNetlist 1070 | OutputName12=PCADnlt Netlist 1071 | OutputDocumentPath12= 1072 | OutputVariantName12= 1073 | OutputDefault12=0 1074 | OutputType13=Protel2Netlist 1075 | OutputName13=Protel2 Netlist 1076 | OutputDocumentPath13= 1077 | OutputVariantName13= 1078 | OutputDefault13=0 1079 | OutputType14=ProtelNetlist 1080 | OutputName14=Protel 1081 | OutputDocumentPath14= 1082 | OutputVariantName14= 1083 | OutputDefault14=0 1084 | OutputType15=RacalNetlist 1085 | OutputName15=Racal Netlist 1086 | OutputDocumentPath15= 1087 | OutputVariantName15= 1088 | OutputDefault15=0 1089 | OutputType16=RINFNetlist 1090 | OutputName16=RINF Netlist 1091 | OutputDocumentPath16= 1092 | OutputVariantName16= 1093 | OutputDefault16=0 1094 | OutputType17=SciCardsNetlist 1095 | OutputName17=SciCards Netlist 1096 | OutputDocumentPath17= 1097 | OutputVariantName17= 1098 | OutputDefault17=0 1099 | OutputType18=TangoNetlist 1100 | OutputName18=Tango Netlist 1101 | OutputDocumentPath18= 1102 | OutputVariantName18= 1103 | OutputDefault18=0 1104 | OutputType19=TelesisNetlist 1105 | OutputName19=Telesis Netlist 1106 | OutputDocumentPath19= 1107 | OutputVariantName19= 1108 | OutputDefault19=0 1109 | OutputType20=WireListNetlist 1110 | OutputName20=WireList Netlist 1111 | OutputDocumentPath20= 1112 | OutputVariantName20= 1113 | OutputDefault20=0 1114 | 1115 | [OutputGroup2] 1116 | Name=Simulator Outputs 1117 | Description= 1118 | TargetPrinter=Foxit Reader PDF Printer 1119 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1120 | 1121 | [OutputGroup3] 1122 | Name=Documentation Outputs 1123 | Description= 1124 | TargetPrinter=Virtual Printer 1125 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1126 | OutputType1=Composite 1127 | OutputName1=Composite Drawing 1128 | OutputDocumentPath1= 1129 | OutputVariantName1= 1130 | OutputDefault1=0 1131 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1132 | OutputType2=PCB 3D Print 1133 | OutputName2=PCB 3D Print 1134 | OutputDocumentPath2= 1135 | OutputVariantName2=[No Variations] 1136 | OutputDefault2=0 1137 | 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=A4|PaperIndex=9 1138 | OutputType3=PCB 3D Video 1139 | OutputName3=PCB 3D Video 1140 | OutputDocumentPath3= 1141 | OutputVariantName3=[No Variations] 1142 | OutputDefault3=0 1143 | 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=A4|PaperIndex=9 1144 | OutputType4=PCB Print 1145 | OutputName4=PCB Prints 1146 | OutputDocumentPath4= 1147 | OutputVariantName4= 1148 | OutputDefault4=0 1149 | 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=A4|PaperIndex=9 1150 | OutputType5=PCBDrawing 1151 | OutputName5=Draftsman 1152 | OutputDocumentPath5= 1153 | OutputVariantName5=[No Variations] 1154 | OutputDefault5=0 1155 | 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=A4|PaperIndex=9 1156 | OutputType6=PCBLIB Print 1157 | OutputName6=PCBLIB Prints 1158 | OutputDocumentPath6= 1159 | OutputVariantName6= 1160 | OutputDefault6=0 1161 | 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=A4|PaperIndex=9 1162 | OutputType7=PDF3D 1163 | OutputName7=PDF3D 1164 | OutputDocumentPath7= 1165 | OutputVariantName7=[No Variations] 1166 | OutputDefault7=0 1167 | 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=A4|PaperIndex=9 1168 | OutputType8=Report Print 1169 | OutputName8=Report Prints 1170 | OutputDocumentPath8= 1171 | OutputVariantName8= 1172 | OutputDefault8=0 1173 | 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=A4|PaperIndex=9 1174 | OutputType9=Schematic Print 1175 | OutputName9=Schematic Prints 1176 | OutputDocumentPath9= 1177 | OutputVariantName9= 1178 | OutputDefault9=0 1179 | 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=A4|PaperIndex=9 1180 | OutputType10=SimView Print 1181 | OutputName10=SimView Prints 1182 | OutputDocumentPath10= 1183 | OutputVariantName10= 1184 | OutputDefault10=0 1185 | 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=A4|PaperIndex=9 1186 | 1187 | [OutputGroup4] 1188 | Name=Assembly Outputs 1189 | Description= 1190 | TargetPrinter=Microsoft Print to PDF 1191 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1192 | OutputType1=Assembly 1193 | OutputName1=Assembly Drawings 1194 | OutputDocumentPath1= 1195 | OutputVariantName1=[No Variations] 1196 | OutputDefault1=0 1197 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1198 | OutputType2=Pick Place 1199 | OutputName2=Generates pick and place files 1200 | OutputDocumentPath2= 1201 | OutputVariantName2=[No Variations] 1202 | OutputDefault2=0 1203 | OutputType3=Test Points For Assembly 1204 | OutputName3=Test Point Report 1205 | OutputDocumentPath3= 1206 | OutputVariantName3=[No Variations] 1207 | OutputDefault3=0 1208 | 1209 | [OutputGroup5] 1210 | Name=Fabrication Outputs 1211 | Description= 1212 | TargetPrinter=Microsoft Print to PDF 1213 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1214 | OutputType1=Board Stack Report 1215 | OutputName1=Report Board Stack 1216 | OutputDocumentPath1= 1217 | OutputVariantName1= 1218 | OutputDefault1=0 1219 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1220 | OutputType2=CompositeDrill 1221 | OutputName2=Composite Drill Drawing 1222 | OutputDocumentPath2= 1223 | OutputVariantName2= 1224 | OutputDefault2=0 1225 | 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=A4|PaperIndex=9 1226 | OutputType3=Drill 1227 | OutputName3=Drill Drawing/Guides 1228 | OutputDocumentPath3= 1229 | OutputVariantName3= 1230 | OutputDefault3=0 1231 | 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=A4|PaperIndex=9 1232 | OutputType4=Final 1233 | OutputName4=Final Artwork Prints 1234 | OutputDocumentPath4= 1235 | OutputVariantName4=[No Variations] 1236 | OutputDefault4=0 1237 | 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=A4|PaperIndex=9 1238 | OutputType5=Gerber 1239 | OutputName5=Gerber Files 1240 | OutputDocumentPath5= 1241 | OutputVariantName5=[No Variations] 1242 | OutputDefault5=0 1243 | OutputType6=Gerber X2 1244 | OutputName6=Gerber X2 Files 1245 | OutputDocumentPath6= 1246 | OutputVariantName6= 1247 | OutputDefault6=0 1248 | OutputType7=IPC2581 1249 | OutputName7=IPC-2581 Files 1250 | OutputDocumentPath7= 1251 | OutputVariantName7= 1252 | OutputDefault7=0 1253 | OutputType8=Mask 1254 | OutputName8=Solder/Paste Mask Prints 1255 | OutputDocumentPath8= 1256 | OutputVariantName8= 1257 | OutputDefault8=0 1258 | 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=A4|PaperIndex=9 1259 | OutputType9=NC Drill 1260 | OutputName9=NC Drill Files 1261 | OutputDocumentPath9= 1262 | OutputVariantName9= 1263 | OutputDefault9=0 1264 | OutputType10=ODB 1265 | OutputName10=ODB++ Files 1266 | OutputDocumentPath10= 1267 | OutputVariantName10=[No Variations] 1268 | OutputDefault10=0 1269 | OutputType11=Plane 1270 | OutputName11=Power-Plane Prints 1271 | OutputDocumentPath11= 1272 | OutputVariantName11= 1273 | OutputDefault11=0 1274 | 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=A4|PaperIndex=9 1275 | OutputType12=Test Points 1276 | OutputName12=Test Point Report 1277 | OutputDocumentPath12= 1278 | OutputVariantName12= 1279 | OutputDefault12=0 1280 | 1281 | [OutputGroup6] 1282 | Name=Report Outputs 1283 | Description= 1284 | TargetPrinter=Microsoft Print to PDF 1285 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1286 | OutputType1=BOM_PartType 1287 | OutputName1=Bill of Materials 1288 | OutputDocumentPath1= 1289 | OutputVariantName1=[No Variations] 1290 | OutputDefault1=0 1291 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1292 | OutputType2=ComponentCrossReference 1293 | OutputName2=Component Cross Reference Report 1294 | OutputDocumentPath2= 1295 | OutputVariantName2=[No Variations] 1296 | OutputDefault2=0 1297 | OutputType3=ReportHierarchy 1298 | OutputName3=Report Project Hierarchy 1299 | OutputDocumentPath3= 1300 | OutputVariantName3=[No Variations] 1301 | OutputDefault3=0 1302 | OutputType4=Script 1303 | OutputName4=Script Output 1304 | OutputDocumentPath4= 1305 | OutputVariantName4=[No Variations] 1306 | OutputDefault4=0 1307 | OutputType5=SimpleBOM 1308 | OutputName5=Simple BOM 1309 | OutputDocumentPath5= 1310 | OutputVariantName5=[No Variations] 1311 | OutputDefault5=0 1312 | OutputType6=SinglePinNetReporter 1313 | OutputName6=Report Single Pin Nets 1314 | OutputDocumentPath6= 1315 | OutputVariantName6=[No Variations] 1316 | OutputDefault6=0 1317 | 1318 | [OutputGroup7] 1319 | Name=Other Outputs 1320 | Description= 1321 | TargetPrinter=Microsoft Print to PDF 1322 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1323 | OutputType1=Text Print 1324 | OutputName1=Text Print 1325 | OutputDocumentPath1= 1326 | OutputVariantName1= 1327 | OutputDefault1=0 1328 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1329 | OutputType2=Text Print 1330 | OutputName2=Text Print 1331 | OutputDocumentPath2= 1332 | OutputVariantName2= 1333 | OutputDefault2=0 1334 | 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 1335 | OutputType3=Text Print 1336 | OutputName3=Text Print 1337 | OutputDocumentPath3= 1338 | OutputVariantName3= 1339 | OutputDefault3=0 1340 | 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 1341 | OutputType4=Text Print 1342 | OutputName4=Text Print 1343 | OutputDocumentPath4= 1344 | OutputVariantName4= 1345 | OutputDefault4=0 1346 | 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 1347 | OutputType5=Text Print 1348 | OutputName5=Text Print 1349 | OutputDocumentPath5= 1350 | OutputVariantName5= 1351 | OutputDefault5=0 1352 | 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 1353 | OutputType6=Text Print 1354 | OutputName6=Text Print 1355 | OutputDocumentPath6= 1356 | OutputVariantName6= 1357 | OutputDefault6=0 1358 | 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 1359 | OutputType7=Text Print 1360 | OutputName7=Text Print 1361 | OutputDocumentPath7= 1362 | OutputVariantName7= 1363 | OutputDefault7=0 1364 | 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 1365 | OutputType8=Text Print 1366 | OutputName8=Text Print 1367 | OutputDocumentPath8= 1368 | OutputVariantName8= 1369 | OutputDefault8=0 1370 | 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 1371 | OutputType9=Text Print 1372 | OutputName9=Text Print 1373 | OutputDocumentPath9= 1374 | OutputVariantName9= 1375 | OutputDefault9=0 1376 | 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 1377 | OutputType10=Text Print 1378 | OutputName10=Text Print 1379 | OutputDocumentPath10= 1380 | OutputVariantName10= 1381 | OutputDefault10=0 1382 | 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 1383 | OutputType11=Text Print 1384 | OutputName11=Text Print 1385 | OutputDocumentPath11= 1386 | OutputVariantName11= 1387 | OutputDefault11=0 1388 | 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 1389 | OutputType12=Text Print 1390 | OutputName12=Text Print 1391 | OutputDocumentPath12= 1392 | OutputVariantName12= 1393 | OutputDefault12=0 1394 | 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 1395 | OutputType13=Text Print 1396 | OutputName13=Text Print 1397 | OutputDocumentPath13= 1398 | OutputVariantName13= 1399 | OutputDefault13=0 1400 | 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 1401 | OutputType14=Text Print 1402 | OutputName14=Text Print 1403 | OutputDocumentPath14= 1404 | OutputVariantName14= 1405 | OutputDefault14=0 1406 | 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 1407 | OutputType15=Text Print 1408 | OutputName15=Text Print 1409 | OutputDocumentPath15= 1410 | OutputVariantName15= 1411 | OutputDefault15=0 1412 | 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 1413 | OutputType16=Text Print 1414 | OutputName16=Text Print 1415 | OutputDocumentPath16= 1416 | OutputVariantName16= 1417 | OutputDefault16=0 1418 | 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 1419 | OutputType17=Text Print 1420 | OutputName17=Text Print 1421 | OutputDocumentPath17= 1422 | OutputVariantName17= 1423 | OutputDefault17=0 1424 | 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 1425 | OutputType18=Text Print 1426 | OutputName18=Text Print 1427 | OutputDocumentPath18= 1428 | OutputVariantName18= 1429 | OutputDefault18=0 1430 | 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 1431 | OutputType19=Text Print 1432 | OutputName19=Text Print 1433 | OutputDocumentPath19= 1434 | OutputVariantName19= 1435 | OutputDefault19=0 1436 | 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 1437 | OutputType20=Text Print 1438 | OutputName20=Text Print 1439 | OutputDocumentPath20= 1440 | OutputVariantName20= 1441 | OutputDefault20=0 1442 | 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 1443 | OutputType21=Text Print 1444 | OutputName21=Text Print 1445 | OutputDocumentPath21= 1446 | OutputVariantName21= 1447 | OutputDefault21=0 1448 | 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 1449 | OutputType22=Text Print 1450 | OutputName22=Text Print 1451 | OutputDocumentPath22= 1452 | OutputVariantName22= 1453 | OutputDefault22=0 1454 | 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 1455 | OutputType23=Text Print 1456 | OutputName23=Text Print 1457 | OutputDocumentPath23= 1458 | OutputVariantName23= 1459 | OutputDefault23=0 1460 | 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 1461 | OutputType24=Text Print 1462 | OutputName24=Text Print 1463 | OutputDocumentPath24= 1464 | OutputVariantName24= 1465 | OutputDefault24=0 1466 | 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 1467 | OutputType25=Text Print 1468 | OutputName25=Text Print 1469 | OutputDocumentPath25= 1470 | OutputVariantName25= 1471 | OutputDefault25=0 1472 | 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 1473 | OutputType26=Text Print 1474 | OutputName26=Text Print 1475 | OutputDocumentPath26= 1476 | OutputVariantName26= 1477 | OutputDefault26=0 1478 | 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 1479 | OutputType27=Text Print 1480 | OutputName27=Text Print 1481 | OutputDocumentPath27= 1482 | OutputVariantName27= 1483 | OutputDefault27=0 1484 | 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 1485 | OutputType28=Text Print 1486 | OutputName28=Text Print 1487 | OutputDocumentPath28= 1488 | OutputVariantName28= 1489 | OutputDefault28=0 1490 | 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 1491 | OutputType29=Text Print 1492 | OutputName29=Text Print 1493 | OutputDocumentPath29= 1494 | OutputVariantName29= 1495 | OutputDefault29=0 1496 | 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 1497 | 1498 | [OutputGroup8] 1499 | Name=Validation Outputs 1500 | Description= 1501 | TargetPrinter=Microsoft Print to PDF 1502 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1503 | OutputType1=BOM_Violations 1504 | OutputName1=BOM Checks Report 1505 | OutputDocumentPath1= 1506 | OutputVariantName1= 1507 | OutputDefault1=0 1508 | OutputType2=Component states check 1509 | OutputName2=Server's components states check 1510 | OutputDocumentPath2= 1511 | OutputVariantName2= 1512 | OutputDefault2=0 1513 | OutputType3=Configuration compliance 1514 | OutputName3=Environment configuration compliance check 1515 | OutputDocumentPath3= 1516 | OutputVariantName3= 1517 | OutputDefault3=0 1518 | OutputType4=Design Rules Check 1519 | OutputName4=Design Rules Check 1520 | OutputDocumentPath4= 1521 | OutputVariantName4= 1522 | OutputDefault4=0 1523 | 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=A4|PaperIndex=9 1524 | OutputType5=Differences Report 1525 | OutputName5=Differences Report 1526 | OutputDocumentPath5= 1527 | OutputVariantName5= 1528 | OutputDefault5=0 1529 | 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=A4|PaperIndex=9 1530 | OutputType6=Electrical Rules Check 1531 | OutputName6=Electrical Rules Check 1532 | OutputDocumentPath6= 1533 | OutputVariantName6= 1534 | OutputDefault6=0 1535 | 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=A4|PaperIndex=9 1536 | OutputType7=Footprint Comparison Report 1537 | OutputName7=Footprint Comparison Report 1538 | OutputDocumentPath7= 1539 | OutputVariantName7= 1540 | OutputDefault7=0 1541 | 1542 | [OutputGroup9] 1543 | Name=Export Outputs 1544 | Description= 1545 | TargetPrinter=Microsoft Print to PDF 1546 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1547 | OutputType1=AutoCAD dwg/dxf PCB 1548 | OutputName1=AutoCAD dwg/dxf File PCB 1549 | OutputDocumentPath1= 1550 | OutputVariantName1= 1551 | OutputDefault1=0 1552 | OutputType2=AutoCAD dwg/dxf Schematic 1553 | OutputName2=AutoCAD dwg/dxf File Schematic 1554 | OutputDocumentPath2= 1555 | OutputVariantName2= 1556 | OutputDefault2=0 1557 | OutputType3=ExportIDF 1558 | OutputName3=Export IDF 1559 | OutputDocumentPath3= 1560 | OutputVariantName3= 1561 | OutputDefault3=0 1562 | OutputType4=ExportPARASOLID 1563 | OutputName4=Export PARASOLID 1564 | OutputDocumentPath4= 1565 | OutputVariantName4=[No Variations] 1566 | OutputDefault4=0 1567 | OutputType5=ExportSTEP 1568 | OutputName5=Export STEP 1569 | OutputDocumentPath5= 1570 | OutputVariantName5=[No Variations] 1571 | OutputDefault5=0 1572 | OutputType6=ExportVRML 1573 | OutputName6=Export VRML 1574 | OutputDocumentPath6= 1575 | OutputVariantName6=[No Variations] 1576 | OutputDefault6=0 1577 | OutputType7=Save As/Export PCB 1578 | OutputName7=Save As/Export PCB 1579 | OutputDocumentPath7= 1580 | OutputVariantName7= 1581 | OutputDefault7=0 1582 | OutputType8=Save As/Export Schematic 1583 | OutputName8=Save As/Export Schematic 1584 | OutputDocumentPath8= 1585 | OutputVariantName8= 1586 | OutputDefault8=0 1587 | OutputType9=Specctra Design PCB 1588 | OutputName9=Specctra Design PCB 1589 | OutputDocumentPath9= 1590 | OutputVariantName9= 1591 | OutputDefault9=0 1592 | OutputType10=MBAExportPARASOLID 1593 | OutputName10=Export PARASOLID 1594 | OutputDocumentPath10= 1595 | OutputVariantName10= 1596 | OutputDefault10=0 1597 | OutputType11=MBAExportSTEP 1598 | OutputName11=Export STEP 1599 | OutputDocumentPath11= 1600 | OutputVariantName11= 1601 | OutputDefault11=0 1602 | 1603 | [OutputGroup10] 1604 | Name=PostProcess Outputs 1605 | Description= 1606 | TargetPrinter=Microsoft Print to PDF 1607 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1608 | OutputType1=Copy Files 1609 | OutputName1=Copy Files 1610 | OutputDocumentPath1= 1611 | OutputVariantName1= 1612 | OutputDefault1=0 1613 | 1614 | [Modification Levels] 1615 | Type1=1 1616 | Type2=1 1617 | Type3=1 1618 | Type4=1 1619 | Type5=1 1620 | Type6=1 1621 | Type7=1 1622 | Type8=1 1623 | Type9=1 1624 | Type10=1 1625 | Type11=1 1626 | Type12=1 1627 | Type13=1 1628 | Type14=1 1629 | Type15=1 1630 | Type16=1 1631 | Type17=1 1632 | Type18=1 1633 | Type19=1 1634 | Type20=1 1635 | Type21=1 1636 | Type22=1 1637 | Type23=1 1638 | Type24=1 1639 | Type25=1 1640 | Type26=1 1641 | Type27=1 1642 | Type28=1 1643 | Type29=1 1644 | Type30=1 1645 | Type31=1 1646 | Type32=1 1647 | Type33=1 1648 | Type34=1 1649 | Type35=1 1650 | Type36=1 1651 | Type37=1 1652 | Type38=1 1653 | Type39=1 1654 | Type40=1 1655 | Type41=1 1656 | Type42=1 1657 | Type43=1 1658 | Type44=1 1659 | Type45=1 1660 | Type46=1 1661 | Type47=1 1662 | Type48=1 1663 | Type49=1 1664 | Type50=1 1665 | Type51=1 1666 | Type52=1 1667 | Type53=1 1668 | Type54=1 1669 | Type55=1 1670 | Type56=1 1671 | Type57=1 1672 | Type58=1 1673 | Type59=1 1674 | Type60=1 1675 | Type61=1 1676 | Type62=1 1677 | Type63=1 1678 | Type64=1 1679 | Type65=1 1680 | Type66=1 1681 | Type67=1 1682 | Type68=1 1683 | Type69=1 1684 | Type70=1 1685 | Type71=1 1686 | Type72=1 1687 | Type73=1 1688 | Type74=1 1689 | Type75=1 1690 | Type76=1 1691 | Type77=1 1692 | Type78=1 1693 | Type79=1 1694 | Type80=1 1695 | Type81=1 1696 | Type82=1 1697 | Type83=1 1698 | Type84=1 1699 | Type85=1 1700 | Type86=1 1701 | Type87=1 1702 | Type88=1 1703 | Type89=1 1704 | Type90=1 1705 | Type91=1 1706 | Type92=1 1707 | Type93=1 1708 | Type94=1 1709 | Type95=1 1710 | Type96=1 1711 | Type97=1 1712 | Type98=1 1713 | Type99=1 1714 | Type100=1 1715 | Type101=1 1716 | Type102=1 1717 | Type103=1 1718 | Type104=1 1719 | Type105=1 1720 | Type106=1 1721 | Type107=1 1722 | Type108=1 1723 | Type109=1 1724 | Type110=1 1725 | Type111=1 1726 | Type112=1 1727 | Type113=1 1728 | Type114=1 1729 | Type115=1 1730 | Type116=1 1731 | Type117=1 1732 | 1733 | [Difference Levels] 1734 | Type1=1 1735 | Type2=1 1736 | Type3=1 1737 | Type4=1 1738 | Type5=1 1739 | Type6=1 1740 | Type7=1 1741 | Type8=1 1742 | Type9=1 1743 | Type10=1 1744 | Type11=1 1745 | Type12=1 1746 | Type13=1 1747 | Type14=1 1748 | Type15=1 1749 | Type16=1 1750 | Type17=1 1751 | Type18=1 1752 | Type19=1 1753 | Type20=1 1754 | Type21=1 1755 | Type22=1 1756 | Type23=1 1757 | Type24=1 1758 | Type25=1 1759 | Type26=1 1760 | Type27=1 1761 | Type28=1 1762 | Type29=1 1763 | Type30=1 1764 | Type31=1 1765 | Type32=1 1766 | Type33=1 1767 | Type34=1 1768 | Type35=1 1769 | Type36=1 1770 | Type37=1 1771 | Type38=1 1772 | Type39=1 1773 | Type40=1 1774 | Type41=1 1775 | Type42=1 1776 | Type43=1 1777 | Type44=1 1778 | Type45=1 1779 | Type46=1 1780 | Type47=1 1781 | Type48=1 1782 | Type49=1 1783 | Type50=1 1784 | Type51=1 1785 | Type52=1 1786 | Type53=1 1787 | Type54=1 1788 | Type55=1 1789 | Type56=1 1790 | Type57=1 1791 | Type58=1 1792 | Type59=1 1793 | Type60=1 1794 | Type61=1 1795 | Type62=1 1796 | Type63=1 1797 | Type64=1 1798 | Type65=1 1799 | Type66=1 1800 | 1801 | [Electrical Rules Check] 1802 | Type1=1 1803 | Type2=1 1804 | Type3=2 1805 | Type4=1 1806 | Type5=2 1807 | Type6=2 1808 | Type7=1 1809 | Type8=1 1810 | Type9=1 1811 | Type10=1 1812 | Type11=2 1813 | Type12=2 1814 | Type13=2 1815 | Type14=1 1816 | Type15=1 1817 | Type16=1 1818 | Type17=1 1819 | Type18=1 1820 | Type19=1 1821 | Type20=1 1822 | Type21=1 1823 | Type22=1 1824 | Type23=1 1825 | Type24=1 1826 | Type25=2 1827 | Type26=2 1828 | Type27=2 1829 | Type28=1 1830 | Type29=1 1831 | Type30=1 1832 | Type31=1 1833 | Type32=2 1834 | Type33=2 1835 | Type34=2 1836 | Type35=1 1837 | Type36=2 1838 | Type37=1 1839 | Type38=2 1840 | Type39=2 1841 | Type40=2 1842 | Type41=0 1843 | Type42=2 1844 | Type43=1 1845 | Type44=1 1846 | Type45=2 1847 | Type46=1 1848 | Type47=2 1849 | Type48=2 1850 | Type49=1 1851 | Type50=2 1852 | Type51=1 1853 | Type52=1 1854 | Type53=1 1855 | Type54=1 1856 | Type55=1 1857 | Type56=2 1858 | Type57=1 1859 | Type58=1 1860 | Type59=2 1861 | Type60=1 1862 | Type61=2 1863 | Type62=2 1864 | Type63=1 1865 | Type64=0 1866 | Type65=2 1867 | Type66=3 1868 | Type67=2 1869 | Type68=2 1870 | Type69=2 1871 | Type70=2 1872 | Type71=2 1873 | Type72=2 1874 | Type73=2 1875 | Type74=1 1876 | Type75=2 1877 | Type76=1 1878 | Type77=1 1879 | Type78=1 1880 | Type79=1 1881 | Type80=2 1882 | Type81=3 1883 | Type82=3 1884 | Type83=3 1885 | Type84=3 1886 | Type85=3 1887 | Type86=2 1888 | Type87=2 1889 | Type88=2 1890 | Type89=1 1891 | Type90=1 1892 | Type91=3 1893 | Type92=3 1894 | Type93=2 1895 | Type94=2 1896 | Type95=2 1897 | Type96=2 1898 | Type97=2 1899 | Type98=0 1900 | Type99=1 1901 | Type100=2 1902 | Type101=1 1903 | Type102=2 1904 | Type103=2 1905 | Type104=1 1906 | Type105=2 1907 | Type106=2 1908 | Type107=2 1909 | Type108=2 1910 | Type109=1 1911 | Type110=1 1912 | Type111=1 1913 | Type112=1 1914 | Type113=1 1915 | Type114=2 1916 | Type115=2 1917 | Type116=2 1918 | Type117=3 1919 | Type118=3 1920 | Type119=3 1921 | MultiChannelAlternate=2 1922 | AlternateItemFail=3 1923 | Type122=2 1924 | 1925 | [ERC Connection Matrix] 1926 | L1=NNNNNNNNNNNWNNNWW 1927 | L2=NNWNNNNWWWNWNWNWN 1928 | L3=NWEENEEEENEWNEEWN 1929 | L4=NNENNNWEENNWNENWN 1930 | L5=NNNNNNNNNNNNNNNNN 1931 | L6=NNENNNNEENNWNENWN 1932 | L7=NNEWNNWEENNWNENWN 1933 | L8=NWEENEENEEENNEENN 1934 | L9=NWEENEEEENEWNEEWW 1935 | L10=NWNNNNNENNEWNNEWN 1936 | L11=NNENNNNEEENWNENWN 1937 | L12=WWWWNWWNWWWNWWWNN 1938 | L13=NNNNNNNNNNNWNNNWW 1939 | L14=NWEENEEEENEWNEEWW 1940 | L15=NNENNNNEEENWNENWW 1941 | L16=WWWWNWWNWWWNWWWNW 1942 | L17=WNNNNNNNWNNNWWWWN 1943 | 1944 | [Annotate] 1945 | SortOrder=3 1946 | SortLocation=0 1947 | MatchParameter1=Comment 1948 | MatchStrictly1=1 1949 | MatchParameter2=Library Reference 1950 | MatchStrictly2=1 1951 | PhysicalNamingFormat=$Component_$RoomName 1952 | GlobalIndexSortOrder=3 1953 | GlobalIndexSortLocation=0 1954 | 1955 | [PrjClassGen] 1956 | CompClassManualEnabled=0 1957 | CompClassManualRoomEnabled=0 1958 | NetClassAutoBusEnabled=1 1959 | NetClassAutoCompEnabled=0 1960 | NetClassAutoNamedHarnessEnabled=0 1961 | NetClassManualEnabled=1 1962 | NetClassSeparateForBusSections=0 1963 | 1964 | [LibraryUpdateOptions] 1965 | SelectedOnly=0 1966 | UpdateVariants=1 1967 | PartTypes=0 1968 | FullReplace=1 1969 | UpdateDesignatorLock=1 1970 | UpdatePartIDLock=1 1971 | PreserveParameterLocations=1 1972 | PreserveParameterVisibility=1 1973 | DoGraphics=1 1974 | DoParameters=1 1975 | DoModels=1 1976 | AddParameters=0 1977 | RemoveParameters=0 1978 | AddModels=1 1979 | RemoveModels=1 1980 | UpdateCurrentModels=1 1981 | 1982 | [DatabaseUpdateOptions] 1983 | SelectedOnly=0 1984 | UpdateVariants=1 1985 | PartTypes=0 1986 | 1987 | [Comparison Options] 1988 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1989 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1990 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1991 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1992 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1993 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1994 | 1995 | [SmartPDF] 1996 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1997 | 1998 | -------------------------------------------------------------------------------- /ant.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/ant.PcbLib -------------------------------------------------------------------------------- /ardunio.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/ardunio.SchLib -------------------------------------------------------------------------------- /bat.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/bat.PcbLib -------------------------------------------------------------------------------- /bat.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/bat.SchLib -------------------------------------------------------------------------------- /beeper.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/beeper.PcbLib -------------------------------------------------------------------------------- /beeper.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/beeper.SchLib -------------------------------------------------------------------------------- /bjt.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/bjt.SchLib -------------------------------------------------------------------------------- /btn.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/btn.PcbLib -------------------------------------------------------------------------------- /btn_switch.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/btn_switch.SchLib -------------------------------------------------------------------------------- /cap.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/cap.PcbLib -------------------------------------------------------------------------------- /cap.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/cap.SchLib -------------------------------------------------------------------------------- /charger.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/charger.SchLib -------------------------------------------------------------------------------- /comm.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/comm.SchLib -------------------------------------------------------------------------------- /config/shortcut_pic/reposition.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/config/shortcut_pic/reposition.bmp -------------------------------------------------------------------------------- /conn.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/conn.PcbLib -------------------------------------------------------------------------------- /conn.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/conn.SchLib -------------------------------------------------------------------------------- /dac.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/dac.SchLib -------------------------------------------------------------------------------- /dcdc.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/dcdc.SchLib -------------------------------------------------------------------------------- /dig_logic.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/dig_logic.SchLib -------------------------------------------------------------------------------- /dio.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/dio.PcbLib -------------------------------------------------------------------------------- /dio.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/dio.SchLib -------------------------------------------------------------------------------- /flash.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/flash.SchLib -------------------------------------------------------------------------------- /header.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/header.PcbLib -------------------------------------------------------------------------------- /header.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/header.SchLib -------------------------------------------------------------------------------- /ind.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/ind.PcbLib -------------------------------------------------------------------------------- /ind.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/ind.SchLib -------------------------------------------------------------------------------- /leaded.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/leaded.PcbLib -------------------------------------------------------------------------------- /leaded_th.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/leaded_th.PcbLib -------------------------------------------------------------------------------- /leadless.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/leadless.PcbLib -------------------------------------------------------------------------------- /mcu_nrf.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mcu_nrf.SchLib -------------------------------------------------------------------------------- /mcu_nxp.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mcu_nxp.SchLib -------------------------------------------------------------------------------- /mcu_stm.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mcu_stm.SchLib -------------------------------------------------------------------------------- /mcu_ti.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mcu_ti.SchLib -------------------------------------------------------------------------------- /mod_display.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_display.PcbLib -------------------------------------------------------------------------------- /mod_display.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_display.SchLib -------------------------------------------------------------------------------- /mod_misc.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_misc.PcbLib -------------------------------------------------------------------------------- /mod_misc.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_misc.SchLib -------------------------------------------------------------------------------- /mod_pwr.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_pwr.PcbLib -------------------------------------------------------------------------------- /mod_pwr.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_pwr.SchLib -------------------------------------------------------------------------------- /mod_wireless.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_wireless.PcbLib -------------------------------------------------------------------------------- /mod_wireless.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mod_wireless.SchLib -------------------------------------------------------------------------------- /mos.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mos.SchLib -------------------------------------------------------------------------------- /mos_drv.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/mos_drv.SchLib -------------------------------------------------------------------------------- /motor_drv.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/motor_drv.SchLib -------------------------------------------------------------------------------- /opamp.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/opamp.SchLib -------------------------------------------------------------------------------- /pic/View_Option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/View_Option.png -------------------------------------------------------------------------------- /pic/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/demo.png -------------------------------------------------------------------------------- /pic/demo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/demo2.png -------------------------------------------------------------------------------- /pic/demo2_com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/demo2_com.png -------------------------------------------------------------------------------- /pic/demo_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/demo_component.png -------------------------------------------------------------------------------- /pic/max6675.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pic/max6675.PcbDoc -------------------------------------------------------------------------------- /pptc.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pptc.PcbLib -------------------------------------------------------------------------------- /pptc.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/pptc.SchLib -------------------------------------------------------------------------------- /ram.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/ram.SchLib -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # AD Lib collection 2 | 3 | - 3D图 4 | 5 | ![1543401462559](./pic/demo.png) 6 | 7 | - 元件位置图 8 | 9 | ![](./pic/demo_component.png) 10 | 11 | - 使用时要在工程里面做一下设置,按下L键,打开View Option,如下设置 12 | 13 | ![1543405023258](./pic/View_Option.png) 14 | 15 | - 再来个例子 16 | 17 | ![1543477879788](./pic/demo2.png) 18 | 19 | ![1543477839837](./pic/demo2_com.png) 20 | 21 | Thanks to KitSprout and issus's Libs 22 | 23 | https://github.com/KitSprout/AltiumDesigner_PcbLibrary 24 | 25 | https://github.com/issus/altium-library -------------------------------------------------------------------------------- /regulator.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/regulator.SchLib -------------------------------------------------------------------------------- /res.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/res.PcbLib -------------------------------------------------------------------------------- /res.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/res.SchLib -------------------------------------------------------------------------------- /rf.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/rf.SchLib -------------------------------------------------------------------------------- /sdcard.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/sdcard.PcbLib -------------------------------------------------------------------------------- /sdcard.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/sdcard.SchLib -------------------------------------------------------------------------------- /sensor.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/sensor.SchLib -------------------------------------------------------------------------------- /swt.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/swt.PcbLib -------------------------------------------------------------------------------- /usb.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/usb.SchLib -------------------------------------------------------------------------------- /utils.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/utils.PcbLib -------------------------------------------------------------------------------- /utils.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/utils.SchLib -------------------------------------------------------------------------------- /xtal.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/xtal.PcbLib -------------------------------------------------------------------------------- /xtal.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konosubakonoakua/adlib/ad8ec4b7fa4e979bcd6f6320bdb2342d1547abc8/xtal.SchLib --------------------------------------------------------------------------------