1
0

GPStracker.PrjPcb 43 KB

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