1
0

GPStracker.PrjPcb 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461
  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=Sources
  20. UserID=0xFFFFFFFF
  21. DefaultPcbProtel=1
  22. DefaultPcbPcad=0
  23. ReorderDocumentsOnCompile=1
  24. NameNetsHierarchically=0
  25. PowerPortNamesTakePriority=0
  26. AutoSheetNumbering=1
  27. AutoCrossReferences=0
  28. NewIndexingOfSheetSymbols=0
  29. PushECOToAnnotationFile=1
  30. DItemRevisionGUID=
  31. ReportSuppressedErrorsInMessages=0
  32. FSMCodingStyle=eFMSDropDownList_OneProcess
  33. FSMEncodingStyle=eFMSDropDownList_OneHot
  34. IsProjectConflictPreventionWarningsEnabled=0
  35. OutputPath=
  36. LogFolderPath=
  37. ManagedProjectGUID=
  38. IncludeDesignInRelease=0
  39. CrossRefSheetStyle=1
  40. CrossRefLocationStyle=1
  41. CrossRefPorts=3
  42. CrossRefCrossSheets=1
  43. CrossRefSheetEntries=0
  44. CrossRefFollowFromMainSettings=1
  45. [Preferences]
  46. PrefsVaultGUID=
  47. PrefsRevisionGUID=
  48. [Document1]
  49. DocumentPath=SD.SchDoc
  50. AnnotationEnabled=1
  51. AnnotateStartValue=1
  52. AnnotationIndexControlEnabled=0
  53. AnnotateSuffix=
  54. AnnotateScope=All
  55. AnnotateOrder=0
  56. DoLibraryUpdate=1
  57. DoDatabaseUpdate=1
  58. ClassGenCCAutoEnabled=1
  59. ClassGenCCAutoRoomEnabled=1
  60. ClassGenNCAutoScope=None
  61. DItemRevisionGUID=
  62. GenerateClassCluster=0
  63. DocumentUniqueId=BCCJLCUS
  64. [Document2]
  65. DocumentPath=GPS.SchDoc
  66. AnnotationEnabled=1
  67. AnnotateStartValue=1
  68. AnnotationIndexControlEnabled=0
  69. AnnotateSuffix=
  70. AnnotateScope=All
  71. AnnotateOrder=1
  72. DoLibraryUpdate=1
  73. DoDatabaseUpdate=1
  74. ClassGenCCAutoEnabled=1
  75. ClassGenCCAutoRoomEnabled=1
  76. ClassGenNCAutoScope=None
  77. DItemRevisionGUID=
  78. GenerateClassCluster=0
  79. DocumentUniqueId=NHNEZNYE
  80. [Document3]
  81. DocumentPath=uP.SchDoc
  82. AnnotationEnabled=1
  83. AnnotateStartValue=1
  84. AnnotationIndexControlEnabled=0
  85. AnnotateSuffix=
  86. AnnotateScope=All
  87. AnnotateOrder=2
  88. DoLibraryUpdate=1
  89. DoDatabaseUpdate=1
  90. ClassGenCCAutoEnabled=1
  91. ClassGenCCAutoRoomEnabled=1
  92. ClassGenNCAutoScope=None
  93. DItemRevisionGUID=
  94. GenerateClassCluster=0
  95. DocumentUniqueId=TKDSFUYU
  96. [Document4]
  97. DocumentPath=MAIN.SchDoc
  98. AnnotationEnabled=1
  99. AnnotateStartValue=1
  100. AnnotationIndexControlEnabled=0
  101. AnnotateSuffix=
  102. AnnotateScope=All
  103. AnnotateOrder=3
  104. DoLibraryUpdate=1
  105. DoDatabaseUpdate=1
  106. ClassGenCCAutoEnabled=1
  107. ClassGenCCAutoRoomEnabled=1
  108. ClassGenNCAutoScope=None
  109. DItemRevisionGUID=
  110. GenerateClassCluster=0
  111. DocumentUniqueId=GTUMQMFP
  112. [Document5]
  113. DocumentPath=GPST.PcbDoc
  114. AnnotationEnabled=1
  115. AnnotateStartValue=1
  116. AnnotationIndexControlEnabled=0
  117. AnnotateSuffix=
  118. AnnotateScope=All
  119. AnnotateOrder=-1
  120. DoLibraryUpdate=1
  121. DoDatabaseUpdate=1
  122. ClassGenCCAutoEnabled=1
  123. ClassGenCCAutoRoomEnabled=1
  124. ClassGenNCAutoScope=None
  125. DItemRevisionGUID=
  126. GenerateClassCluster=0
  127. DocumentUniqueId=WSFLKPGJ
  128. [Document6]
  129. DocumentPath=LCD.SchDoc
  130. AnnotationEnabled=1
  131. AnnotateStartValue=1
  132. AnnotationIndexControlEnabled=0
  133. AnnotateSuffix=
  134. AnnotateScope=All
  135. AnnotateOrder=4
  136. DoLibraryUpdate=1
  137. DoDatabaseUpdate=1
  138. ClassGenCCAutoEnabled=1
  139. ClassGenCCAutoRoomEnabled=1
  140. ClassGenNCAutoScope=None
  141. DItemRevisionGUID=
  142. GenerateClassCluster=0
  143. DocumentUniqueId=YSWOJFPS
  144. [Document7]
  145. DocumentPath=uP.Harness
  146. AnnotationEnabled=1
  147. AnnotateStartValue=1
  148. AnnotationIndexControlEnabled=0
  149. AnnotateSuffix=
  150. AnnotateScope=All
  151. AnnotateOrder=-1
  152. DoLibraryUpdate=1
  153. DoDatabaseUpdate=1
  154. ClassGenCCAutoEnabled=1
  155. ClassGenCCAutoRoomEnabled=1
  156. ClassGenNCAutoScope=None
  157. DItemRevisionGUID=
  158. GenerateClassCluster=0
  159. DocumentUniqueId=
  160. [Document8]
  161. DocumentPath=SD.Harness
  162. AnnotationEnabled=1
  163. AnnotateStartValue=1
  164. AnnotationIndexControlEnabled=0
  165. AnnotateSuffix=
  166. AnnotateScope=All
  167. AnnotateOrder=-1
  168. DoLibraryUpdate=1
  169. DoDatabaseUpdate=1
  170. ClassGenCCAutoEnabled=1
  171. ClassGenCCAutoRoomEnabled=1
  172. ClassGenNCAutoScope=None
  173. DItemRevisionGUID=
  174. GenerateClassCluster=0
  175. DocumentUniqueId=
  176. [Document9]
  177. DocumentPath=USB.SchDoc
  178. AnnotationEnabled=1
  179. AnnotateStartValue=1
  180. AnnotationIndexControlEnabled=0
  181. AnnotateSuffix=
  182. AnnotateScope=All
  183. AnnotateOrder=5
  184. DoLibraryUpdate=1
  185. DoDatabaseUpdate=1
  186. ClassGenCCAutoEnabled=1
  187. ClassGenCCAutoRoomEnabled=1
  188. ClassGenNCAutoScope=None
  189. DItemRevisionGUID=
  190. GenerateClassCluster=0
  191. DocumentUniqueId=NMELLCFJ
  192. [Document10]
  193. DocumentPath=Supply.SchDoc
  194. AnnotationEnabled=1
  195. AnnotateStartValue=1
  196. AnnotationIndexControlEnabled=0
  197. AnnotateSuffix=
  198. AnnotateScope=All
  199. AnnotateOrder=6
  200. DoLibraryUpdate=1
  201. DoDatabaseUpdate=1
  202. ClassGenCCAutoEnabled=1
  203. ClassGenCCAutoRoomEnabled=1
  204. ClassGenNCAutoScope=None
  205. DItemRevisionGUID=
  206. GenerateClassCluster=0
  207. DocumentUniqueId=OWYOHERK
  208. [Document11]
  209. DocumentPath=Job1.OutJob
  210. AnnotationEnabled=1
  211. AnnotateStartValue=1
  212. AnnotationIndexControlEnabled=0
  213. AnnotateSuffix=
  214. AnnotateScope=All
  215. AnnotateOrder=-1
  216. DoLibraryUpdate=1
  217. DoDatabaseUpdate=1
  218. ClassGenCCAutoEnabled=1
  219. ClassGenCCAutoRoomEnabled=1
  220. ClassGenNCAutoScope=None
  221. DItemRevisionGUID=
  222. GenerateClassCluster=0
  223. DocumentUniqueId=
  224. [GeneratedDocument1]
  225. DocumentPath=../gerber\01\GPST-01-2206-RoundHoles-NonPlated.TXT
  226. DItemRevisionGUID=
  227. [GeneratedDocument2]
  228. DocumentPath=../gerber\01\GPST-01-2206-RoundHoles-Plated.TXT
  229. DItemRevisionGUID=
  230. [GeneratedDocument3]
  231. DocumentPath=../gerber\01\GPST-01-2206-RoundHoles.TXT
  232. DItemRevisionGUID=
  233. [GeneratedDocument4]
  234. DocumentPath=../gerber\01\GPST-01-2206-SlotHoles-Plated.TXT
  235. DItemRevisionGUID=
  236. [GeneratedDocument5]
  237. DocumentPath=../gerber\01\GPST-01-2206-SlotHoles.TXT
  238. DItemRevisionGUID=
  239. [GeneratedDocument6]
  240. DocumentPath=../gerber\01\GPST-01-2206.DRR
  241. DItemRevisionGUID=
  242. [GeneratedDocument7]
  243. DocumentPath=../gerber\01\GPST-01-2206.EXTREP
  244. DItemRevisionGUID=
  245. [GeneratedDocument8]
  246. DocumentPath=../gerber\01\GPST-01-2206.GBL
  247. DItemRevisionGUID=
  248. [GeneratedDocument9]
  249. DocumentPath=../gerber\01\GPST-01-2206.GBO
  250. DItemRevisionGUID=
  251. [GeneratedDocument10]
  252. DocumentPath=../gerber\01\GPST-01-2206.GBP
  253. DItemRevisionGUID=
  254. [GeneratedDocument11]
  255. DocumentPath=../gerber\01\GPST-01-2206.GBS
  256. DItemRevisionGUID=
  257. [GeneratedDocument12]
  258. DocumentPath=../gerber\01\GPST-01-2206.GKO
  259. DItemRevisionGUID=
  260. [GeneratedDocument13]
  261. DocumentPath=../gerber\01\GPST-01-2206.GM7
  262. DItemRevisionGUID=
  263. [GeneratedDocument14]
  264. DocumentPath=../gerber\01\GPST-01-2206.GM8
  265. DItemRevisionGUID=
  266. [GeneratedDocument15]
  267. DocumentPath=../gerber\01\GPST-01-2206.GM9
  268. DItemRevisionGUID=
  269. [GeneratedDocument16]
  270. DocumentPath=../gerber\01\GPST-01-2206.GTL
  271. DItemRevisionGUID=
  272. [GeneratedDocument17]
  273. DocumentPath=../gerber\01\GPST-01-2206.GTO
  274. DItemRevisionGUID=
  275. [GeneratedDocument18]
  276. DocumentPath=../gerber\01\GPST-01-2206.GTP
  277. DItemRevisionGUID=
  278. [GeneratedDocument19]
  279. DocumentPath=../gerber\01\GPST-01-2206.GTS
  280. DItemRevisionGUID=
  281. [GeneratedDocument20]
  282. DocumentPath=../gerber\01\GPST-01-2206.LDP
  283. DItemRevisionGUID=
  284. [GeneratedDocument21]
  285. DocumentPath=../gerber\01\GPST-01-2206.REP
  286. DItemRevisionGUID=
  287. [GeneratedDocument22]
  288. DocumentPath=../gerber\01\GPST-01-2206.RUL
  289. DItemRevisionGUID=
  290. [GeneratedDocument23]
  291. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion-RoundHoles-NonPlated.TXT
  292. DItemRevisionGUID=
  293. [GeneratedDocument24]
  294. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion-RoundHoles-Plated.TXT
  295. DItemRevisionGUID=
  296. [GeneratedDocument25]
  297. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion-SlotHoles-Plated.TXT
  298. DItemRevisionGUID=
  299. [GeneratedDocument26]
  300. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.DRR
  301. DItemRevisionGUID=
  302. [GeneratedDocument27]
  303. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.EXTREP
  304. DItemRevisionGUID=
  305. [GeneratedDocument28]
  306. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GBL
  307. DItemRevisionGUID=
  308. [GeneratedDocument29]
  309. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GBO
  310. DItemRevisionGUID=
  311. [GeneratedDocument30]
  312. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GBP
  313. DItemRevisionGUID=
  314. [GeneratedDocument31]
  315. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GBS
  316. DItemRevisionGUID=
  317. [GeneratedDocument32]
  318. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GKO
  319. DItemRevisionGUID=
  320. [GeneratedDocument33]
  321. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GM7
  322. DItemRevisionGUID=
  323. [GeneratedDocument34]
  324. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GM8
  325. DItemRevisionGUID=
  326. [GeneratedDocument35]
  327. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GM9
  328. DItemRevisionGUID=
  329. [GeneratedDocument36]
  330. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GTL
  331. DItemRevisionGUID=
  332. [GeneratedDocument37]
  333. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GTO
  334. DItemRevisionGUID=
  335. [GeneratedDocument38]
  336. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GTP
  337. DItemRevisionGUID=
  338. [GeneratedDocument39]
  339. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.GTS
  340. DItemRevisionGUID=
  341. [GeneratedDocument40]
  342. DocumentPath=../gerber\PCBName\PRJName-PCBName-PCBVersion.RUL
  343. DItemRevisionGUID=
  344. [Parameter1]
  345. Name=PRJName
  346. Value=GPST
  347. [Parameter2]
  348. Name=PCBVersion
  349. Value=2206
  350. [Parameter3]
  351. Name=PCBName
  352. Value=01
  353. [Configuration1]
  354. Name=Sources
  355. ParameterCount=0
  356. ConstraintFileCount=0
  357. ReleaseItemId=
  358. Variant=[No Variations]
  359. OutputJobsCount=0
  360. ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2
  361. ConfigurationType=Source
  362. [Generic_SmartPDF]
  363. AutoOpenFile=-1
  364. AutoOpenOutJob=-1
  365. [Generic_SmartPDFSettings]
  366. ProjectMode=-1
  367. ZoomPrecision=50
  368. AddNetsInformation=-1
  369. AddNetPins=-1
  370. AddNetNetLabels=-1
  371. AddNetPorts=-1
  372. ShowComponentParameters=-1
  373. GlobalBookmarks=0
  374. ExportBOM=0
  375. TemplateFilename=
  376. TemplateStoreRelative=-1
  377. PCB_PrintColor=0
  378. SCH_PrintColor=0
  379. PrintQuality=-3
  380. SCH_ShowNoErc=-1
  381. SCH_ShowParameter=-1
  382. SCH_ShowProbes=-1
  383. SCH_ShowBlankets=-1
  384. SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
  385. SCH_ShowNote=-1
  386. SCH_ShowNoteCollapsed=-1
  387. SCH_ExpandLogicalToPhysical=-1
  388. SCH_VariantName=[No Variations]
  389. SCH_ExpandComponentDesignators=-1
  390. SCH_ExpandNetlabels=0
  391. SCH_ExpandPorts=0
  392. SCH_ExpandSheetNumber=0
  393. SCH_ExpandDocumentNumber=0
  394. SCH_HasExpandLogicalToPhysicalSheets=-1
  395. SaveSettingsToOutJob=0
  396. [Generic_EDE]
  397. OutputDir=
  398. [OutputGroup1]
  399. Name=Netlist Outputs
  400. Description=
  401. TargetPrinter=PTW Bizhub C224e
  402. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  403. OutputType1=CadnetixNetlist
  404. OutputName1=Cadnetix Netlist
  405. OutputDocumentPath1=
  406. OutputVariantName1=
  407. OutputDefault1=0
  408. OutputType2=CalayNetlist
  409. OutputName2=Calay Netlist
  410. OutputDocumentPath2=
  411. OutputVariantName2=
  412. OutputDefault2=0
  413. OutputType3=EDIF
  414. OutputName3=EDIF for PCB
  415. OutputDocumentPath3=
  416. OutputVariantName3=
  417. OutputDefault3=0
  418. OutputType4=EESofNetlist
  419. OutputName4=EESof Netlist
  420. OutputDocumentPath4=
  421. OutputVariantName4=
  422. OutputDefault4=0
  423. OutputType5=IntergraphNetlist
  424. OutputName5=Intergraph Netlist
  425. OutputDocumentPath5=
  426. OutputVariantName5=
  427. OutputDefault5=0
  428. OutputType6=MentorBoardStationNetlist
  429. OutputName6=Mentor BoardStation Netlist
  430. OutputDocumentPath6=
  431. OutputVariantName6=
  432. OutputDefault6=0
  433. OutputType7=MultiWire
  434. OutputName7=MultiWire
  435. OutputDocumentPath7=
  436. OutputVariantName7=
  437. OutputDefault7=0
  438. OutputType8=OrCadPCB2Netlist
  439. OutputName8=Orcad/PCB2 Netlist
  440. OutputDocumentPath8=
  441. OutputVariantName8=
  442. OutputDefault8=0
  443. OutputType9=PADSNetlist
  444. OutputName9=PADS ASCII Netlist
  445. OutputDocumentPath9=
  446. OutputVariantName9=
  447. OutputDefault9=0
  448. OutputType10=Pcad
  449. OutputName10=Pcad for PCB
  450. OutputDocumentPath10=
  451. OutputVariantName10=
  452. OutputDefault10=0
  453. OutputType11=PCADNetlist
  454. OutputName11=PCAD Netlist
  455. OutputDocumentPath11=
  456. OutputVariantName11=
  457. OutputDefault11=0
  458. OutputType12=PCADnltNetlist
  459. OutputName12=PCADnlt Netlist
  460. OutputDocumentPath12=
  461. OutputVariantName12=
  462. OutputDefault12=0
  463. OutputType13=Protel2Netlist
  464. OutputName13=Protel2 Netlist
  465. OutputDocumentPath13=
  466. OutputVariantName13=
  467. OutputDefault13=0
  468. OutputType14=ProtelNetlist
  469. OutputName14=Protel
  470. OutputDocumentPath14=
  471. OutputVariantName14=
  472. OutputDefault14=0
  473. OutputType15=RacalNetlist
  474. OutputName15=Racal Netlist
  475. OutputDocumentPath15=
  476. OutputVariantName15=
  477. OutputDefault15=0
  478. OutputType16=RINFNetlist
  479. OutputName16=RINF Netlist
  480. OutputDocumentPath16=
  481. OutputVariantName16=
  482. OutputDefault16=0
  483. OutputType17=SciCardsNetlist
  484. OutputName17=SciCards Netlist
  485. OutputDocumentPath17=
  486. OutputVariantName17=
  487. OutputDefault17=0
  488. OutputType18=TangoNetlist
  489. OutputName18=Tango Netlist
  490. OutputDocumentPath18=
  491. OutputVariantName18=
  492. OutputDefault18=0
  493. OutputType19=TelesisNetlist
  494. OutputName19=Telesis Netlist
  495. OutputDocumentPath19=
  496. OutputVariantName19=
  497. OutputDefault19=0
  498. OutputType20=WireListNetlist
  499. OutputName20=WireList Netlist
  500. OutputDocumentPath20=
  501. OutputVariantName20=
  502. OutputDefault20=0
  503. [OutputGroup2]
  504. Name=Simulator Outputs
  505. Description=
  506. TargetPrinter=PTW Bizhub C224e
  507. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  508. [OutputGroup3]
  509. Name=Documentation Outputs
  510. Description=
  511. TargetPrinter=Virtual Printer
  512. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  513. OutputType1=Composite
  514. OutputName1=Composite Drawing
  515. OutputDocumentPath1=
  516. OutputVariantName1=
  517. OutputDefault1=0
  518. 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
  519. OutputType2=PCB 3D Print
  520. OutputName2=PCB 3D Print
  521. OutputDocumentPath2=
  522. OutputVariantName2=[No Variations]
  523. OutputDefault2=0
  524. 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
  525. OutputType3=PCB 3D Video
  526. OutputName3=PCB 3D Video
  527. OutputDocumentPath3=
  528. OutputVariantName3=[No Variations]
  529. OutputDefault3=0
  530. 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
  531. OutputType4=PCB Print
  532. OutputName4=PCB Prints
  533. OutputDocumentPath4=
  534. OutputVariantName4=
  535. OutputDefault4=0
  536. 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
  537. OutputType5=PCBDrawing
  538. OutputName5=Draftsman
  539. OutputDocumentPath5=
  540. OutputVariantName5=[No Variations]
  541. OutputDefault5=0
  542. 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
  543. OutputType6=PCBLIB Print
  544. OutputName6=PCBLIB Prints
  545. OutputDocumentPath6=
  546. OutputVariantName6=
  547. OutputDefault6=0
  548. 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
  549. OutputType7=PDF3D
  550. OutputName7=PDF3D
  551. OutputDocumentPath7=
  552. OutputVariantName7=[No Variations]
  553. OutputDefault7=0
  554. 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
  555. OutputType8=PDF3D MBA
  556. OutputName8=PDF3D MBA
  557. OutputDocumentPath8=
  558. OutputVariantName8=
  559. OutputDefault8=0
  560. 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
  561. OutputType9=Report Print
  562. OutputName9=Report Prints
  563. OutputDocumentPath9=
  564. OutputVariantName9=
  565. OutputDefault9=0
  566. 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
  567. OutputType10=Schematic Print
  568. OutputName10=Schematic Prints
  569. OutputDocumentPath10=
  570. OutputVariantName10=
  571. OutputDefault10=0
  572. 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
  573. OutputType11=SimView Print
  574. OutputName11=SimView Prints
  575. OutputDocumentPath11=
  576. OutputVariantName11=
  577. OutputDefault11=0
  578. 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
  579. [OutputGroup4]
  580. Name=Assembly Outputs
  581. Description=
  582. TargetPrinter=PTW Bizhub C224e
  583. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  584. OutputType1=Assembly
  585. OutputName1=Assembly Drawings
  586. OutputDocumentPath1=
  587. OutputVariantName1=[No Variations]
  588. OutputDefault1=0
  589. 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
  590. OutputType2=Pick Place
  591. OutputName2=Generates pick and place files
  592. OutputDocumentPath2=
  593. OutputVariantName2=[No Variations]
  594. OutputDefault2=0
  595. OutputType3=Test Points For Assembly
  596. OutputName3=Test Point Report
  597. OutputDocumentPath3=
  598. OutputVariantName3=[No Variations]
  599. OutputDefault3=0
  600. [OutputGroup5]
  601. Name=Fabrication Outputs
  602. Description=
  603. TargetPrinter=PTW Bizhub C224e
  604. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  605. OutputType1=Board Stack Report
  606. OutputName1=Report Board Stack
  607. OutputDocumentPath1=
  608. OutputVariantName1=
  609. OutputDefault1=0
  610. 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
  611. OutputType2=CompositeDrill
  612. OutputName2=Composite Drill Drawing
  613. OutputDocumentPath2=
  614. OutputVariantName2=
  615. OutputDefault2=0
  616. 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
  617. OutputType3=Drill
  618. OutputName3=Drill Drawing/Guides
  619. OutputDocumentPath3=
  620. OutputVariantName3=
  621. OutputDefault3=0
  622. 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
  623. OutputType4=Final
  624. OutputName4=Final Artwork Prints
  625. OutputDocumentPath4=
  626. OutputVariantName4=[No Variations]
  627. OutputDefault4=0
  628. 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
  629. OutputType5=Gerber
  630. OutputName5=Gerber Files
  631. OutputDocumentPath5=
  632. OutputVariantName5=[No Variations]
  633. OutputDefault5=0
  634. OutputType6=Gerber X2
  635. OutputName6=Gerber X2 Files
  636. OutputDocumentPath6=
  637. OutputVariantName6=
  638. OutputDefault6=0
  639. OutputType7=IPC2581
  640. OutputName7=IPC-2581 Files
  641. OutputDocumentPath7=
  642. OutputVariantName7=
  643. OutputDefault7=0
  644. OutputType8=Mask
  645. OutputName8=Solder/Paste Mask Prints
  646. OutputDocumentPath8=
  647. OutputVariantName8=
  648. OutputDefault8=0
  649. 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
  650. OutputType9=NC Drill
  651. OutputName9=NC Drill Files
  652. OutputDocumentPath9=
  653. OutputVariantName9=
  654. OutputDefault9=0
  655. OutputType10=ODB
  656. OutputName10=ODB++ Files
  657. OutputDocumentPath10=
  658. OutputVariantName10=[No Variations]
  659. OutputDefault10=0
  660. OutputType11=Plane
  661. OutputName11=Power-Plane Prints
  662. OutputDocumentPath11=
  663. OutputVariantName11=
  664. OutputDefault11=0
  665. 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
  666. OutputType12=Test Points
  667. OutputName12=Test Point Report
  668. OutputDocumentPath12=
  669. OutputVariantName12=
  670. OutputDefault12=0
  671. [OutputGroup6]
  672. Name=Report Outputs
  673. Description=
  674. TargetPrinter=PTW Bizhub C224e
  675. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  676. OutputType1=BOM_PartType
  677. OutputName1=Bill of Materials
  678. OutputDocumentPath1=
  679. OutputVariantName1=[No Variations]
  680. OutputDefault1=0
  681. 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
  682. OutputType2=BOM_ReportCompare
  683. OutputName2=BOM Compare
  684. OutputDocumentPath2=
  685. OutputVariantName2=[No Variations]
  686. OutputDefault2=0
  687. 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
  688. OutputType3=ComponentCrossReference
  689. OutputName3=Component Cross Reference Report
  690. OutputDocumentPath3=
  691. OutputVariantName3=[No Variations]
  692. OutputDefault3=0
  693. OutputType4=Export Comments
  694. OutputName4=Export Comments
  695. OutputDocumentPath4=
  696. OutputVariantName4=[No Variations]
  697. OutputDefault4=0
  698. 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
  699. OutputType5=ReportHierarchy
  700. OutputName5=Report Project Hierarchy
  701. OutputDocumentPath5=
  702. OutputVariantName5=[No Variations]
  703. OutputDefault5=0
  704. OutputType6=Script
  705. OutputName6=Script Output
  706. OutputDocumentPath6=
  707. OutputVariantName6=[No Variations]
  708. OutputDefault6=0
  709. OutputType7=SimpleBOM
  710. OutputName7=Simple BOM
  711. OutputDocumentPath7=
  712. OutputVariantName7=[No Variations]
  713. OutputDefault7=0
  714. OutputType8=SinglePinNetReporter
  715. OutputName8=Report Single Pin Nets
  716. OutputDocumentPath8=
  717. OutputVariantName8=[No Variations]
  718. OutputDefault8=0
  719. [OutputGroup7]
  720. Name=Other Outputs
  721. Description=
  722. TargetPrinter=PTW Bizhub C224e
  723. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  724. OutputType1=Text Print
  725. OutputName1=Text Print
  726. OutputDocumentPath1=
  727. OutputVariantName1=
  728. OutputDefault1=0
  729. 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
  730. OutputType2=Text Print
  731. OutputName2=Text Print
  732. OutputDocumentPath2=
  733. OutputVariantName2=
  734. OutputDefault2=0
  735. 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
  736. OutputType3=Text Print
  737. OutputName3=Text Print
  738. OutputDocumentPath3=
  739. OutputVariantName3=
  740. OutputDefault3=0
  741. 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
  742. OutputType4=Text Print
  743. OutputName4=Text Print
  744. OutputDocumentPath4=
  745. OutputVariantName4=
  746. OutputDefault4=0
  747. 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
  748. OutputType5=Text Print
  749. OutputName5=Text Print
  750. OutputDocumentPath5=
  751. OutputVariantName5=
  752. OutputDefault5=0
  753. 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
  754. OutputType6=Text Print
  755. OutputName6=Text Print
  756. OutputDocumentPath6=
  757. OutputVariantName6=
  758. OutputDefault6=0
  759. 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
  760. OutputType7=Text Print
  761. OutputName7=Text Print
  762. OutputDocumentPath7=
  763. OutputVariantName7=
  764. OutputDefault7=0
  765. 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
  766. OutputType8=Text Print
  767. OutputName8=Text Print
  768. OutputDocumentPath8=
  769. OutputVariantName8=
  770. OutputDefault8=0
  771. 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
  772. OutputType9=Text Print
  773. OutputName9=Text Print
  774. OutputDocumentPath9=
  775. OutputVariantName9=
  776. OutputDefault9=0
  777. 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
  778. OutputType10=Text Print
  779. OutputName10=Text Print
  780. OutputDocumentPath10=
  781. OutputVariantName10=
  782. OutputDefault10=0
  783. 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
  784. OutputType11=Text Print
  785. OutputName11=Text Print
  786. OutputDocumentPath11=
  787. OutputVariantName11=
  788. OutputDefault11=0
  789. 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
  790. OutputType12=Text Print
  791. OutputName12=Text Print
  792. OutputDocumentPath12=
  793. OutputVariantName12=
  794. OutputDefault12=0
  795. 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=A4|PaperIndex=9
  796. OutputType13=Text Print
  797. OutputName13=Text Print
  798. OutputDocumentPath13=
  799. OutputVariantName13=
  800. OutputDefault13=0
  801. 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=A4|PaperIndex=9
  802. OutputType14=Text Print
  803. OutputName14=Text Print
  804. OutputDocumentPath14=
  805. OutputVariantName14=
  806. OutputDefault14=0
  807. 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=A4|PaperIndex=9
  808. OutputType15=Text Print
  809. OutputName15=Text Print
  810. OutputDocumentPath15=
  811. OutputVariantName15=
  812. OutputDefault15=0
  813. 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=A4|PaperIndex=9
  814. OutputType16=Text Print
  815. OutputName16=Text Print
  816. OutputDocumentPath16=
  817. OutputVariantName16=
  818. OutputDefault16=0
  819. 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=A4|PaperIndex=9
  820. OutputType17=Text Print
  821. OutputName17=Text Print
  822. OutputDocumentPath17=
  823. OutputVariantName17=
  824. OutputDefault17=0
  825. 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=A4|PaperIndex=9
  826. [OutputGroup8]
  827. Name=Validation Outputs
  828. Description=
  829. TargetPrinter=PTW Bizhub C224e
  830. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  831. OutputType1=BOM_Violations
  832. OutputName1=BOM Checks Report
  833. OutputDocumentPath1=
  834. OutputVariantName1=
  835. OutputDefault1=0
  836. OutputType2=Component states check
  837. OutputName2=Server's components states check
  838. OutputDocumentPath2=
  839. OutputVariantName2=
  840. OutputDefault2=0
  841. OutputType3=Configuration compliance
  842. OutputName3=Environment configuration compliance check
  843. OutputDocumentPath3=
  844. OutputVariantName3=
  845. OutputDefault3=0
  846. OutputType4=Design Rules Check
  847. OutputName4=Design Rules Check
  848. OutputDocumentPath4=
  849. OutputVariantName4=
  850. OutputDefault4=0
  851. 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
  852. OutputType5=Differences Report
  853. OutputName5=Differences Report
  854. OutputDocumentPath5=
  855. OutputVariantName5=
  856. OutputDefault5=0
  857. 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
  858. OutputType6=Electrical Rules Check
  859. OutputName6=Electrical Rules Check
  860. OutputDocumentPath6=
  861. OutputVariantName6=
  862. OutputDefault6=0
  863. 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
  864. OutputType7=Footprint Comparison Report
  865. OutputName7=Footprint Comparison Report
  866. OutputDocumentPath7=
  867. OutputVariantName7=
  868. OutputDefault7=0
  869. [OutputGroup9]
  870. Name=Export Outputs
  871. Description=
  872. TargetPrinter=PTW Bizhub C224e
  873. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  874. OutputType1=AutoCAD dwg/dxf PCB
  875. OutputName1=AutoCAD dwg/dxf File PCB
  876. OutputDocumentPath1=
  877. OutputVariantName1=
  878. OutputDefault1=0
  879. OutputType2=AutoCAD dwg/dxf Schematic
  880. OutputName2=AutoCAD dwg/dxf File Schematic
  881. OutputDocumentPath2=
  882. OutputVariantName2=
  883. OutputDefault2=0
  884. OutputType3=ExportIDF
  885. OutputName3=Export IDF
  886. OutputDocumentPath3=
  887. OutputVariantName3=
  888. OutputDefault3=0
  889. OutputType4=ExportPARASOLID
  890. OutputName4=Export PARASOLID
  891. OutputDocumentPath4=
  892. OutputVariantName4=[No Variations]
  893. OutputDefault4=0
  894. OutputType5=ExportSTEP
  895. OutputName5=Export STEP
  896. OutputDocumentPath5=
  897. OutputVariantName5=[No Variations]
  898. OutputDefault5=0
  899. OutputType6=ExportVRML
  900. OutputName6=Export VRML
  901. OutputDocumentPath6=
  902. OutputVariantName6=[No Variations]
  903. OutputDefault6=0
  904. OutputType7=MBAExportPARASOLID
  905. OutputName7=Export PARASOLID
  906. OutputDocumentPath7=
  907. OutputVariantName7=
  908. OutputDefault7=0
  909. OutputType8=MBAExportSTEP
  910. OutputName8=Export STEP
  911. OutputDocumentPath8=
  912. OutputVariantName8=
  913. OutputDefault8=0
  914. OutputType9=Save As/Export PCB
  915. OutputName9=Save As/Export PCB
  916. OutputDocumentPath9=
  917. OutputVariantName9=
  918. OutputDefault9=0
  919. OutputType10=Save As/Export Schematic
  920. OutputName10=Save As/Export Schematic
  921. OutputDocumentPath10=
  922. OutputVariantName10=
  923. OutputDefault10=0
  924. OutputType11=Specctra Design PCB
  925. OutputName11=Specctra Design PCB
  926. OutputDocumentPath11=
  927. OutputVariantName11=
  928. OutputDefault11=0
  929. OutputType12=Ansoft Neutral
  930. OutputName12=Ansoft Neutral (AutoPCB)
  931. OutputDocumentPath12=
  932. OutputVariantName12=
  933. OutputDefault12=0
  934. OutputType13=HyperLynx
  935. OutputName13=HyperLynx (AutoPCB)
  936. OutputDocumentPath13=
  937. OutputVariantName13=
  938. OutputDefault13=0
  939. OutputType14=Orcad v7 Capture Design
  940. OutputName14=Orcad v7 Capture Design (AutoSCH)
  941. OutputDocumentPath14=
  942. OutputVariantName14=
  943. OutputDefault14=0
  944. OutputType15=P-CAD ASCII
  945. OutputName15=P-CAD ASCII (AutoPCB)
  946. OutputDocumentPath15=
  947. OutputVariantName15=
  948. OutputDefault15=0
  949. OutputType16=P-CAD V16 Schematic Design
  950. OutputName16=P-CAD V16 Schematic Design (AutoSCH)
  951. OutputDocumentPath16=
  952. OutputVariantName16=
  953. OutputDefault16=0
  954. OutputType17=SiSoft
  955. OutputName17=SiSoft (AutoPCB)
  956. OutputDocumentPath17=
  957. OutputVariantName17=
  958. OutputDefault17=0
  959. [OutputGroup10]
  960. Name=PostProcess Outputs
  961. Description=
  962. TargetPrinter=PTW Bizhub C224e
  963. PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
  964. OutputType1=Copy Files
  965. OutputName1=Copy Files
  966. OutputDocumentPath1=
  967. OutputVariantName1=
  968. OutputDefault1=0
  969. [Modification Levels]
  970. Type1=1
  971. Type2=1
  972. Type3=1
  973. Type4=1
  974. Type5=1
  975. Type6=1
  976. Type7=1
  977. Type8=1
  978. Type9=1
  979. Type10=1
  980. Type11=1
  981. Type12=1
  982. Type13=1
  983. Type14=1
  984. Type15=1
  985. Type16=1
  986. Type17=1
  987. Type18=1
  988. Type19=1
  989. Type20=1
  990. Type21=1
  991. Type22=1
  992. Type23=1
  993. Type24=1
  994. Type25=1
  995. Type26=1
  996. Type27=1
  997. Type28=1
  998. Type29=1
  999. Type30=1
  1000. Type31=1
  1001. Type32=1
  1002. Type33=1
  1003. Type34=1
  1004. Type35=1
  1005. Type36=1
  1006. Type37=1
  1007. Type38=1
  1008. Type39=1
  1009. Type40=1
  1010. Type41=1
  1011. Type42=1
  1012. Type43=1
  1013. Type44=1
  1014. Type45=1
  1015. Type46=1
  1016. Type47=1
  1017. Type48=1
  1018. Type49=1
  1019. Type50=1
  1020. Type51=1
  1021. Type52=1
  1022. Type53=1
  1023. Type54=1
  1024. Type55=1
  1025. Type56=1
  1026. Type57=1
  1027. Type58=1
  1028. Type59=1
  1029. Type60=1
  1030. Type61=1
  1031. Type62=1
  1032. Type63=1
  1033. Type64=1
  1034. Type65=1
  1035. Type66=1
  1036. Type67=1
  1037. Type68=1
  1038. Type69=1
  1039. Type70=1
  1040. Type71=1
  1041. Type72=1
  1042. Type73=1
  1043. Type74=1
  1044. Type75=1
  1045. Type76=1
  1046. Type77=1
  1047. Type78=1
  1048. Type79=1
  1049. Type80=1
  1050. Type81=1
  1051. Type82=1
  1052. Type83=1
  1053. Type84=1
  1054. Type85=1
  1055. Type86=1
  1056. Type87=1
  1057. Type88=1
  1058. Type89=1
  1059. Type90=1
  1060. Type91=1
  1061. Type92=1
  1062. Type93=1
  1063. Type94=1
  1064. Type95=1
  1065. Type96=1
  1066. Type97=1
  1067. Type98=1
  1068. Type99=1
  1069. Type100=1
  1070. Type101=1
  1071. Type102=1
  1072. Type103=1
  1073. Type104=1
  1074. Type105=1
  1075. Type106=1
  1076. Type107=1
  1077. Type108=1
  1078. Type109=1
  1079. Type110=1
  1080. Type111=1
  1081. Type112=1
  1082. Type113=1
  1083. Type114=1
  1084. Type115=1
  1085. Type116=1
  1086. Type117=1
  1087. Type118=1
  1088. Type119=1
  1089. [Difference Levels]
  1090. Type1=1
  1091. Type2=1
  1092. Type3=1
  1093. Type4=1
  1094. Type5=1
  1095. Type6=1
  1096. Type7=1
  1097. Type8=1
  1098. Type9=1
  1099. Type10=1
  1100. Type11=1
  1101. Type12=1
  1102. Type13=1
  1103. Type14=1
  1104. Type15=1
  1105. Type16=1
  1106. Type17=1
  1107. Type18=1
  1108. Type19=1
  1109. Type20=1
  1110. Type21=1
  1111. Type22=1
  1112. Type23=1
  1113. Type24=1
  1114. Type25=1
  1115. Type26=1
  1116. Type27=1
  1117. Type28=1
  1118. Type29=1
  1119. Type30=1
  1120. Type31=1
  1121. Type32=1
  1122. Type33=1
  1123. Type34=1
  1124. Type35=1
  1125. Type36=1
  1126. Type37=1
  1127. Type38=1
  1128. Type39=1
  1129. Type40=1
  1130. Type41=1
  1131. Type42=1
  1132. Type43=1
  1133. Type44=1
  1134. Type45=1
  1135. Type46=1
  1136. Type47=1
  1137. Type48=1
  1138. Type49=1
  1139. Type50=1
  1140. Type51=1
  1141. Type52=1
  1142. Type53=1
  1143. Type54=1
  1144. Type55=1
  1145. Type56=1
  1146. Type57=1
  1147. Type58=1
  1148. Type59=1
  1149. Type60=1
  1150. Type61=1
  1151. Type62=1
  1152. Type63=1
  1153. Type64=1
  1154. Type65=1
  1155. Type66=1
  1156. Type67=1
  1157. Type68=1
  1158. [Electrical Rules Check]
  1159. Type1=1
  1160. Type2=1
  1161. Type3=2
  1162. Type4=1
  1163. Type5=2
  1164. Type6=2
  1165. Type7=0
  1166. Type8=1
  1167. Type9=1
  1168. Type10=1
  1169. Type11=2
  1170. Type12=2
  1171. Type13=2
  1172. Type14=1
  1173. Type15=1
  1174. Type16=1
  1175. Type17=1
  1176. Type18=1
  1177. Type19=1
  1178. Type20=0
  1179. Type21=0
  1180. Type22=0
  1181. Type23=0
  1182. Type24=1
  1183. Type25=2
  1184. Type26=0
  1185. Type27=2
  1186. Type28=1
  1187. Type29=1
  1188. Type30=1
  1189. Type31=1
  1190. Type32=2
  1191. Type33=0
  1192. Type34=2
  1193. Type35=1
  1194. Type36=2
  1195. Type37=1
  1196. Type38=2
  1197. Type39=2
  1198. Type40=2
  1199. Type41=0
  1200. Type42=2
  1201. Type43=1
  1202. Type44=0
  1203. Type45=0
  1204. Type46=0
  1205. Type47=0
  1206. Type48=0
  1207. Type49=0
  1208. Type50=2
  1209. Type51=0
  1210. Type52=0
  1211. Type53=1
  1212. Type54=1
  1213. Type55=1
  1214. Type56=2
  1215. Type57=1
  1216. Type58=1
  1217. Type59=2
  1218. Type60=0
  1219. Type61=0
  1220. Type62=0
  1221. Type63=0
  1222. Type64=0
  1223. Type65=2
  1224. Type66=3
  1225. Type67=2
  1226. Type68=2
  1227. Type69=0
  1228. Type70=2
  1229. Type71=2
  1230. Type72=2
  1231. Type73=2
  1232. Type74=1
  1233. Type75=2
  1234. Type76=1
  1235. Type77=1
  1236. Type78=1
  1237. Type79=1
  1238. Type80=2
  1239. Type81=3
  1240. Type82=3
  1241. Type83=3
  1242. Type84=3
  1243. Type85=3
  1244. Type86=2
  1245. Type87=2
  1246. Type88=2
  1247. Type89=1
  1248. Type90=1
  1249. Type91=3
  1250. Type92=3
  1251. Type93=2
  1252. Type94=2
  1253. Type95=2
  1254. Type96=2
  1255. Type97=2
  1256. Type98=0
  1257. Type99=1
  1258. Type100=2
  1259. Type101=0
  1260. Type102=2
  1261. Type103=2
  1262. Type104=1
  1263. Type105=2
  1264. Type106=2
  1265. Type107=2
  1266. Type108=2
  1267. Type109=1
  1268. Type110=1
  1269. Type111=1
  1270. Type112=1
  1271. Type113=1
  1272. Type114=2
  1273. Type115=2
  1274. Type116=2
  1275. Type117=3
  1276. Type118=3
  1277. Type119=3
  1278. MultiChannelAlternate=2
  1279. AlternateItemFail=3
  1280. Type122=2
  1281. Type123=1
  1282. Type124=1
  1283. Type125=1
  1284. Type126=1
  1285. [ERC Connection Matrix]
  1286. L1=NNNNNNNNNNNWNNNWW
  1287. L2=NNWNNNNWWWNWNWNWN
  1288. L3=NWEENEEEENEWNEEWN
  1289. L4=NNENNNWEENNWNENWN
  1290. L5=NNNNNNNNNNNNNNNNN
  1291. L6=NNENNNNEENNWNENWN
  1292. L7=NNEWNNWEENNWNENWN
  1293. L8=NWEENEENEEENNEENN
  1294. L9=NWEENEEEENEWNEEWW
  1295. L10=NWNNNNNENNEWNNEWN
  1296. L11=NNENNNNEEENWNENWN
  1297. L12=WWWWNWWNWWWNWWWNN
  1298. L13=NNNNNNNNNNNWNNNWW
  1299. L14=NWEENEEEENEWNEEWW
  1300. L15=NNENNNNEEENWNENWW
  1301. L16=WWWWNWWNWWWNWWWNW
  1302. L17=WNNNNNNNWNNNWWWWN
  1303. [Annotate]
  1304. SortOrder=3
  1305. SortLocation=0
  1306. ReplaceSubparts=0
  1307. MatchParameter1=Comment
  1308. MatchStrictly1=1
  1309. MatchParameter2=Library Reference
  1310. MatchStrictly2=1
  1311. PhysicalNamingFormat=$Component_$RoomName
  1312. GlobalIndexSortOrder=3
  1313. GlobalIndexSortLocation=0
  1314. [PrjClassGen]
  1315. CompClassManualEnabled=0
  1316. CompClassManualRoomEnabled=0
  1317. NetClassAutoBusEnabled=1
  1318. NetClassAutoCompEnabled=0
  1319. NetClassAutoNamedHarnessEnabled=0
  1320. NetClassManualEnabled=1
  1321. NetClassSeparateForBusSections=0
  1322. [LibraryUpdateOptions]
  1323. SelectedOnly=0
  1324. UpdateVariants=1
  1325. UpdateToLatestRevision=1
  1326. PartTypes=0
  1327. FullReplace=1
  1328. UpdateDesignatorLock=1
  1329. UpdatePartIDLock=1
  1330. PreserveParameterLocations=1
  1331. PreserveParameterVisibility=1
  1332. DoGraphics=1
  1333. DoParameters=1
  1334. DoModels=1
  1335. AddParameters=0
  1336. RemoveParameters=0
  1337. AddModels=1
  1338. RemoveModels=1
  1339. UpdateCurrentModels=1
  1340. [DatabaseUpdateOptions]
  1341. SelectedOnly=0
  1342. UpdateVariants=1
  1343. UpdateToLatestRevision=1
  1344. PartTypes=0
  1345. [Comparison Options]
  1346. ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
  1347. ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
  1348. ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
  1349. ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
  1350. ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
  1351. ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0
  1352. [SmartPDF]
  1353. 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
  1354. Configuration_Name1=OutputConfigurationParameter1
  1355. Configuration_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1356. Configuration_Name2=OutputConfigurationParameter2
  1357. Configuration_Item2=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1358. Configuration_Name3=OutputConfigurationParameter3
  1359. Configuration_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1360. Configuration_Name4=OutputConfigurationParameter4
  1361. Configuration_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1362. Configuration_Name5=OutputConfigurationParameter5
  1363. Configuration_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1364. Configuration_Name6=OutputConfigurationParameter6
  1365. Configuration_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1366. Configuration_Name7=OutputConfigurationParameter7
  1367. Configuration_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1368. Configuration_Name8=OutputConfigurationParameter8
  1369. Configuration_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1370. Configuration_Name9=OutputConfigurationParameter9
  1371. Configuration_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1372. Configuration_Name10=OutputConfigurationParameter10
  1373. Configuration_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical2|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1374. Configuration_Name11=OutputConfigurationParameter11
  1375. Configuration_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical10|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1376. Configuration_Name12=OutputConfigurationParameter12
  1377. Configuration_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical11|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1378. Configuration_Name13=OutputConfigurationParameter13
  1379. Configuration_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical12|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc
  1380. Configuration_Name14=OutputConfigurationParameter14
  1381. Configuration_Item14=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer|DocumentPath=D:\Projects\moje\GPStracker\PCB\01\GPST.PcbDoc