Commit 21a3bae5 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Added RTM board tester files

This tester card is used in the RTM PTS to make sure the RTM I/O connections are
properly done.
parent f8c8511c
<html>
<head>
<META http-equiv="Content-Type" content="text/html">
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
font-family : sans-serif;
color : white;
background-color : #21489e;
padding: 0.3em;
}
body {
font-family : verdana;
}
td, th {
padding: 0.5em;
text-align : center;
width : 18%;
}
th {
background-color : #A6CAF0;
}
th.column1, td.column1 {
text-align: left;
width : auto;
}
table {
width : 100%;
}
.DRC_summary_header {
padding-bottom : 0.1em;
border : 0px solid black;
width: 100%;
align: right;
}
.DRC_summary_header_col1,
.DRC_summary_header_col2,
.DRC_summary_header_col3
{
color : black;
font-size:150%;
padding : 0em;
padding-top : 0.2em;
padding-bottom 0.2: 0em;
border : 0px solid black;
width : auto;
vertical-align: top;
font-weight: bold;
}
.DRC_summary_header_col1
{
text-align: right;
width: auto;
}
.DRC_summary_header_col2
{
text-align: center;
}
.DRC_summary_header_col3
{
text-align: left;
}
.header_holder
{
Width = 100%;
border = 0px solid green;
padding = 0;
}
.front_matter, .front_matter_column1, .front_matter_column2, .front_matter_column3
{
left:0;
top:0;
padding-top : 0.1em;
border : 0px solid black;
width : 100%;
vertical-align: top
}
.front_matter {
margin-top: 5px;
margin-left: 0px;
horizontal-align: left;
}
.front_matter_column1 {
width : 10em;
text-align : right;
padding-right:0.1em;
}
.front_matter_column2 {
width: 0.1em;
align: center;
text-align : center;
margin-right : 0.1em;
margin-left : 0.1em;
}
.front_matter_column3 {
width : auto;
text-align : left;
margin-right : 0.5em;
}
.total_column1, .total_column {
font-weight : bold;
}
.total_column1 {
text-align : right;
}
.warning, .error {
color : red;
font-weight : bold;
}
tr.onmouseout_odd {
background-color : #EEEEE0
}
tr.onmouseout_even {
background-color : #F3F3E3
}
tr.onmouseover_odd, tr.onmouseover_even {
background-color : lightYellow
}
a:link, a:visited, .q a:link,.q a:active,.q {
color: #21489e;
}
a:link.callback, a:visited.callback {
color: #008000
}
a:link.customize, a:visited.customize {
color: #C0C0C0;
position: absolute;
right: 10px;
}
p.contents_level1 {
font-weight : bold;
font-size : 110%;
margin : 0.5em;
}
p.contents_level2 {
position : relative;
left : 20px;
margin : 0.5em;
}
</style><script type="text/javascript">
function coordToMils(coord) {
var number = coord / 10000;
if (number != number.toFixed(3))
number = number.toFixed(3);
return number + 'mil'
}
function coordToMM(coord) {
var number = 0.0254 * coord / 10000;
if (number != number.toFixed(4))
number = number.toFixed(4);
return number + 'mm'
}
function convertCoord(coordNode, units) {
for (var i = 0; i < coordNode.childNodes.length; i++) {
coordNode.removeChild(coordNode.childNodes[i]);
}
var coord = coordNode.getAttribute('value');
if (coord != null) {
if (units == 'mm') {
textNode = document.createTextNode(coordToMM(coord));
coordNode.appendChild(textNode);
} else if (units == 'mil') {
textNode = document.createTextNode(coordToMils(coord));
coordNode.appendChild(textNode);
}
}
}
function convertUnits(unitNode, units) {
for (var i = 0; i < unitNode.childNodes.length; i++) {
unitNode.removeChild(unitNode.childNodes[i]);
}
textNode = document.createTextNode(units);
unitNode.appendChild(textNode);
}
function changeUnits(radio_input, units) {
if (radio_input.checked) {
var elements = document.getElementsByName('coordinate');
if (elements) {
for (var i = 0; i < elements.length; i++) {
convertCoord(elements[i], units);
}
}
var elements = document.getElementsByName('units');
if (elements) {
for (var i = 0; i < elements.length; i++) {
convertUnits(elements[i], units);
}
}
}
}
</script><title>Design Rule Verification Report</title>
</head>
<body onload=""><img ALT="Altium" src="
file://C:\Users\Public\Documents\Altium\AD 10\Templates\AD-rgb_logo_223x64.gif
"><a href="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=Reports" class="customize"><acronym title="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=Reports">customize</acronym></a><h1>Design Rule Verification Report</h1>
<table class="header_holder">
<td Style="width:70%">
<table class="front_matter">
<tr class="front_matter">
<td class="front_matter_column1">Date</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3">07/11/2014</td>
</tr>
<tr class="front_matter">
<td class="front_matter_column1">Time</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3">17:18:53</td>
</tr>
<tr class="front_matter">
<td class="front_matter_column1">Elapsed Time</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3">00:00:00</td>
</tr>
<tr class="front_matter">
<td class="front_matter_column1">Filename</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3"><a href="file:///\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc" class="file"><acronym title="\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc">\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc</acronym></a></td>
</tr>
</table>
</td>
<td Style="Width:30%">
<table class="DRC_summary_header">
<tr>
<td class="DRC_summary_header_col1">Warnings</td>
<td class="DRC_summary_header_col2">:</td>
<td class="DRC_summary_header_col3">0</td></tr>
<tr>
<td class="DRC_summary_header_col1">Rule Violations</td>
<td class="DRC_summary_header_col2">:</td>
<td class="DRC_summary_header_col3">0</td></tr>
</table>
</td>
</table>
<hr><a name="IDASAWJD"><h2>Summary</h2></a><table>
<tr>
<th class="column1">Warnings</th>
<th class="column2">Count</th>
</tr>
<tr>
<td style="font-weight : bold; text-align : right" class="column1">Total</td>
<td style="font-weight : bold" class="column2">0</td>
</tr>
</table><br><table>
<tr>
<th class="column1">Rule Violations</th>
<th class="column2">Count</th>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAEBWJD">Net Antennae (Tolerance=0mm) (All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDAKBWJD">Silk to Silk (Clearance=0.254mm) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAQBWJD">Silkscreen Over Component Pads (Clearance=0.1mm) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDAWBWJD">Minimum Solder Mask Sliver (Gap=0.254mm) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDA2BWJD">Hole To Hole Clearance (Gap=0.254mm) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDACCWJD">Hole Size Constraint (Min=0.025mm) (Max=3mm) (All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAICWJD">Height Constraint (Min=0mm) (Max=25.4mm) (Prefered=12.7mm) (All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDAOCWJD">Width Constraint (Min=0.254mm) (Max=0.254mm) (Preferred=0.254mm) (All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAUCWJD">Power Plane Connect Rule(Relief Connect )(Expansion=0.508mm) (Conductor Width=0.254mm) (Air Gap=0.254mm) (Entries=4) (All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDA0CWJD">Clearance Constraint (Gap=0.254mm) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAADWJD">Un-Routed Net Constraint ( (All) )</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1"><a href="#IDAGDWJD">Short-Circuit Constraint (Allowed=No) (All),(All)</a></td>
<td class="column2">0</td>
</tr>
<tr class="onmouseout_odd" onmouseover="className = 'onmouseover_odd'" onmouseout="className = 'onmouseout_odd'">
<td class="column1"><a href="#IDAMDWJD">Room rtm-board-tester (Bounding Region = (200.025mm, 143.383mm, 285.369mm, 259.715mm) (InComponentClass('rtm-board-tester'))</a></td>
<td class="column2">0</td>
</tr>
<tr>
<td style="font-weight : bold; text-align : right" class="column1">Total</td>
<td style="font-weight : bold" class="column2">0</td>
</tr>
</table><br><hr>
</body>
</html>
Output: Gerber Files
Type : Gerber
From : Variant [[No Variations]] of Project [rtm-board-tester.PrjPCB]
Generated File[rtm-board-tester.GTL]
Generated File[rtm-board-tester.GBL]
Generated File[rtm-board-tester.GTO]
Generated File[rtm-board-tester.GTP]
Generated File[rtm-board-tester.GTS]
Generated File[rtm-board-tester.GBS]
Generated File[rtm-board-tester.GBP]
Generated File[rtm-board-tester.GBO]
Generated File[rtm-board-tester.GM1]
Generated File[rtm-board-tester.GM13]
Generated File[rtm-board-tester.GD1]
Generated File[rtm-board-tester.RUL]
Generated File[rtm-board-tester.EXTREP]
Generated File[rtm-board-tester.REP]
Files Generated : 14
Documents Printed : 0
Finished Output Generation At 11:10:45 On 08/12/2014
M48
;Layer_Color=9474304
;FILE_FORMAT=4:2
METRIC,TZ
T3F00S00C2.00
%
G90
G05
T03
G00X24019Y18750
M15
G01X24021Y18722
G01X24027Y18694
G01X24038Y18668
G01X24053Y18644
G01X24072Y18622
G01X24093Y18604
G01X24117Y18589
G01X24143Y18578
G01X24171Y18572
G01X24199Y18569
G01X24227Y18572
G01X24255Y18578
G01X24281Y18589
G01X24305Y18604
G01X24327Y18622
G01X24345Y18644
G01X24360Y18668
G01X24371Y18694
G01X24378Y18722
G01X24380Y18750
G01X24378Y18778
G01X24371Y18806
G01X24360Y18832
G01X24345Y18856
G01X24327Y18878
G01X24305Y18896
G01X24281Y18911
G01X24255Y18922
G01X24227Y18928
G01X24199Y18931
G01X24171Y18928
G01X24143Y18922
G01X24117Y18911
G01X24093Y18896
G01X24072Y18878
G01X24053Y18856
G01X24038Y18832
G01X24027Y18806
G01X24021Y18778
G01X24019Y18750
M16
G00X24019Y22179
M15
G01X24021Y22151
G01X24027Y22123
G01X24038Y22097
G01X24053Y22073
G01X24072Y22051
G01X24093Y22033
G01X24117Y22018
G01X24143Y22007
G01X24171Y22001
G01X24199Y21998
G01X24227Y22001
G01X24255Y22007
G01X24281Y22018
G01X24305Y22033
G01X24327Y22051
G01X24345Y22073
G01X24360Y22097
G01X24371Y22123
G01X24378Y22151
G01X24380Y22179
G01X24378Y22207
G01X24371Y22235
G01X24360Y22261
G01X24345Y22285
G01X24327Y22307
G01X24305Y22325
G01X24281Y22340
G01X24255Y22351
G01X24227Y22357
G01X24199Y22360
G01X24171Y22357
G01X24143Y22351
G01X24117Y22340
G01X24093Y22325
G01X24072Y22307
G01X24053Y22285
G01X24038Y22261
G01X24027Y22235
G01X24021Y22207
G01X24019Y22179
M16
G00X22538Y16270
M15
G01X22543Y16180
G01X22558Y16092
G01X22583Y16005
G01X22617Y15922
G01X22661Y15844
G01X22713Y15770
G01X22773Y15703
G01X22840Y15644
G01X22913Y15592
G01X22992Y15548
G01X23075Y15514
G01X23161Y15489
G01X23250Y15474
G01X23339Y15469
G01X23339Y15470
G01X25054Y15469
G01X25143Y15474
G01X25232Y15489
G01X25318Y15514
G01X25401Y15548
G01X25480Y15592
G01X25553Y15644
G01X25620Y15703
G01X25680Y15770
G01X25732Y15844
G01X25776Y15922
G01X25810Y16005
G01X25835Y16092
G01X25850Y16180
G01X25855Y16270
G01X25854Y16270
G01X25854Y24743
G01X25849Y24743
G01X25850Y24753
G01X25856Y24843
G01X25850Y24933
G01X25835Y25021
G01X25811Y25108
G01X25776Y25191
G01X25733Y25269
G01X25681Y25343
G01X25621Y25410
G01X25554Y25470
G01X25481Y25521
G01X25402Y25565
G01X25319Y25599
G01X25233Y25624
G01X25144Y25639
G01X25054Y25644
G01X25054Y25643
G01X24388Y25643
G01X24399Y25606
G01X24403Y25566
G01X24399Y25526
G01X24387Y25487
G01X24368Y25452
G01X24343Y25420
G01X24311Y25395
G01X24276Y25376
G01X24237Y25364
G01X24197Y25360
G01X24156Y25364
G01X24118Y25376
G01X24082Y25395
G01X24051Y25420
G01X24025Y25452
G01X24006Y25487
G01X23994Y25526
G01X23991Y25566
G01X23994Y25606
G01X24006Y25643
G01X24006Y25643
G01X23239Y25643
G01X23239Y25637
G01X23161Y25624
G01X23075Y25599
G01X22992Y25564
G01X22913Y25521
G01X22840Y25469
G01X22773Y25409
G01X22713Y25342
G01X22661Y25269
G01X22617Y25190
G01X22583Y25107
G01X22558Y25021
G01X22543Y24932
G01X22538Y24843
G01X22539Y24843
G01X22538Y16270
M16
M17
M30
TT#v 2 sk #v 2 sk # 78 887 88 887887 # 788 8T
\ No newline at end of file
---------------------------------------------------------------------------
NCDrill File Report For: rtm-board-tester.PcbDoc 07/11/2014 17:45:33
---------------------------------------------------------------------------
Layer Pair : Top Layer to Bottom Layer
ASCII RoundHoles File : rtm-board-tester.TXT
EIA File : rtm-board-tester.DRL
Tool Hole Size Hole Type Hole Count Plated Tool Travel
---------------------------------------------------------------------------
T1 1.2mm (47.244mil) Round 12 240.03 mm (9.45 Inch)
T2 2.7mm (106.299mil) Round 3 68.58 mm (2.70 Inch)
---------------------------------------------------------------------------
Totals 15 308.61 mm (12.15 Inch)
Total Processing Time (hh:mm:ss) : 00:00:00
------------------------------------------------------------------------------------------
Gerber File Extension Report For: rtm-board-tester.GBR 08/12/2014 11:10:43
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Layer Extension Layer Description
------------------------------------------------------------------------------------------
.GTL Top Layer
.GBL Bottom Layer
.GTO Top Overlay
.GTP Top Paste
.GTS Top Solder
.GBS Bottom Solder
.GBP Bottom Paste
.GBO Bottom Overlay
.GM1 Mechanical 1
.GM13 Mechanical 13
.GD1 Drill Drawing
------------------------------------------------------------------------------------------
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Physical_Order=2*
G04 Layer_Color=16711680*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
G36*
X2494Y9976D02*
X2571Y9963D01*
X2647Y9941D01*
X2719Y9911D01*
X2788Y9873D01*
X2852Y9827D01*
X2911Y9775D01*
X2963Y9716D01*
X3009Y9652D01*
X3047Y9583D01*
X3077Y9511D01*
X3099Y9435D01*
X3112Y9358D01*
X3116Y9281D01*
X3115Y9279D01*
X3115D01*
Y706D01*
X3115D01*
X3116Y705D01*
X3111Y628D01*
X3098Y550D01*
X3076Y474D01*
X3046Y402D01*
X3008Y333D01*
X2963Y269D01*
X2910Y210D01*
X2852Y158D01*
X2788Y112D01*
X2719Y74D01*
X2646Y44D01*
X2571Y22D01*
X2493Y9D01*
X2415Y5D01*
X700Y6D01*
Y6D01*
X699Y5D01*
X622Y9D01*
X544Y22D01*
X468Y44D01*
X396Y74D01*
X327Y112D01*
X263Y158D01*
X204Y210D01*
X152Y269D01*
X106Y333D01*
X68Y402D01*
X38Y474D01*
X16Y550D01*
X3Y628D01*
X-1Y706D01*
X0Y9279D01*
X0D01*
X-1Y9280D01*
X3Y9357D01*
X16Y9435D01*
X38Y9510D01*
X68Y9583D01*
X106Y9652D01*
X152Y9716D01*
X204Y9774D01*
X263Y9827D01*
X327Y9872D01*
X396Y9910D01*
X468Y9940D01*
X544Y9962D01*
X622Y9975D01*
X699Y9980D01*
X700Y9979D01*
Y9979D01*
X1253D01*
X1255Y9954D01*
X1266Y9908D01*
X1285Y9863D01*
X1310Y9822D01*
X1341Y9786D01*
X1378Y9755D01*
X1419Y9729D01*
X1463Y9711D01*
X1510Y9700D01*
X1558Y9696D01*
X1605Y9700D01*
X1652Y9711D01*
X1697Y9729D01*
X1737Y9755D01*
X1774Y9786D01*
X1805Y9822D01*
X1830Y9863D01*
X1849Y9908D01*
X1860Y9954D01*
X1862Y9979D01*
X2415D01*
Y9979D01*
X2416Y9980D01*
X2494Y9976D01*
D02*
G37*
%LPC*%
G36*
X1560Y4939D02*
X1393Y4773D01*
X1398Y4769D01*
X1435Y4746D01*
X1475Y4730D01*
X1517Y4719D01*
X1560Y4716D01*
X1603Y4719D01*
X1645Y4730D01*
X1685Y4746D01*
X1722Y4769D01*
X1727Y4773D01*
X1560Y4939D01*
D02*
G37*
G36*
Y3499D02*
X1511Y3495D01*
X1463Y3483D01*
X1418Y3465D01*
X1376Y3439D01*
X1339Y3407D01*
X1307Y3370D01*
X1281Y3328D01*
X1263Y3283D01*
X1251Y3235D01*
X1247Y3186D01*
X1251Y3137D01*
X1263Y3089D01*
X1281Y3044D01*
X1307Y3002D01*
X1339Y2965D01*
X1376Y2933D01*
X1418Y2907D01*
X1463Y2889D01*
X1511Y2877D01*
X1560Y2873D01*
X1609Y2877D01*
X1657Y2889D01*
X1702Y2907D01*
X1744Y2933D01*
X1781Y2965D01*
X1813Y3002D01*
X1839Y3044D01*
X1857Y3089D01*
X1869Y3137D01*
X1873Y3186D01*
X1869Y3235D01*
X1857Y3283D01*
X1839Y3328D01*
X1813Y3370D01*
X1781Y3407D01*
X1744Y3439D01*
X1702Y3465D01*
X1657Y3483D01*
X1609Y3495D01*
X1560Y3499D01*
D02*
G37*
G36*
X1780Y5159D02*
X1613Y4992D01*
X1780Y4826D01*
X1783Y4830D01*
X1806Y4867D01*
X1823Y4907D01*
X1833Y4949D01*
X1836Y4992D01*
X1833Y5036D01*
X1823Y5078D01*
X1806Y5118D01*
X1783Y5155D01*
X1780Y5159D01*
D02*
G37*
G36*
X1340D02*
X1337Y5155D01*
X1314Y5118D01*
X1297Y5078D01*
X1287Y5036D01*
X1284Y4992D01*
X1287Y4949D01*
X1297Y4907D01*
X1314Y4867D01*
X1337Y4830D01*
X1340Y4826D01*
X1507Y4992D01*
X1340Y5159D01*
D02*
G37*
G36*
Y1730D02*
X1337Y1726D01*
X1314Y1689D01*
X1297Y1649D01*
X1287Y1607D01*
X1284Y1563D01*
X1287Y1520D01*
X1297Y1478D01*
X1314Y1438D01*
X1337Y1401D01*
X1340Y1397D01*
X1507Y1563D01*
X1340Y1730D01*
D02*
G37*
G36*
X1560Y1510D02*
X1393Y1344D01*
X1398Y1340D01*
X1435Y1317D01*
X1475Y1301D01*
X1517Y1290D01*
X1560Y1287D01*
X1603Y1290D01*
X1645Y1301D01*
X1685Y1317D01*
X1722Y1340D01*
X1727Y1344D01*
X1560Y1510D01*
D02*
G37*
G36*
Y1840D02*
X1517Y1836D01*
X1475Y1826D01*
X1435Y1809D01*
X1398Y1787D01*
X1393Y1783D01*
X1560Y1616D01*
X1727Y1783D01*
X1722Y1787D01*
X1685Y1809D01*
X1645Y1826D01*
X1603Y1836D01*
X1560Y1840D01*
D02*
G37*
G36*
X1780Y1730D02*
X1613Y1563D01*
X1780Y1397D01*
X1783Y1401D01*
X1806Y1438D01*
X1823Y1478D01*
X1833Y1520D01*
X1836Y1563D01*
X1833Y1607D01*
X1823Y1649D01*
X1806Y1689D01*
X1783Y1726D01*
X1780Y1730D01*
D02*
G37*
G36*
X1560Y5269D02*
X1517Y5265D01*
X1475Y5255D01*
X1435Y5238D01*
X1398Y5216D01*
X1393Y5212D01*
X1560Y5045D01*
X1727Y5212D01*
X1722Y5216D01*
X1685Y5238D01*
X1645Y5255D01*
X1603Y5265D01*
X1560Y5269D01*
D02*
G37*
G36*
X1780Y8588D02*
X1613Y8421D01*
X1780Y8255D01*
X1783Y8259D01*
X1806Y8296D01*
X1823Y8336D01*
X1833Y8378D01*
X1836Y8421D01*
X1833Y8465D01*
X1823Y8507D01*
X1806Y8547D01*
X1783Y8584D01*
X1780Y8588D01*
D02*
G37*
G36*
X1340D02*
X1337Y8584D01*
X1314Y8547D01*
X1297Y8507D01*
X1287Y8465D01*
X1284Y8421D01*
X1287Y8378D01*
X1297Y8336D01*
X1314Y8296D01*
X1337Y8259D01*
X1340Y8255D01*
X1507Y8421D01*
X1340Y8588D01*
D02*
G37*
G36*
X2414Y9385D02*
X2387Y9381D01*
X2361Y9371D01*
X2339Y9354D01*
X2322Y9332D01*
X2317Y9317D01*
X798D01*
X792Y9332D01*
X775Y9354D01*
X753Y9371D01*
X728Y9381D01*
X700Y9385D01*
X672Y9381D01*
X647Y9371D01*
X625Y9354D01*
X608Y9332D01*
X597Y9306D01*
X594Y9279D01*
X597Y9251D01*
X608Y9225D01*
X625Y9203D01*
X647Y9186D01*
X672Y9176D01*
X700Y9172D01*
X728Y9176D01*
X753Y9186D01*
X775Y9203D01*
X792Y9225D01*
X798Y9240D01*
X2317D01*
X2322Y9225D01*
X2339Y9203D01*
X2361Y9186D01*
X2387Y9176D01*
X2414Y9172D01*
X2442Y9176D01*
X2456Y9182D01*
X2820Y8818D01*
Y4657D01*
X1183D01*
X1168Y4654D01*
X1155Y4645D01*
X742Y4232D01*
X728Y4238D01*
X700Y4241D01*
X672Y4238D01*
X647Y4227D01*
X625Y4210D01*
X608Y4188D01*
X597Y4163D01*
X594Y4135D01*
X597Y4107D01*
X608Y4082D01*
X625Y4060D01*
X647Y4043D01*
X672Y4032D01*
X700Y4029D01*
X728Y4032D01*
X753Y4043D01*
X775Y4060D01*
X792Y4082D01*
X803Y4107D01*
X806Y4135D01*
X803Y4163D01*
X797Y4177D01*
X1199Y4579D01*
X2820D01*
Y1167D01*
X2456Y803D01*
X2442Y809D01*
X2414Y812D01*
X2387Y809D01*
X2361Y798D01*
X2339Y781D01*
X2322Y759D01*
X2312Y734D01*
X2308Y706D01*
X2312Y678D01*
X2322Y653D01*
X2339Y631D01*
X2361Y614D01*
X2387Y603D01*
X2414Y600D01*
X2442Y603D01*
X2468Y614D01*
X2490Y631D01*
X2507Y653D01*
X2517Y678D01*
X2521Y706D01*
X2517Y734D01*
X2511Y748D01*
X2887Y1123D01*
X2895Y1136D01*
X2898Y1151D01*
Y4618D01*
Y8834D01*
X2895Y8849D01*
X2887Y8861D01*
X2511Y9237D01*
X2517Y9251D01*
X2521Y9279D01*
X2517Y9306D01*
X2507Y9332D01*
X2490Y9354D01*
X2468Y9371D01*
X2442Y9381D01*
X2414Y9385D01*
D02*
G37*
G36*
X1560Y8698D02*
X1517Y8694D01*
X1475Y8684D01*
X1435Y8667D01*
X1398Y8645D01*
X1393Y8641D01*
X1560Y8474D01*
X1727Y8641D01*
X1722Y8645D01*
X1685Y8667D01*
X1645Y8684D01*
X1603Y8694D01*
X1560Y8698D01*
D02*
G37*
G36*
Y6928D02*
X1511Y6924D01*
X1463Y6912D01*
X1418Y6894D01*
X1376Y6868D01*
X1339Y6836D01*
X1307Y6799D01*
X1281Y6757D01*
X1263Y6712D01*
X1251Y6664D01*
X1247Y6615D01*
X1251Y6566D01*
X1263Y6518D01*
X1281Y6473D01*
X1307Y6431D01*
X1339Y6394D01*
X1376Y6362D01*
X1418Y6336D01*
X1463Y6318D01*
X1511Y6306D01*
X1560Y6302D01*
X1609Y6306D01*
X1657Y6318D01*
X1702Y6336D01*
X1744Y6362D01*
X1781Y6394D01*
X1813Y6431D01*
X1839Y6473D01*
X1857Y6518D01*
X1869Y6566D01*
X1873Y6615D01*
X1869Y6664D01*
X1857Y6712D01*
X1839Y6757D01*
X1813Y6799D01*
X1781Y6836D01*
X1744Y6868D01*
X1702Y6894D01*
X1657Y6912D01*
X1609Y6924D01*
X1560Y6928D01*
D02*
G37*
G36*
X1919Y8072D02*
X572D01*
X557Y8069D01*
X544Y8060D01*
X222Y7738D01*
X213Y7725D01*
X210Y7710D01*
Y1157D01*
X210Y1157D01*
X210D01*
X213Y1142D01*
X222Y1129D01*
X603Y748D01*
X597Y734D01*
X594Y706D01*
X597Y678D01*
X608Y653D01*
X625Y631D01*
X647Y614D01*
X672Y603D01*
X700Y600D01*
X728Y603D01*
X753Y614D01*
X775Y631D01*
X792Y653D01*
X803Y678D01*
X806Y706D01*
X803Y734D01*
X792Y759D01*
X775Y781D01*
X753Y798D01*
X728Y809D01*
X700Y812D01*
X672Y809D01*
X658Y803D01*
X288Y1173D01*
Y7694D01*
X588Y7994D01*
X1903D01*
X2311Y7586D01*
X2308Y7564D01*
X2312Y7536D01*
X2322Y7511D01*
X2339Y7489D01*
X2361Y7472D01*
X2376Y7466D01*
Y5947D01*
X2361Y5942D01*
X2339Y5925D01*
X2322Y5903D01*
X2317Y5888D01*
X798D01*
X792Y5903D01*
X775Y5925D01*
X753Y5942D01*
X728Y5952D01*
X700Y5956D01*
X672Y5952D01*
X647Y5942D01*
X625Y5925D01*
X608Y5903D01*
X597Y5877D01*
X594Y5849D01*
X597Y5822D01*
X608Y5796D01*
X625Y5774D01*
X647Y5757D01*
X672Y5747D01*
X700Y5743D01*
X728Y5747D01*
X753Y5757D01*
X775Y5774D01*
X792Y5796D01*
X798Y5811D01*
X2317D01*
X2322Y5796D01*
X2339Y5774D01*
X2361Y5757D01*
X2387Y5747D01*
X2414Y5743D01*
X2442Y5747D01*
X2468Y5757D01*
X2490Y5774D01*
X2507Y5796D01*
X2517Y5822D01*
X2521Y5849D01*
X2517Y5877D01*
X2507Y5903D01*
X2490Y5925D01*
X2468Y5942D01*
X2453Y5947D01*
Y7466D01*
X2468Y7472D01*
X2490Y7489D01*
X2507Y7511D01*
X2517Y7536D01*
X2521Y7564D01*
X2517Y7592D01*
X2507Y7617D01*
X2490Y7639D01*
X2468Y7656D01*
X2442Y7667D01*
X2414Y7670D01*
X2387Y7667D01*
X2361Y7656D01*
X2355Y7652D01*
X1947Y8060D01*
X1934Y8069D01*
X1919Y8072D01*
D02*
G37*
G36*
X1560Y8368D02*
X1393Y8202D01*
X1398Y8198D01*
X1435Y8175D01*
X1475Y8159D01*
X1517Y8148D01*
X1560Y8145D01*
X1603Y8148D01*
X1645Y8159D01*
X1685Y8175D01*
X1722Y8198D01*
X1727Y8202D01*
X1560Y8368D01*
D02*
G37*
G36*
X700Y7670D02*
X672Y7667D01*
X647Y7656D01*
X625Y7639D01*
X608Y7617D01*
X597Y7592D01*
X594Y7564D01*
X597Y7536D01*
X603Y7522D01*
X354Y7273D01*
X346Y7261D01*
X343Y7246D01*
Y2739D01*
X343Y2739D01*
X343D01*
X346Y2724D01*
X354Y2711D01*
X603Y2462D01*
X597Y2448D01*
X594Y2420D01*
X597Y2393D01*
X608Y2367D01*
X625Y2345D01*
X647Y2328D01*
X672Y2318D01*
X700Y2314D01*
X728Y2318D01*
X753Y2328D01*
X775Y2345D01*
X792Y2367D01*
X798Y2382D01*
X2317D01*
X2322Y2367D01*
X2339Y2345D01*
X2361Y2328D01*
X2387Y2318D01*
X2414Y2314D01*
X2442Y2318D01*
X2468Y2328D01*
X2490Y2345D01*
X2507Y2367D01*
X2517Y2393D01*
X2521Y2420D01*
X2517Y2448D01*
X2507Y2474D01*
X2490Y2496D01*
X2468Y2513D01*
X2453Y2518D01*
Y4037D01*
X2468Y4043D01*
X2490Y4060D01*
X2507Y4082D01*
X2517Y4107D01*
X2521Y4135D01*
X2517Y4163D01*
X2507Y4188D01*
X2490Y4210D01*
X2468Y4227D01*
X2442Y4238D01*
X2414Y4241D01*
X2387Y4238D01*
X2361Y4227D01*
X2339Y4210D01*
X2322Y4188D01*
X2312Y4163D01*
X2308Y4135D01*
X2312Y4107D01*
X2322Y4082D01*
X2339Y4060D01*
X2361Y4043D01*
X2376Y4037D01*
Y2518D01*
X2361Y2513D01*
X2339Y2496D01*
X2322Y2474D01*
X2317Y2459D01*
X798D01*
X792Y2474D01*
X775Y2496D01*
X753Y2513D01*
X728Y2523D01*
X700Y2527D01*
X672Y2523D01*
X658Y2517D01*
X421Y2755D01*
Y7230D01*
X658Y7467D01*
X672Y7461D01*
X700Y7458D01*
X728Y7461D01*
X753Y7472D01*
X775Y7489D01*
X792Y7511D01*
X803Y7536D01*
X806Y7564D01*
X803Y7592D01*
X792Y7617D01*
X775Y7639D01*
X753Y7656D01*
X728Y7667D01*
X700Y7670D01*
D02*
G37*
%LPD*%
D10*
Y706D02*
D03*
X2414D02*
D03*
Y2420D02*
D03*
X700Y4135D02*
D03*
X2414D02*
D03*
Y5849D02*
D03*
X700Y7564D02*
D03*
X2414D02*
D03*
Y9279D02*
D03*
X700Y2420D02*
D03*
Y5849D02*
D03*
Y9279D02*
D03*
D11*
X1560Y8421D02*
D03*
Y4992D02*
D03*
Y1563D02*
D03*
D12*
X700Y2420D02*
X2415D01*
Y4135D01*
X382Y7246D02*
X700Y7564D01*
Y9279D02*
X2415D01*
Y5849D02*
Y7564D01*
X700Y5849D02*
X2415D01*
Y706D02*
X2859Y1151D01*
X2415Y9279D02*
X2859Y8834D01*
X700Y4135D02*
X1183Y4618D01*
X2859Y1151D02*
Y4618D01*
Y8834D01*
X1183Y4618D02*
X2859D01*
X382Y2739D02*
X700Y2420D01*
X382Y2739D02*
Y7246D01*
X249Y1157D02*
X700Y706D01*
X249Y1157D02*
Y7710D01*
X572Y8033D01*
X1919D01*
X2388Y7564D01*
X2415D01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=32896*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
%ADD16C,0.30*%
%ADD17C,0.17*%
D12*
X450Y9352D02*
X399D01*
X425D01*
Y9200D01*
X450D01*
X399D01*
X323D02*
X272D01*
X298D01*
Y9352D01*
X323Y9327D01*
X500Y5952D02*
X449D01*
X475D01*
Y5800D01*
X500D01*
X449D01*
X271D02*
X373D01*
X271Y5902D01*
Y5927D01*
X297Y5952D01*
X348D01*
X373Y5927D01*
X500Y2502D02*
X449D01*
X475D01*
Y2350D01*
X500D01*
X449D01*
X373Y2477D02*
X348Y2502D01*
X297D01*
X271Y2477D01*
Y2452D01*
X297Y2426D01*
X322D01*
X297D01*
X271Y2401D01*
Y2375D01*
X297Y2350D01*
X348D01*
X373Y2375D01*
X2124Y9352D02*
X2175D01*
X2200Y9327D01*
Y9225D01*
X2175Y9200D01*
X2124D01*
X2098Y9225D01*
Y9327D01*
X2124Y9352D01*
X2048Y9200D02*
X1997D01*
X2022D01*
Y9352D01*
X2048Y9327D01*
X1921Y9200D02*
X1870D01*
X1895D01*
Y9352D01*
X1921Y9327D01*
X2124Y7652D02*
X2175D01*
X2200Y7627D01*
Y7525D01*
X2175Y7500D01*
X2124D01*
X2098Y7525D01*
Y7627D01*
X2124Y7652D01*
X2048Y7500D02*
X1997D01*
X2022D01*
Y7652D01*
X2048Y7627D01*
X1819Y7500D02*
X1921D01*
X1819Y7602D01*
Y7627D01*
X1845Y7652D01*
X1895D01*
X1921Y7627D01*
X424Y7652D02*
X475D01*
X500Y7627D01*
Y7525D01*
X475Y7500D01*
X424D01*
X398Y7525D01*
Y7627D01*
X424Y7652D01*
X348Y7500D02*
X297D01*
X322D01*
Y7652D01*
X348Y7627D01*
X221D02*
X195Y7652D01*
X145D01*
X119Y7627D01*
Y7602D01*
X145Y7576D01*
X170D01*
X145D01*
X119Y7551D01*
Y7525D01*
X145Y7500D01*
X195D01*
X221Y7525D01*
X2124Y5952D02*
X2175D01*
X2200Y5927D01*
Y5825D01*
X2175Y5800D01*
X2124D01*
X2098Y5825D01*
Y5927D01*
X2124Y5952D01*
X1946Y5800D02*
X2048D01*
X1946Y5902D01*
Y5927D01*
X1971Y5952D01*
X2022D01*
X2048Y5927D01*
X1895Y5800D02*
X1845D01*
X1870D01*
Y5952D01*
X1895Y5927D01*
X2124Y4252D02*
X2175D01*
X2200Y4227D01*
Y4125D01*
X2175Y4100D01*
X2124D01*
X2098Y4125D01*
Y4227D01*
X2124Y4252D01*
X1946Y4100D02*
X2048D01*
X1946Y4202D01*
Y4227D01*
X1971Y4252D01*
X2022D01*
X2048Y4227D01*
X1794Y4100D02*
X1895D01*
X1794Y4202D01*
Y4227D01*
X1819Y4252D01*
X1870D01*
X1895Y4227D01*
X424Y4252D02*
X475D01*
X500Y4227D01*
Y4125D01*
X475Y4100D01*
X424D01*
X398Y4125D01*
Y4227D01*
X424Y4252D01*
X246Y4100D02*
X348D01*
X246Y4202D01*
Y4227D01*
X271Y4252D01*
X322D01*
X348Y4227D01*
X195D02*
X170Y4252D01*
X119D01*
X94Y4227D01*
Y4202D01*
X119Y4176D01*
X145D01*
X119D01*
X94Y4151D01*
Y4125D01*
X119Y4100D01*
X170D01*
X195Y4125D01*
X2124Y2502D02*
X2175D01*
X2200Y2477D01*
Y2375D01*
X2175Y2350D01*
X2124D01*
X2098Y2375D01*
Y2477D01*
X2124Y2502D01*
X2048Y2477D02*
X2022Y2502D01*
X1971D01*
X1946Y2477D01*
Y2452D01*
X1971Y2426D01*
X1997D01*
X1971D01*
X1946Y2401D01*
Y2375D01*
X1971Y2350D01*
X2022D01*
X2048Y2375D01*
X1895Y2350D02*
X1845D01*
X1870D01*
Y2502D01*
X1895Y2477D01*
X2124Y802D02*
X2175D01*
X2200Y777D01*
Y675D01*
X2175Y650D01*
X2124D01*
X2098Y675D01*
Y777D01*
X2124Y802D01*
X2048Y777D02*
X2022Y802D01*
X1971D01*
X1946Y777D01*
Y752D01*
X1971Y726D01*
X1997D01*
X1971D01*
X1946Y701D01*
Y675D01*
X1971Y650D01*
X2022D01*
X2048Y675D01*
X1794Y650D02*
X1895D01*
X1794Y752D01*
Y777D01*
X1819Y802D01*
X1870D01*
X1895Y777D01*
X424Y802D02*
X475D01*
X500Y777D01*
Y675D01*
X475Y650D01*
X424D01*
X398Y675D01*
Y777D01*
X424Y802D01*
X348Y777D02*
X322Y802D01*
X271D01*
X246Y777D01*
Y752D01*
X271Y726D01*
X297D01*
X271D01*
X246Y701D01*
Y675D01*
X271Y650D01*
X322D01*
X348Y675D01*
X195Y777D02*
X170Y802D01*
X119D01*
X94Y777D01*
Y752D01*
X119Y726D01*
X145D01*
X119D01*
X94Y701D01*
Y675D01*
X119Y650D01*
X170D01*
X195Y675D01*
X2967Y3793D02*
X2990Y3770D01*
Y3723D01*
X2967Y3700D01*
X2873D01*
X2850Y3723D01*
Y3770D01*
X2873Y3793D01*
X2990Y3910D02*
Y3863D01*
X2967Y3840D01*
X2873D01*
X2850Y3863D01*
Y3910D01*
X2873Y3933D01*
X2967D01*
X2990Y3910D01*
X2850Y3980D02*
X2990D01*
X2850Y4073D01*
X2990D01*
Y4120D02*
X2897D01*
X2850Y4167D01*
X2897Y4213D01*
X2990D01*
X2920Y4260D02*
Y4353D01*
X2990Y4400D02*
Y4493D01*
Y4446D01*
X2850D01*
X2990Y4540D02*
Y4633D01*
Y4586D01*
X2850D01*
X2990Y4680D02*
X2850D01*
Y4773D01*
X2920Y4820D02*
Y4913D01*
X2990Y4960D02*
X2850D01*
Y5030D01*
X2873Y5053D01*
X2897D01*
X2920Y5030D01*
Y4960D01*
Y5030D01*
X2943Y5053D01*
X2967D01*
X2990Y5030D01*
Y4960D01*
Y5100D02*
X2850D01*
Y5193D01*
X2990Y5309D02*
Y5263D01*
X2967Y5240D01*
X2873D01*
X2850Y5263D01*
Y5309D01*
X2873Y5333D01*
X2967D01*
X2990Y5309D01*
X2850Y5519D02*
X2990D01*
Y5589D01*
X2967Y5613D01*
X2920D01*
X2897Y5589D01*
Y5519D01*
Y5566D02*
X2850Y5613D01*
X2990Y5659D02*
Y5753D01*
Y5706D01*
X2850D01*
Y5799D02*
X2990D01*
X2943Y5846D01*
X2990Y5893D01*
X2850D01*
X2967Y6103D02*
X2943D01*
Y6079D01*
Y6126D01*
Y6103D01*
X2873D01*
X2850Y6126D01*
Y6266D02*
Y6219D01*
X2873Y6196D01*
X2920D01*
X2943Y6219D01*
Y6266D01*
X2920Y6289D01*
X2897D01*
Y6196D01*
X2850Y6336D02*
Y6406D01*
X2873Y6429D01*
X2897Y6406D01*
Y6359D01*
X2920Y6336D01*
X2943Y6359D01*
Y6429D01*
X2967Y6499D02*
X2943D01*
Y6476D01*
Y6522D01*
Y6499D01*
X2873D01*
X2850Y6522D01*
Y6662D02*
Y6616D01*
X2873Y6592D01*
X2920D01*
X2943Y6616D01*
Y6662D01*
X2920Y6686D01*
X2897D01*
Y6592D01*
X2943Y6732D02*
X2850D01*
X2897D01*
X2920Y6756D01*
X2943Y6779D01*
Y6802D01*
D16*
X99Y6957D02*
X3019D01*
X99Y3528D02*
X3019D01*
D17*
X2750Y3700D02*
X2650D01*
Y3767D01*
Y3800D02*
Y3833D01*
Y3817D01*
X2717D01*
Y3800D01*
Y3950D02*
Y3900D01*
X2700Y3883D01*
X2667D01*
X2650Y3900D01*
Y3950D01*
Y4033D02*
Y4000D01*
X2667Y3983D01*
X2700D01*
X2717Y4000D01*
Y4033D01*
X2700Y4050D01*
X2683D01*
Y3983D01*
X2650Y4083D02*
X2717D01*
Y4133D01*
X2700Y4150D01*
X2650D01*
Y4183D02*
Y4233D01*
X2667Y4250D01*
X2683Y4233D01*
Y4200D01*
X2700Y4183D01*
X2717Y4200D01*
Y4250D01*
X2650Y4333D02*
Y4300D01*
X2667Y4283D01*
X2700D01*
X2717Y4300D01*
Y4333D01*
X2700Y4350D01*
X2683D01*
Y4283D01*
X2750Y4450D02*
X2650D01*
Y4400D01*
X2667Y4383D01*
X2700D01*
X2717Y4400D01*
Y4450D01*
Y4583D02*
X2667D01*
X2650Y4600D01*
Y4650D01*
X2717D01*
X2650Y4683D02*
X2717D01*
Y4733D01*
X2700Y4750D01*
X2650D01*
X2750Y4850D02*
X2650D01*
Y4800D01*
X2667Y4783D01*
X2700D01*
X2717Y4800D01*
Y4850D01*
X2650Y4933D02*
Y4900D01*
X2667Y4883D01*
X2700D01*
X2717Y4900D01*
Y4933D01*
X2700Y4950D01*
X2683D01*
Y4883D01*
X2717Y4983D02*
X2650D01*
X2683D01*
X2700Y5000D01*
X2717Y5016D01*
Y5033D01*
X2733Y5250D02*
X2750Y5233D01*
Y5200D01*
X2733Y5183D01*
X2667D01*
X2650Y5200D01*
Y5233D01*
X2667Y5250D01*
X2750Y5349D02*
Y5283D01*
X2650D01*
Y5349D01*
X2700Y5283D02*
Y5316D01*
X2650Y5383D02*
X2750D01*
Y5433D01*
X2733Y5449D01*
X2700D01*
X2683Y5433D01*
Y5383D01*
Y5416D02*
X2650Y5449D01*
Y5483D02*
X2750D01*
X2650Y5549D01*
X2750D01*
Y5733D02*
Y5699D01*
X2733Y5683D01*
X2667D01*
X2650Y5699D01*
Y5733D01*
X2667Y5749D01*
X2733D01*
X2750Y5733D01*
Y5783D02*
X2650D01*
X2700D01*
Y5849D01*
X2750D01*
X2650D01*
X2750Y5883D02*
X2650D01*
Y5949D01*
X2717Y6083D02*
X2650Y6116D01*
X2717Y6149D01*
X2650Y6183D02*
Y6216D01*
Y6199D01*
X2750D01*
X2733Y6183D01*
X2650Y6266D02*
X2667D01*
Y6283D01*
X2650D01*
Y6266D01*
Y6416D02*
Y6349D01*
X2717Y6416D01*
X2733D01*
X2750Y6399D01*
Y6366D01*
X2733Y6349D01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=128*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=16711935*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
D14*
X700Y706D02*
D03*
X2414D02*
D03*
Y2420D02*
D03*
X700Y4135D02*
D03*
X2414D02*
D03*
Y5849D02*
D03*
X700Y7564D02*
D03*
X2414D02*
D03*
Y9279D02*
D03*
X700Y2420D02*
D03*
Y5849D02*
D03*
Y9279D02*
D03*
D15*
X1560Y8421D02*
D03*
Y4992D02*
D03*
Y1563D02*
D03*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=2752767*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
%ADD16C,0.30*%
%ADD17C,0.17*%
%ADD18C,0.13*%
%ADD19C,0.17*%
%ADD20C,0.15*%
D12*
X1894Y9979D02*
X3525D01*
X2446Y6D02*
X3525D01*
X3500Y5488D02*
Y9979D01*
Y6D02*
Y4416D01*
X3449Y9827D02*
X3500Y9979D01*
X3551Y9827D01*
X3500Y6D02*
X3551Y158D01*
X3449D02*
X3500Y6D01*
X0Y-325D02*
Y674D01*
X3115Y-325D02*
Y674D01*
X0Y-300D02*
X1006D01*
X2027D02*
X3115D01*
X0D02*
X152Y-351D01*
X0Y-300D02*
X152Y-249D01*
X2962D02*
X3115Y-300D01*
X2962Y-351D02*
X3115Y-300D01*
X200Y3700D02*
Y3852D01*
X302Y3700D01*
Y3852D01*
X378Y3700D02*
X429D01*
X454Y3725D01*
Y3776D01*
X429Y3802D01*
X378D01*
X352Y3776D01*
Y3725D01*
X378Y3700D01*
X505D02*
Y3802D01*
X581D01*
X606Y3776D01*
Y3700D01*
X657Y3776D02*
X759D01*
X809Y3649D02*
Y3802D01*
X886D01*
X911Y3776D01*
Y3725D01*
X886Y3700D01*
X809D01*
X962D02*
X1013D01*
X987D01*
Y3852D01*
X962D01*
X1114Y3802D02*
X1165D01*
X1190Y3776D01*
Y3700D01*
X1114D01*
X1089Y3725D01*
X1114Y3751D01*
X1190D01*
X1266Y3827D02*
Y3802D01*
X1241D01*
X1292D01*
X1266D01*
Y3725D01*
X1292Y3700D01*
X1444D02*
X1393D01*
X1368Y3725D01*
Y3776D01*
X1393Y3802D01*
X1444D01*
X1470Y3776D01*
Y3751D01*
X1368D01*
X1622Y3852D02*
Y3700D01*
X1546D01*
X1520Y3725D01*
Y3776D01*
X1546Y3802D01*
X1622D01*
X1825Y3852D02*
Y3700D01*
Y3776D01*
X1850Y3802D01*
X1901D01*
X1927Y3776D01*
Y3700D01*
X2003D02*
X2054D01*
X2079Y3725D01*
Y3776D01*
X2054Y3802D01*
X2003D01*
X1977Y3776D01*
Y3725D01*
X2003Y3700D01*
X2130D02*
X2181D01*
X2155D01*
Y3852D01*
X2130D01*
X2333Y3700D02*
X2282D01*
X2257Y3725D01*
Y3776D01*
X2282Y3802D01*
X2333D01*
X2358Y3776D01*
Y3751D01*
X2257D01*
X200Y7100D02*
Y7252D01*
X302Y7100D01*
Y7252D01*
X378Y7100D02*
X429D01*
X454Y7125D01*
Y7176D01*
X429Y7202D01*
X378D01*
X352Y7176D01*
Y7125D01*
X378Y7100D01*
X505D02*
Y7202D01*
X581D01*
X606Y7176D01*
Y7100D01*
X657Y7176D02*
X759D01*
X809Y7049D02*
Y7202D01*
X886D01*
X911Y7176D01*
Y7125D01*
X886Y7100D01*
X809D01*
X962D02*
X1013D01*
X987D01*
Y7252D01*
X962D01*
X1114Y7202D02*
X1165D01*
X1190Y7176D01*
Y7100D01*
X1114D01*
X1089Y7125D01*
X1114Y7151D01*
X1190D01*
X1266Y7227D02*
Y7202D01*
X1241D01*
X1292D01*
X1266D01*
Y7125D01*
X1292Y7100D01*
X1444D02*
X1393D01*
X1368Y7125D01*
Y7176D01*
X1393Y7202D01*
X1444D01*
X1470Y7176D01*
Y7151D01*
X1368D01*
X1622Y7252D02*
Y7100D01*
X1546D01*
X1520Y7125D01*
Y7176D01*
X1546Y7202D01*
X1622D01*
X1825Y7252D02*
Y7100D01*
Y7176D01*
X1850Y7202D01*
X1901D01*
X1927Y7176D01*
Y7100D01*
X2003D02*
X2054D01*
X2079Y7125D01*
Y7176D01*
X2054Y7202D01*
X2003D01*
X1977Y7176D01*
Y7125D01*
X2003Y7100D01*
X2130D02*
X2181D01*
X2155D01*
Y7252D01*
X2130D01*
X2333Y7100D02*
X2282D01*
X2257Y7125D01*
Y7176D01*
X2282Y7202D01*
X2333D01*
X2358Y7176D01*
Y7151D01*
X2257D01*
D18*
X649Y655D02*
Y757D01*
X751D01*
Y655D01*
X649D01*
X2364D02*
Y757D01*
X2465D01*
Y655D01*
X2364D01*
Y2370D02*
Y2471D01*
X2465D01*
Y2370D01*
X2364D01*
X649Y4084D02*
Y4186D01*
X751D01*
Y4084D01*
X649D01*
X2364D02*
Y4186D01*
X2465D01*
Y4084D01*
X2364D01*
Y5799D02*
Y5900D01*
X2465D01*
Y5799D01*
X2364D01*
X649Y7513D02*
Y7615D01*
X751D01*
Y7513D01*
X649D01*
X2364D02*
Y7615D01*
X2465D01*
Y7513D01*
X2364D01*
Y9228D02*
Y9329D01*
X2465D01*
Y9228D01*
X2364D01*
X649Y2370D02*
Y2471D01*
X751D01*
Y2370D01*
X649D01*
Y5799D02*
Y5900D01*
X751D01*
Y5799D01*
X649D01*
Y9228D02*
Y9329D01*
X751D01*
Y9228D01*
X649D01*
X1840Y3186D02*
G03*
X1840Y3186I-280J0D01*
G01*
Y6615D02*
G03*
X1840Y6615I-280J0D01*
G01*
X0Y706D02*
G03*
X700Y6I700J0D01*
G01*
X2415D02*
G03*
X3115Y706I0J700D01*
G01*
X3115Y9279D02*
G03*
X2415Y9979I-700J0D01*
G01*
X700Y9979D02*
G03*
X0Y9279I0J-700D01*
G01*
X1253Y9979D02*
G03*
X1862Y9979I304J23D01*
G01*
X2415D01*
X0Y706D02*
Y9279D01*
X700Y6D02*
X2415D01*
X3115Y706D02*
Y9279D01*
X700Y9979D02*
X1253D01*
X1280Y3190D02*
Y3220D01*
X500Y3180D02*
X1280D01*
X500D02*
Y3600D01*
Y6620D02*
Y7000D01*
Y6620D02*
X1280D01*
D19*
X1611Y8421D02*
G03*
X1611Y8421I-51J0D01*
G01*
Y4992D02*
G03*
X1611Y4992I-51J0D01*
G01*
Y1563D02*
G03*
X1611Y1563I-51J0D01*
G01*
D20*
X3566Y4457D02*
X3591Y4482D01*
Y4533D01*
X3566Y4558D01*
X3464D01*
X3439Y4533D01*
Y4482D01*
X3464Y4457D01*
X3490D01*
X3515Y4482D01*
Y4558D01*
X3566Y4609D02*
X3591Y4634D01*
Y4685D01*
X3566Y4711D01*
X3464D01*
X3439Y4685D01*
Y4634D01*
X3464Y4609D01*
X3490D01*
X3515Y4634D01*
Y4711D01*
X3591Y4761D02*
X3566D01*
Y4787D01*
X3591D01*
Y4761D01*
X3439Y4888D02*
Y4990D01*
X3464D01*
X3566Y4888D01*
X3591D01*
X3464Y5041D02*
X3439Y5066D01*
Y5117D01*
X3464Y5142D01*
X3490D01*
X3515Y5117D01*
Y5092D01*
Y5117D01*
X3541Y5142D01*
X3566D01*
X3591Y5117D01*
Y5066D01*
X3566Y5041D01*
X3591Y5193D02*
X3490D01*
Y5219D01*
X3515Y5244D01*
X3591D01*
X3515D01*
X3490Y5269D01*
X3515Y5295D01*
X3591D01*
Y5345D02*
X3490D01*
Y5371D01*
X3515Y5396D01*
X3591D01*
X3515D01*
X3490Y5422D01*
X3515Y5447D01*
X3591D01*
X1047Y-264D02*
X1072Y-239D01*
X1123D01*
X1148Y-264D01*
Y-290D01*
X1123Y-315D01*
X1098D01*
X1123D01*
X1148Y-341D01*
Y-366D01*
X1123Y-391D01*
X1072D01*
X1047Y-366D01*
X1199Y-391D02*
X1250D01*
X1225D01*
Y-239D01*
X1199Y-264D01*
X1326Y-391D02*
Y-366D01*
X1352D01*
Y-391D01*
X1326D01*
X1453D02*
X1504D01*
X1479D01*
Y-239D01*
X1453Y-264D01*
X1656Y-391D02*
Y-239D01*
X1580Y-315D01*
X1682D01*
X1732Y-391D02*
Y-290D01*
X1758D01*
X1783Y-315D01*
Y-391D01*
Y-315D01*
X1809Y-290D01*
X1834Y-315D01*
Y-391D01*
X1885D02*
Y-290D01*
X1910D01*
X1936Y-315D01*
Y-391D01*
Y-315D01*
X1961Y-290D01*
X1986Y-315D01*
Y-391D01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=16711935*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
%ADD16C,0.30*%
%ADD17C,0.17*%
%ADD18C,0.13*%
D18*
X1840Y3186D02*
G03*
X1840Y3186I-280J0D01*
G01*
Y6615D02*
G03*
X1840Y6615I-280J0D01*
G01*
X0Y706D02*
G03*
X700Y6I700J0D01*
G01*
X2415D02*
G03*
X3115Y706I0J700D01*
G01*
X3115Y9279D02*
G03*
X2415Y9979I-700J0D01*
G01*
X700Y9979D02*
G03*
X0Y9279I0J-700D01*
G01*
X1253Y9979D02*
G03*
X1862Y9979I304J23D01*
G01*
X2415D01*
X0Y706D02*
Y9279D01*
X700Y6D02*
X2415D01*
X3115Y706D02*
Y9279D01*
X700Y9979D02*
X1253D01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=16711935*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
%ADD16C,0.30*%
%ADD17C,0.17*%
%ADD18C,0.13*%
D13*
X1025Y861D02*
G03*
X375Y861I-325J-155D01*
G01*
X375Y551D02*
G03*
X1025Y551I325J155D01*
G01*
X2090Y551D02*
G03*
X2739Y551I325J155D01*
G01*
X2739Y861D02*
G03*
X2090Y861I-325J-155D01*
G01*
X2739Y2575D02*
G03*
X2090Y2575I-325J-155D01*
G01*
X2090Y2266D02*
G03*
X2739Y2266I325J155D01*
G01*
X375Y3980D02*
G03*
X1025Y3980I325J155D01*
G01*
X1025Y4290D02*
G03*
X375Y4290I-325J-155D01*
G01*
X2739Y4290D02*
G03*
X2090Y4290I-325J-155D01*
G01*
X2090Y3980D02*
G03*
X2739Y3980I325J155D01*
G01*
X2090Y5695D02*
G03*
X2739Y5695I325J155D01*
G01*
X2739Y6004D02*
G03*
X2090Y6004I-325J-155D01*
G01*
X1025Y7719D02*
G03*
X375Y7719I-325J-155D01*
G01*
X375Y7409D02*
G03*
X1025Y7409I325J155D01*
G01*
X2090Y7409D02*
G03*
X2739Y7409I325J155D01*
G01*
X2739Y7719D02*
G03*
X2090Y7719I-325J-155D01*
G01*
X2739Y9433D02*
G03*
X2090Y9433I-325J-155D01*
G01*
X2090Y9124D02*
G03*
X2739Y9124I325J155D01*
G01*
X375Y2266D02*
G03*
X1025Y2266I325J155D01*
G01*
X1025Y2575D02*
G03*
X375Y2575I-325J-155D01*
G01*
X1025Y6004D02*
G03*
X375Y6004I-325J-155D01*
G01*
X375Y5695D02*
G03*
X1025Y5695I325J155D01*
G01*
X375Y9124D02*
G03*
X1025Y9124I325J155D01*
G01*
X1025Y9433D02*
G03*
X375Y9433I-325J-155D01*
G01*
X375Y551D02*
Y861D01*
X1025Y551D02*
Y861D01*
X2739Y551D02*
Y861D01*
X2089Y551D02*
Y861D01*
Y2266D02*
Y2575D01*
X2739Y2266D02*
Y2575D01*
X1025Y3980D02*
Y4290D01*
X375Y3980D02*
Y4290D01*
X2089Y3980D02*
Y4290D01*
X2739Y3980D02*
Y4290D01*
Y5695D02*
Y6004D01*
X2089Y5695D02*
Y6004D01*
X375Y7409D02*
Y7719D01*
X1025Y7409D02*
Y7719D01*
X2739Y7409D02*
Y7719D01*
X2089Y7409D02*
Y7719D01*
Y9124D02*
Y9433D01*
X2739Y9124D02*
Y9433D01*
X1025Y2266D02*
Y2575D01*
X375Y2266D02*
Y2575D01*
Y5695D02*
Y6004D01*
X1025Y5695D02*
Y6004D01*
Y9124D02*
Y9433D01*
X375Y9124D02*
Y9433D01*
D18*
X1730Y4992D02*
G03*
X1730Y4992I-170J0D01*
G01*
Y1563D02*
G03*
X1730Y1563I-170J0D01*
G01*
Y8421D02*
G03*
X1730Y8421I-170J0D01*
G01*
X1253Y9979D02*
G03*
X1862Y9979I304J23D01*
G01*
X700Y9979D02*
G03*
X0Y9279I0J-700D01*
G01*
X3115Y9279D02*
G03*
X2415Y9979I-700J0D01*
G01*
X2415Y6D02*
G03*
X3115Y706I0J700D01*
G01*
X0D02*
G03*
X700Y6I700J0D01*
G01*
X1840Y6615D02*
G03*
X1840Y6615I-280J0D01*
G01*
Y3186D02*
G03*
X1840Y3186I-280J0D01*
G01*
X700Y9979D02*
X1253D01*
X3115Y706D02*
Y9279D01*
X700Y6D02*
X2415D01*
X0Y706D02*
Y9279D01*
X1862Y9979D02*
X2415D01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Physical_Order=1*
G04 Layer_Color=255*
%ADD10C,1.60*%
%ADD11C,5.00*%
G36*
X2494Y9976D02*
X2571Y9963D01*
X2647Y9941D01*
X2719Y9911D01*
X2788Y9873D01*
X2852Y9827D01*
X2911Y9775D01*
X2963Y9716D01*
X3009Y9652D01*
X3047Y9583D01*
X3077Y9511D01*
X3099Y9435D01*
X3112Y9358D01*
X3116Y9281D01*
X3115Y9279D01*
X3115D01*
Y706D01*
X3115D01*
X3116Y705D01*
X3111Y628D01*
X3098Y550D01*
X3076Y474D01*
X3046Y402D01*
X3008Y333D01*
X2963Y269D01*
X2910Y210D01*
X2852Y158D01*
X2788Y112D01*
X2719Y74D01*
X2646Y44D01*
X2571Y22D01*
X2493Y9D01*
X2415Y5D01*
X700Y6D01*
Y6D01*
X699Y5D01*
X622Y9D01*
X544Y22D01*
X468Y44D01*
X396Y74D01*
X327Y112D01*
X263Y158D01*
X204Y210D01*
X152Y269D01*
X106Y333D01*
X68Y402D01*
X38Y474D01*
X16Y550D01*
X3Y628D01*
X-1Y706D01*
X0Y9279D01*
X0D01*
X-1Y9280D01*
X3Y9357D01*
X16Y9435D01*
X38Y9510D01*
X68Y9583D01*
X106Y9652D01*
X152Y9716D01*
X204Y9774D01*
X263Y9827D01*
X327Y9872D01*
X396Y9910D01*
X468Y9940D01*
X544Y9962D01*
X622Y9975D01*
X699Y9980D01*
X700Y9979D01*
Y9979D01*
X1253D01*
X1255Y9954D01*
X1266Y9908D01*
X1285Y9863D01*
X1310Y9822D01*
X1341Y9786D01*
X1378Y9755D01*
X1419Y9729D01*
X1463Y9711D01*
X1510Y9700D01*
X1558Y9696D01*
X1605Y9700D01*
X1652Y9711D01*
X1697Y9729D01*
X1737Y9755D01*
X1774Y9786D01*
X1805Y9822D01*
X1830Y9863D01*
X1849Y9908D01*
X1860Y9954D01*
X1862Y9979D01*
X2415D01*
Y9979D01*
X2416Y9980D01*
X2494Y9976D01*
D02*
G37*
%LPC*%
G36*
X700Y4241D02*
X672Y4238D01*
X647Y4227D01*
X625Y4210D01*
X608Y4188D01*
X597Y4163D01*
X594Y4135D01*
X597Y4107D01*
X608Y4082D01*
X625Y4060D01*
X647Y4043D01*
X672Y4032D01*
X700Y4029D01*
X728Y4032D01*
X753Y4043D01*
X775Y4060D01*
X792Y4082D01*
X803Y4107D01*
X806Y4135D01*
X803Y4163D01*
X792Y4188D01*
X775Y4210D01*
X753Y4227D01*
X728Y4238D01*
X700Y4241D01*
D02*
G37*
G36*
X1560Y3499D02*
X1511Y3495D01*
X1463Y3483D01*
X1418Y3465D01*
X1376Y3439D01*
X1339Y3407D01*
X1307Y3370D01*
X1281Y3328D01*
X1263Y3283D01*
X1251Y3235D01*
X1247Y3186D01*
X1251Y3137D01*
X1263Y3089D01*
X1281Y3044D01*
X1307Y3002D01*
X1339Y2965D01*
X1376Y2933D01*
X1418Y2907D01*
X1463Y2889D01*
X1511Y2877D01*
X1560Y2873D01*
X1609Y2877D01*
X1657Y2889D01*
X1702Y2907D01*
X1744Y2933D01*
X1781Y2965D01*
X1813Y3002D01*
X1839Y3044D01*
X1857Y3089D01*
X1869Y3137D01*
X1873Y3186D01*
X1869Y3235D01*
X1857Y3283D01*
X1839Y3328D01*
X1813Y3370D01*
X1781Y3407D01*
X1744Y3439D01*
X1702Y3465D01*
X1657Y3483D01*
X1609Y3495D01*
X1560Y3499D01*
D02*
G37*
G36*
X2414Y2527D02*
X2387Y2523D01*
X2361Y2513D01*
X2339Y2496D01*
X2322Y2474D01*
X2312Y2448D01*
X2308Y2420D01*
X2312Y2393D01*
X2322Y2367D01*
X2339Y2345D01*
X2361Y2328D01*
X2387Y2318D01*
X2414Y2314D01*
X2442Y2318D01*
X2468Y2328D01*
X2490Y2345D01*
X2507Y2367D01*
X2517Y2393D01*
X2521Y2420D01*
X2517Y2448D01*
X2507Y2474D01*
X2490Y2496D01*
X2468Y2513D01*
X2442Y2523D01*
X2414Y2527D01*
D02*
G37*
G36*
X1340Y5159D02*
X1337Y5155D01*
X1314Y5118D01*
X1297Y5078D01*
X1287Y5036D01*
X1284Y4992D01*
X1287Y4949D01*
X1297Y4907D01*
X1314Y4867D01*
X1337Y4830D01*
X1340Y4826D01*
X1507Y4992D01*
X1340Y5159D01*
D02*
G37*
G36*
X1560Y4939D02*
X1393Y4773D01*
X1398Y4769D01*
X1435Y4746D01*
X1475Y4730D01*
X1517Y4719D01*
X1560Y4716D01*
X1603Y4719D01*
X1645Y4730D01*
X1685Y4746D01*
X1722Y4769D01*
X1727Y4773D01*
X1560Y4939D01*
D02*
G37*
G36*
X2414Y4241D02*
X2387Y4238D01*
X2361Y4227D01*
X2339Y4210D01*
X2322Y4188D01*
X2312Y4163D01*
X2308Y4135D01*
X2312Y4107D01*
X2322Y4082D01*
X2339Y4060D01*
X2361Y4043D01*
X2387Y4032D01*
X2414Y4029D01*
X2442Y4032D01*
X2468Y4043D01*
X2490Y4060D01*
X2507Y4082D01*
X2517Y4107D01*
X2521Y4135D01*
X2517Y4163D01*
X2507Y4188D01*
X2490Y4210D01*
X2468Y4227D01*
X2442Y4238D01*
X2414Y4241D01*
D02*
G37*
G36*
X700Y2527D02*
X672Y2523D01*
X647Y2513D01*
X625Y2496D01*
X608Y2474D01*
X597Y2448D01*
X594Y2420D01*
X597Y2393D01*
X608Y2367D01*
X625Y2345D01*
X647Y2328D01*
X672Y2318D01*
X700Y2314D01*
X728Y2318D01*
X753Y2328D01*
X775Y2345D01*
X792Y2367D01*
X803Y2393D01*
X806Y2420D01*
X803Y2448D01*
X792Y2474D01*
X775Y2496D01*
X753Y2513D01*
X728Y2523D01*
X700Y2527D01*
D02*
G37*
G36*
X1560Y1510D02*
X1393Y1344D01*
X1398Y1340D01*
X1435Y1317D01*
X1475Y1301D01*
X1517Y1290D01*
X1560Y1287D01*
X1603Y1290D01*
X1645Y1301D01*
X1685Y1317D01*
X1722Y1340D01*
X1727Y1344D01*
X1560Y1510D01*
D02*
G37*
G36*
X2414Y812D02*
X2387Y809D01*
X2361Y798D01*
X2339Y781D01*
X2322Y759D01*
X2312Y734D01*
X2308Y706D01*
X2312Y678D01*
X2322Y653D01*
X2339Y631D01*
X2361Y614D01*
X2387Y603D01*
X2414Y600D01*
X2442Y603D01*
X2468Y614D01*
X2490Y631D01*
X2507Y653D01*
X2517Y678D01*
X2521Y706D01*
X2517Y734D01*
X2507Y759D01*
X2490Y781D01*
X2468Y798D01*
X2442Y809D01*
X2414Y812D01*
D02*
G37*
G36*
X700D02*
X672Y809D01*
X647Y798D01*
X625Y781D01*
X608Y759D01*
X597Y734D01*
X594Y706D01*
X597Y678D01*
X608Y653D01*
X625Y631D01*
X647Y614D01*
X672Y603D01*
X700Y600D01*
X728Y603D01*
X753Y614D01*
X775Y631D01*
X792Y653D01*
X803Y678D01*
X806Y706D01*
X803Y734D01*
X792Y759D01*
X775Y781D01*
X753Y798D01*
X728Y809D01*
X700Y812D01*
D02*
G37*
G36*
X1560Y1840D02*
X1517Y1836D01*
X1475Y1826D01*
X1435Y1809D01*
X1398Y1787D01*
X1393Y1783D01*
X1560Y1616D01*
X1727Y1783D01*
X1722Y1787D01*
X1685Y1809D01*
X1645Y1826D01*
X1603Y1836D01*
X1560Y1840D01*
D02*
G37*
G36*
X1780Y1730D02*
X1613Y1563D01*
X1780Y1397D01*
X1783Y1401D01*
X1806Y1438D01*
X1823Y1478D01*
X1833Y1520D01*
X1836Y1563D01*
X1833Y1607D01*
X1823Y1649D01*
X1806Y1689D01*
X1783Y1726D01*
X1780Y1730D01*
D02*
G37*
G36*
X1340D02*
X1337Y1726D01*
X1314Y1689D01*
X1297Y1649D01*
X1287Y1607D01*
X1284Y1563D01*
X1287Y1520D01*
X1297Y1478D01*
X1314Y1438D01*
X1337Y1401D01*
X1340Y1397D01*
X1507Y1563D01*
X1340Y1730D01*
D02*
G37*
G36*
X1780Y8588D02*
X1613Y8421D01*
X1780Y8255D01*
X1783Y8259D01*
X1806Y8296D01*
X1823Y8336D01*
X1833Y8378D01*
X1836Y8421D01*
X1833Y8465D01*
X1823Y8507D01*
X1806Y8547D01*
X1783Y8584D01*
X1780Y8588D01*
D02*
G37*
G36*
X1340D02*
X1337Y8584D01*
X1314Y8547D01*
X1297Y8507D01*
X1287Y8465D01*
X1284Y8421D01*
X1287Y8378D01*
X1297Y8336D01*
X1314Y8296D01*
X1337Y8259D01*
X1340Y8255D01*
X1507Y8421D01*
X1340Y8588D01*
D02*
G37*
G36*
X1560Y8368D02*
X1393Y8202D01*
X1398Y8198D01*
X1435Y8175D01*
X1475Y8159D01*
X1517Y8148D01*
X1560Y8145D01*
X1603Y8148D01*
X1645Y8159D01*
X1685Y8175D01*
X1722Y8198D01*
X1727Y8202D01*
X1560Y8368D01*
D02*
G37*
G36*
X2414Y9385D02*
X2387Y9381D01*
X2361Y9371D01*
X2339Y9354D01*
X2322Y9332D01*
X2312Y9306D01*
X2308Y9279D01*
X2312Y9251D01*
X2322Y9225D01*
X2339Y9203D01*
X2361Y9186D01*
X2387Y9176D01*
X2414Y9172D01*
X2442Y9176D01*
X2468Y9186D01*
X2490Y9203D01*
X2507Y9225D01*
X2517Y9251D01*
X2521Y9279D01*
X2517Y9306D01*
X2507Y9332D01*
X2490Y9354D01*
X2468Y9371D01*
X2442Y9381D01*
X2414Y9385D01*
D02*
G37*
G36*
X700D02*
X672Y9381D01*
X647Y9371D01*
X625Y9354D01*
X608Y9332D01*
X597Y9306D01*
X594Y9279D01*
X597Y9251D01*
X608Y9225D01*
X625Y9203D01*
X647Y9186D01*
X672Y9176D01*
X700Y9172D01*
X728Y9176D01*
X753Y9186D01*
X775Y9203D01*
X792Y9225D01*
X803Y9251D01*
X806Y9279D01*
X803Y9306D01*
X792Y9332D01*
X775Y9354D01*
X753Y9371D01*
X728Y9381D01*
X700Y9385D01*
D02*
G37*
G36*
X1560Y8698D02*
X1517Y8694D01*
X1475Y8684D01*
X1435Y8667D01*
X1398Y8645D01*
X1393Y8641D01*
X1560Y8474D01*
X1727Y8641D01*
X1722Y8645D01*
X1685Y8667D01*
X1645Y8684D01*
X1603Y8694D01*
X1560Y8698D01*
D02*
G37*
G36*
X2414Y7670D02*
X2387Y7667D01*
X2361Y7656D01*
X2339Y7639D01*
X2322Y7617D01*
X2312Y7592D01*
X2308Y7564D01*
X2312Y7536D01*
X2322Y7511D01*
X2339Y7489D01*
X2361Y7472D01*
X2387Y7461D01*
X2414Y7458D01*
X2442Y7461D01*
X2468Y7472D01*
X2490Y7489D01*
X2507Y7511D01*
X2517Y7536D01*
X2521Y7564D01*
X2517Y7592D01*
X2507Y7617D01*
X2490Y7639D01*
X2468Y7656D01*
X2442Y7667D01*
X2414Y7670D01*
D02*
G37*
G36*
X700Y5956D02*
X672Y5952D01*
X647Y5942D01*
X625Y5925D01*
X608Y5903D01*
X597Y5877D01*
X594Y5849D01*
X597Y5822D01*
X608Y5796D01*
X625Y5774D01*
X647Y5757D01*
X672Y5747D01*
X700Y5743D01*
X728Y5747D01*
X753Y5757D01*
X775Y5774D01*
X792Y5796D01*
X803Y5822D01*
X806Y5849D01*
X803Y5877D01*
X792Y5903D01*
X775Y5925D01*
X753Y5942D01*
X728Y5952D01*
X700Y5956D01*
D02*
G37*
G36*
X1560Y5269D02*
X1517Y5265D01*
X1475Y5255D01*
X1435Y5238D01*
X1398Y5216D01*
X1393Y5212D01*
X1560Y5045D01*
X1727Y5212D01*
X1722Y5216D01*
X1685Y5238D01*
X1645Y5255D01*
X1603Y5265D01*
X1560Y5269D01*
D02*
G37*
G36*
X1780Y5159D02*
X1613Y4992D01*
X1780Y4826D01*
X1783Y4830D01*
X1806Y4867D01*
X1823Y4907D01*
X1833Y4949D01*
X1836Y4992D01*
X1833Y5036D01*
X1823Y5078D01*
X1806Y5118D01*
X1783Y5155D01*
X1780Y5159D01*
D02*
G37*
G36*
X700Y7670D02*
X672Y7667D01*
X647Y7656D01*
X625Y7639D01*
X608Y7617D01*
X597Y7592D01*
X594Y7564D01*
X597Y7536D01*
X608Y7511D01*
X625Y7489D01*
X647Y7472D01*
X672Y7461D01*
X700Y7458D01*
X728Y7461D01*
X753Y7472D01*
X775Y7489D01*
X792Y7511D01*
X803Y7536D01*
X806Y7564D01*
X803Y7592D01*
X792Y7617D01*
X775Y7639D01*
X753Y7656D01*
X728Y7667D01*
X700Y7670D01*
D02*
G37*
G36*
X1560Y6928D02*
X1511Y6924D01*
X1463Y6912D01*
X1418Y6894D01*
X1376Y6868D01*
X1339Y6836D01*
X1307Y6799D01*
X1281Y6757D01*
X1263Y6712D01*
X1251Y6664D01*
X1247Y6615D01*
X1251Y6566D01*
X1263Y6518D01*
X1281Y6473D01*
X1307Y6431D01*
X1339Y6394D01*
X1376Y6362D01*
X1418Y6336D01*
X1463Y6318D01*
X1511Y6306D01*
X1560Y6302D01*
X1609Y6306D01*
X1657Y6318D01*
X1702Y6336D01*
X1744Y6362D01*
X1781Y6394D01*
X1813Y6431D01*
X1839Y6473D01*
X1857Y6518D01*
X1869Y6566D01*
X1873Y6615D01*
X1869Y6664D01*
X1857Y6712D01*
X1839Y6757D01*
X1813Y6799D01*
X1781Y6836D01*
X1744Y6868D01*
X1702Y6894D01*
X1657Y6912D01*
X1609Y6924D01*
X1560Y6928D01*
D02*
G37*
G36*
X2414Y5956D02*
X2387Y5952D01*
X2361Y5942D01*
X2339Y5925D01*
X2322Y5903D01*
X2312Y5877D01*
X2308Y5849D01*
X2312Y5822D01*
X2322Y5796D01*
X2339Y5774D01*
X2361Y5757D01*
X2387Y5747D01*
X2414Y5743D01*
X2442Y5747D01*
X2468Y5757D01*
X2490Y5774D01*
X2507Y5796D01*
X2517Y5822D01*
X2521Y5849D01*
X2517Y5877D01*
X2507Y5903D01*
X2490Y5925D01*
X2468Y5942D01*
X2442Y5952D01*
X2414Y5956D01*
D02*
G37*
%LPD*%
D10*
X700Y706D02*
D03*
X2414D02*
D03*
Y2420D02*
D03*
X700Y4135D02*
D03*
X2414D02*
D03*
Y5849D02*
D03*
X700Y7564D02*
D03*
X2414D02*
D03*
Y9279D02*
D03*
X700Y2420D02*
D03*
Y5849D02*
D03*
Y9279D02*
D03*
D11*
X1560Y8421D02*
D03*
Y4992D02*
D03*
Y1563D02*
D03*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=65535*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
D13*
X1250Y706D02*
G03*
X1250Y706I-550J0D01*
G01*
X1040D02*
G03*
X1040Y706I-340J0D01*
G01*
X2754D02*
G03*
X2754Y706I-340J0D01*
G01*
X2964D02*
G03*
X2964Y706I-550J0D01*
G01*
Y2420D02*
G03*
X2964Y2420I-550J0D01*
G01*
X2754D02*
G03*
X2754Y2420I-340J0D01*
G01*
X1040Y4135D02*
G03*
X1040Y4135I-340J0D01*
G01*
X1250D02*
G03*
X1250Y4135I-550J0D01*
G01*
X2964D02*
G03*
X2964Y4135I-550J0D01*
G01*
X2754D02*
G03*
X2754Y4135I-340J0D01*
G01*
Y5849D02*
G03*
X2754Y5849I-340J0D01*
G01*
X2964D02*
G03*
X2964Y5849I-550J0D01*
G01*
X1250Y7564D02*
G03*
X1250Y7564I-550J0D01*
G01*
X1040D02*
G03*
X1040Y7564I-340J0D01*
G01*
X2754D02*
G03*
X2754Y7564I-340J0D01*
G01*
X2964D02*
G03*
X2964Y7564I-550J0D01*
G01*
Y9279D02*
G03*
X2964Y9279I-550J0D01*
G01*
X2754D02*
G03*
X2754Y9279I-340J0D01*
G01*
X1040Y2420D02*
G03*
X1040Y2420I-340J0D01*
G01*
X1250D02*
G03*
X1250Y2420I-550J0D01*
G01*
Y5849D02*
G03*
X1250Y5849I-550J0D01*
G01*
X1040D02*
G03*
X1040Y5849I-340J0D01*
G01*
Y9279D02*
G03*
X1040Y9279I-340J0D01*
G01*
X1250D02*
G03*
X1250Y9279I-550J0D01*
G01*
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=8421504*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
M02*
%FSLAX42Y42*%
%MOMM*%
G71*
G01*
G75*
G04 Layer_Color=8388736*
%ADD10C,1.60*%
%ADD11C,5.00*%
%ADD12C,0.25*%
%ADD13C,0.10*%
%ADD14C,1.80*%
%ADD15C,5.20*%
D14*
X700Y706D02*
D03*
X2414D02*
D03*
Y2420D02*
D03*
X700Y4135D02*
D03*
X2414D02*
D03*
Y5849D02*
D03*
X700Y7564D02*
D03*
X2414D02*
D03*
Y9279D02*
D03*
X700Y2420D02*
D03*
Y5849D02*
D03*
Y9279D02*
D03*
D15*
X1560Y8421D02*
D03*
Y4992D02*
D03*
Y1563D02*
D03*
M02*
Layer Pairs Export File for PCB: \\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc
LayersSetName=Top_Bot_Thru_Holes|DrillFile=rtm-board-tester.txt|LayerPairs=gtl,gbl
*************************************************************
FileName = rtm-board-tester.GBR
AutoAperture = True
*************************************************************
Generating : Top Layer
File : rtm-board-tester.GTL
Adding Layer : Top Layer
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
*************************************************************
*************************************************************
Generating : Bottom Layer
File : rtm-board-tester.GBL
Adding Layer : Bottom Layer
Adding Layer : Multi-Layer
Used DCodes :
D10
D11
D12
*************************************************************
*************************************************************
Generating : Top Overlay
File : rtm-board-tester.GTO
Adding Layer : Top Overlay
Used DCodes :
D13
*************************************************************
*************************************************************
Generating : Top Paste
File : rtm-board-tester.GTP
Adding Layer : Top Paste
Adding Layer : Top Layer
Adding Layer : Multi-Layer
Used DCodes :
*************************************************************
*************************************************************
Generating : Top Solder
File : rtm-board-tester.GTS
Adding Layer : Top Solder
Adding Layer : Top Layer
Adding Layer : Multi-Layer
Used DCodes :
D14
D15
*************************************************************
*************************************************************
Generating : Bottom Solder
File : rtm-board-tester.GBS
Adding Layer : Bottom Solder
Adding Layer : Bottom Layer
Adding Layer : Multi-Layer
Used DCodes :
D14
D15
*************************************************************
*************************************************************
Generating : Bottom Paste
File : rtm-board-tester.GBP
Adding Layer : Bottom Paste
Adding Layer : Bottom Layer
Adding Layer : Multi-Layer
Used DCodes :
*************************************************************
*************************************************************
Generating : Bottom Overlay
File : rtm-board-tester.GBO
Adding Layer : Bottom Overlay
Used DCodes :
D12
D16
D17
*************************************************************
*************************************************************
Generating : Mechanical 1
File : rtm-board-tester.GM1
Adding Layer : Mechanical 1
Used DCodes :
D18
*************************************************************
*************************************************************
Generating : Mechanical 13
File : rtm-board-tester.GM13
Adding Layer : Mechanical 13
Used DCodes :
D13
D18
*************************************************************
*************************************************************
Generating : Drill Drawing
File : rtm-board-tester.GD1
Adding Drill Pair : Bottom Layer-Top Layer
Adding Layer : Drill Drawing
Used DCodes :
D12
D18
D19
D20
*************************************************************
DRC Rules Export File for PCB: \\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc
RuleKind=SolderMaskExpansion|RuleName=SolderMaskExpansion|Scope=Board|Minimum=4.00
RuleKind=Width|RuleName=Width|Scope=Board|Minimum=10.00
RuleKind=Clearance|RuleName=Clearance|Scope=Board|Minimum=10.00
RuleKind=ShortCircuit|RuleName=ShortCircuit|Scope=Board|Allowed=0
M48
;Layer_Color=9474304
;FILE_FORMAT=4:2
METRIC,TZ
;TYPE=PLATED
T1F00S00C1.20
T2F00S00C2.70
;TYPE=NON_PLATED
%
T01
X23339Y16270
Y17985
Y19699
X25054
Y17985
Y16270
Y21413
Y23128
X23339
Y21413
Y24843
X25054
T02
X24199Y17127
Y20556
Y23985
M30
D10 ROUNDED 62.992 62.992 0.000 FLASH 0.000
D11 ROUNDED 196.850 196.850 0.000 FLASH 0.000
D12 ROUNDED 10.000 10.000 0.000 LINE 0.000
D13 ROUNDED 3.937 3.937 0.000 LINE 0.000
D14 ROUNDED 70.992 70.992 0.000 FLASH 0.000
D15 ROUNDED 204.850 204.850 0.000 FLASH 0.000
D16 ROUNDED 11.811 11.811 0.000 LINE 0.000
D17 ROUNDED 6.890 6.890 0.000 LINE 0.000
D18 ROUNDED 5.000 5.000 0.000 LINE 0.000
D19 ROUNDED 6.665 6.665 0.000 LINE 0.000
D20 ROUNDED 6.000 6.000 0.000 LINE 0.000
Some clarifications about the mechanical layers:
- Mechanical 1 serves as board outline
- Mechanical 13 serves as the the support board and return path (GND) connections;
this board is to be machined using a milling machine, preferably on a copper board
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=..\lib
LogFolderPath=..\lib
ReleasesFolder=
ReleaseVaultGUID=
ReleaseVaultName=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
[Document1]
DocumentPath=rtm-board-tester.PcbLib
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
[Document2]
DocumentPath=rtm-board-tester.SchLib
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
[PCBConfiguration1]
ReleaseItemId=
CurrentRevision=
Name=Default Configuration
Variant=[No Variations]
GenerateBOM=0
[Generic_IntLibOptions]
OldFormat=False
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=CadnetixNetlist
OutputName1=Cadnetix Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CalayNetlist
OutputName2=Calay Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=EDIF
OutputName3=EDIF for PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EESofNetlist
OutputName4=EESof Netlist
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=IntergraphNetlist
OutputName5=Intergraph Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=MentorBoardStationNetlist
OutputName6=Mentor BoardStation Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MultiWire
OutputName7=MultiWire
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=OrCadPCB2Netlist
OutputName8=Orcad/PCB2 Netlist
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=PADSNetlist
OutputName9=PADS ASCII Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=Pcad
OutputName10=Pcad for PCB
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=PCADNetlist
OutputName11=PCAD Netlist
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=SIMetrixNetlist
OutputName18=SIMetrix
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=SIMPLISNetlist
OutputName19=SIMPLIS
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=TangoNetlist
OutputName20=Tango Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
OutputType21=TelesisNetlist
OutputName21=Telesis Netlist
OutputDocumentPath21=
OutputVariantName21=
OutputDefault21=0
OutputType22=WireListNetlist
OutputName22=WireList Netlist
OutputDocumentPath22=
OutputVariantName22=
OutputDefault22=0
OutputType23=XSpiceNetlist
OutputName23=XSpice Netlist
OutputDocumentPath23=
OutputVariantName23=
OutputDefault23=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=AdvSimNetlist
OutputName1=Mixed Sim
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=SIMetrix_Sim
OutputName2=SIMetrix
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=SIMPLIS_Sim
OutputName3=SIMPLIS
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType8=Wave Print
OutputName8=Wave Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType9=WaveSim Print
OutputName9=WaveSim Prints
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=CompositeDrill
OutputName1=Composite Drill Drawing
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Drill
OutputName2=Drill Drawing/Guides
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Final
OutputName3=Final Artwork Prints
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=Gerber
OutputName4=Gerber Files
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=Mask
OutputName5=Solder/Paste Mask Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType6=NC Drill
OutputName6=NC Drill Files
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=ODB
OutputName7=ODB++ Files
OutputDocumentPath7=
OutputVariantName7=[No Variations]
OutputDefault7=0
OutputType8=Plane
OutputName8=Power-Plane Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType9=Test Points
OutputName9=Test Point Report
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType18=Text Print
OutputName18=Text Print
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType19=Text Print
OutputName19=Text Print
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType20=Text Print
OutputName20=Text Print
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType21=Text Print
OutputName21=Text Print
OutputDocumentPath21=
OutputVariantName21=
OutputDefault21=0
PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType22=Text Print
OutputName22=Text Print
OutputDocumentPath22=
OutputVariantName22=
OutputDefault22=0
PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType23=Text Print
OutputName23=Text Print
OutputDocumentPath23=
OutputVariantName23=
OutputDefault23=0
PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType24=Text Print
OutputName24=Text Print
OutputDocumentPath24=
OutputVariantName24=
OutputDefault24=0
PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType25=Text Print
OutputName25=Text Print
OutputDocumentPath25=
OutputVariantName25=
OutputDefault25=0
PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType26=Text Print
OutputName26=Text Print
OutputDocumentPath26=
OutputVariantName26=
OutputDefault26=0
PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType27=Text Print
OutputName27=Text Print
OutputDocumentPath27=
OutputVariantName27=
OutputDefault27=0
PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType28=Text Print
OutputName28=Text Print
OutputDocumentPath28=
OutputVariantName28=
OutputDefault28=0
PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType29=Text Print
OutputName29=Text Print
OutputDocumentPath29=
OutputVariantName29=
OutputDefault29=0
PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=1
Type8=1
Type9=1
Type10=1
Type11=2
Type12=2
Type13=2
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=2
Type26=2
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=2
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=1
Type45=2
Type46=1
Type47=2
Type48=2
Type49=1
Type50=2
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=1
Type61=2
Type62=2
Type63=1
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
[LibraryUpdateOptions]
SelectedOnly=0
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
<html>
<head>
<META http-equiv="Content-Type" content="text/html">
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
font-family : sans-serif;
color : white;
background-color : #21489e;
padding: 0.3em;
}
body {
font-family : verdana;
}
td, th {
padding: 0.5em;
text-align : left;
width: auto;
}
th {
background-color : #A6CAF0;
}
th.column1, td.column1 {
text-align: left;
width : 18%;
}
table {
width : 100%;
}
.front_matter, .front_matter_column1, .front_matter_column2, .front_matter_column3 {
padding-top : 0.1em;
padding-bottom : 0.1em;
border : 0px solid black;
width : auto;
vertical-align: top
}
.front_matter_column1 {
text-align : right;
}
.total_column1, .total_column {
font-weight : bold;
}
.total_column1 {
text-align : right;
}
.front_matter_column2 {
text-align : center;
}
.front_matter_column3 {
text-align : left;
}
.warning, .error {
color : red;
font-weight : bold;
}
tr.onmouseout_odd {
background-color : #EEEEE0
}
tr.onmouseout_even {
background-color : #F3F3E3
}
tr.onmouseover_odd, tr.onmouseover_even {
background-color : lightYellow
}
a:link, a:visited, .q a:link,.q a:active,.q {
color: #21489e;
}
a:link.callback, a:visited.callback {
color: #008000
}
a:link.customize, a:visited.customize {
color: #C0C0C0;
position: absolute;
right: 10px;
}
p.contents_level1 {
font-weight : bold;
font-size : 110%;
margin : 0.5em;
}
p.contents_level2 {
position : relative;
left : 20px;
margin : 0.5em;
}
</style>
</head>
<body>
<img ALT="Altium" src="file://C:\Users\Public\Documents\Altium\AD 10\Templates\AD-rgb_logo_223x64.gif">
<a href="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=General" class="customize"><acronym title="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=General">Reporting Options</acronym></a>
<h1>File in Newer Format</h1>
<table class="front_matter">
<tr class="front_matter">
<td class="front_matter_column1">Date</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3">27/10/2014</td>
</tr>
<tr class="front_matter">
<td class="front_matter_column1">Time</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3">12:18:05</td>
</tr>
<tr class="front_matter">
<td class="front_matter_column1">Filename</td>
<td class="front_matter_column2">:</td>
<td class="front_matter_column3"><a href="file://\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc" class="file"><acronym title="\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc">\\cern.ch\dfs\Users\t\tstana\Desktop\rtm-board-tester\rtm-board-tester.PcbDoc</acronym></a></td>
</tr>
</table>
<br>
<table>
<tr>
<th style="text-align : left" colspan="1" class="">Version</th>
<th style="text-align : left" colspan="1" class="">Warning</th>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1">Release 10 update 15</td>
<td class="column2"><b>CAUTION</b> - Support of Solder Mask and Paste Mask expansions for Tracks, Arcs, Fills and Regions was introduced. Be aware that your design might contain Solder Mask and Paste Mask expansions for these types of primitives that cannot be read in the version of Altium Designer you are currently using. </td>
</tr>
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'">
<td class="column1">Altium Designer update 19</td>
<td class="column2"><b>CAUTION</b> - Air Gap Width attribute was introduced to Polygon Connect Style Rule. Be aware that your design might contain Polygon Connect Style Rules with new Air Gap Width attribute cannot be read in the version of Altium Designer you are currently using. </td>
</tr>
</table>
<br><hr>
<p>This file was generated by <b>a later</b> version of the software</p>
</body>
</html>
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
LogFolderPath=
ReleasesFolder=
ReleaseVaultGUID=
ReleaseVaultName=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
AllowPortNetNames=0
AllowSheetEntryNetNames=1
AppendSheetNumberToLocalNets=0
NetlistSinglePinNets=0
DefaultConfiguration=
UserID=0xFFFFFFFF
DefaultPcbProtel=1
DefaultPcbPcad=0
ReorderDocumentsOnCompile=1
NameNetsHierarchically=0
PowerPortNamesTakePriority=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
[Document1]
DocumentPath=rtm-board-tester.PcbDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
[Document2]
DocumentPath=rtm-board-tester.SchDoc
AnnotationEnabled=1
AnnotateStartValue=1
AnnotationIndexControlEnabled=0
AnnotateSuffix=
AnnotateScope=All
AnnotateOrder=-1
DoLibraryUpdate=1
DoDatabaseUpdate=1
ClassGenCCAutoEnabled=1
ClassGenCCAutoRoomEnabled=1
ClassGenNCAutoScope=None
DItemRevisionGUID=
GenerateClassCluster=0
[GeneratedDocument1]
DocumentPath=Project Outputs for rtm-board-tester\Design Rule Check - rtm-board-tester.html
DItemRevisionGUID=
[GeneratedDocument2]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester-BoardEdgeRout.TXT
DItemRevisionGUID=
[GeneratedDocument3]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.DRL
DItemRevisionGUID=
[GeneratedDocument4]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.DRR
DItemRevisionGUID=
[GeneratedDocument5]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.EXTREP
DItemRevisionGUID=
[GeneratedDocument6]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GBL
DItemRevisionGUID=
[GeneratedDocument7]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GBO
DItemRevisionGUID=
[GeneratedDocument8]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GBP
DItemRevisionGUID=
[GeneratedDocument9]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GBS
DItemRevisionGUID=
[GeneratedDocument10]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GD1
DItemRevisionGUID=
[GeneratedDocument11]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GM1
DItemRevisionGUID=
[GeneratedDocument12]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GM13
DItemRevisionGUID=
[GeneratedDocument13]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GTL
DItemRevisionGUID=
[GeneratedDocument14]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GTO
DItemRevisionGUID=
[GeneratedDocument15]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GTP
DItemRevisionGUID=
[GeneratedDocument16]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.GTS
DItemRevisionGUID=
[GeneratedDocument17]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.LDP
DItemRevisionGUID=
[GeneratedDocument18]
DocumentPath=rtm-board-tester.PcbDoc.htm
DItemRevisionGUID=
[GeneratedDocument19]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.REP
DItemRevisionGUID=
[GeneratedDocument20]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.RUL
DItemRevisionGUID=
[GeneratedDocument21]
DocumentPath=Project Outputs for rtm-board-tester\rtm-board-tester.TXT
DItemRevisionGUID=
[PCBConfiguration1]
ReleaseItemId=
CurrentRevision=
Name=Default Configuration
Variant=[No Variations]
GenerateBOM=0
[OutputGroup1]
Name=Netlist Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=CadnetixNetlist
OutputName1=Cadnetix Netlist
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=CalayNetlist
OutputName2=Calay Netlist
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=EDIF
OutputName3=EDIF for PCB
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
OutputType4=EESofNetlist
OutputName4=EESof Netlist
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
OutputType5=IntergraphNetlist
OutputName5=Intergraph Netlist
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
OutputType6=MentorBoardStationNetlist
OutputName6=Mentor BoardStation Netlist
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
OutputType7=MultiWire
OutputName7=MultiWire
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
OutputType8=OrCadPCB2Netlist
OutputName8=Orcad/PCB2 Netlist
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=PADSNetlist
OutputName9=PADS ASCII Netlist
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
OutputType10=Pcad
OutputName10=Pcad for PCB
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
OutputType11=PCADNetlist
OutputName11=PCAD Netlist
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
OutputType12=PCADnltNetlist
OutputName12=PCADnlt Netlist
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
OutputType13=Protel2Netlist
OutputName13=Protel2 Netlist
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
OutputType14=ProtelNetlist
OutputName14=Protel
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
OutputType15=RacalNetlist
OutputName15=Racal Netlist
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
OutputType16=RINFNetlist
OutputName16=RINF Netlist
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
OutputType17=SciCardsNetlist
OutputName17=SciCards Netlist
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
OutputType18=SIMetrixNetlist
OutputName18=SIMetrix
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
OutputType19=SIMPLISNetlist
OutputName19=SIMPLIS
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
OutputType20=TangoNetlist
OutputName20=Tango Netlist
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
OutputType21=TelesisNetlist
OutputName21=Telesis Netlist
OutputDocumentPath21=
OutputVariantName21=
OutputDefault21=0
OutputType22=WireListNetlist
OutputName22=WireList Netlist
OutputDocumentPath22=
OutputVariantName22=
OutputDefault22=0
OutputType23=XSpiceNetlist
OutputName23=XSpice Netlist
OutputDocumentPath23=
OutputVariantName23=
OutputDefault23=0
[OutputGroup2]
Name=Simulator Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=AdvSimNetlist
OutputName1=Mixed Sim
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
OutputType2=SIMetrix_Sim
OutputName2=SIMetrix
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
OutputType3=SIMPLIS_Sim
OutputName3=SIMPLIS
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
[OutputGroup3]
Name=Documentation Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Composite
OutputName1=Composite Drawing
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=PCB 3D Print
OutputName2=PCB 3D Print
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=PCB 3D Video
OutputName3=PCB 3D Video
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=PCB Print
OutputName4=PCB Prints
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType5=Report Print
OutputName5=Report Prints
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType6=Schematic Print
OutputName6=Schematic Prints
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType7=SimView Print
OutputName7=SimView Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType8=Wave Print
OutputName8=Wave Prints
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType9=WaveSim Print
OutputName9=WaveSim Prints
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
[OutputGroup4]
Name=Assembly Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Assembly
OutputName1=Assembly Drawings
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Pick Place
OutputName2=Generates pick and place files
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=Test Points For Assembly
OutputName3=Test Point Report
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
[OutputGroup5]
Name=Fabrication Outputs
Description=
TargetPrinter=\\CERNPRINTHP\864-1A17-HPCOL
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Drill
OutputName1=Drill Drawing/Guides
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.93|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
Configuration1_Name1=OutputConfigurationParameter1
Configuration1_Item1=PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration1_Name2=OutputConfigurationParameter2
Configuration1_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=False|Name=Drill Drawing For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name3=OutputConfigurationParameter3
Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillDrawing|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name4=OutputConfigurationParameter4
Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name5=OutputConfigurationParameter5
Configuration1_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name6=OutputConfigurationParameter6
Configuration1_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name7=OutputConfigurationParameter7
Configuration1_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration1_Name8=OutputConfigurationParameter8
Configuration1_Item8=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=1|Mirror=False|Name=Drill Guide For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration1_Name9=OutputConfigurationParameter9
Configuration1_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillGuide|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration1_Name10=OutputConfigurationParameter10
Configuration1_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration1_Name11=OutputConfigurationParameter11
Configuration1_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration1_Name12=OutputConfigurationParameter12
Configuration1_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration1_Name13=OutputConfigurationParameter13
Configuration1_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
OutputType2=Mask
OutputName2=Solder/Paste Mask Prints
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Final
OutputName3=Final Artwork Prints
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.91|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
Configuration3_Name1=OutputConfigurationParameter1
Configuration3_Item1=PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
Configuration3_Name2=OutputConfigurationParameter2
Configuration3_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=False|Name=Top Layer|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name3=OutputConfigurationParameter3
Configuration3_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration3_Name4=OutputConfigurationParameter4
Configuration3_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration3_Name5=OutputConfigurationParameter5
Configuration3_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration3_Name6=OutputConfigurationParameter6
Configuration3_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration3_Name7=OutputConfigurationParameter7
Configuration3_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
Configuration3_Name8=OutputConfigurationParameter8
Configuration3_Item8=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=1|Mirror=False|Name=Bottom Layer|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name9=OutputConfigurationParameter9
Configuration3_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration3_Name10=OutputConfigurationParameter10
Configuration3_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration3_Name11=OutputConfigurationParameter11
Configuration3_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration3_Name12=OutputConfigurationParameter12
Configuration3_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration3_Name13=OutputConfigurationParameter13
Configuration3_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
Configuration3_Name14=OutputConfigurationParameter14
Configuration3_Item14=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=2|Mirror=False|Name=Top Silkscreen Overlay|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name15=OutputConfigurationParameter15
Configuration3_Item15=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
Configuration3_Name16=OutputConfigurationParameter16
Configuration3_Item16=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
Configuration3_Name17=OutputConfigurationParameter17
Configuration3_Item17=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
Configuration3_Name18=OutputConfigurationParameter18
Configuration3_Item18=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
Configuration3_Name19=OutputConfigurationParameter19
Configuration3_Item19=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=3|Mirror=False|Name=Bottom Silkscreen Overlay|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name20=OutputConfigurationParameter20
Configuration3_Item20=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
Configuration3_Name21=OutputConfigurationParameter21
Configuration3_Item21=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
Configuration3_Name22=OutputConfigurationParameter22
Configuration3_Item22=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
Configuration3_Name23=OutputConfigurationParameter23
Configuration3_Item23=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
Configuration3_Name24=OutputConfigurationParameter24
Configuration3_Item24=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=4|Mirror=False|Name=Top Solder Mask Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name25=OutputConfigurationParameter25
Configuration3_Item25=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopSolder|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
Configuration3_Name26=OutputConfigurationParameter26
Configuration3_Item26=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
Configuration3_Name27=OutputConfigurationParameter27
Configuration3_Item27=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
Configuration3_Name28=OutputConfigurationParameter28
Configuration3_Item28=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
Configuration3_Name29=OutputConfigurationParameter29
Configuration3_Item29=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=5|Mirror=False|Name=Bottom Solder Mask Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name30=OutputConfigurationParameter30
Configuration3_Item30=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomSolder|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
Configuration3_Name31=OutputConfigurationParameter31
Configuration3_Item31=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
Configuration3_Name32=OutputConfigurationParameter32
Configuration3_Item32=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
Configuration3_Name33=OutputConfigurationParameter33
Configuration3_Item33=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
Configuration3_Name34=OutputConfigurationParameter34
Configuration3_Item34=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=6|Mirror=False|Name=Mechanical 1|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name35=OutputConfigurationParameter35
Configuration3_Item35=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer
Configuration3_Name36=OutputConfigurationParameter36
Configuration3_Item36=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer
Configuration3_Name37=OutputConfigurationParameter37
Configuration3_Item37=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer
Configuration3_Name38=OutputConfigurationParameter38
Configuration3_Item38=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=7|Mirror=False|Name=Mechanical 13|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name39=OutputConfigurationParameter39
Configuration3_Item39=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
Configuration3_Name40=OutputConfigurationParameter40
Configuration3_Item40=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
Configuration3_Name41=OutputConfigurationParameter41
Configuration3_Item41=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
Configuration3_Name42=OutputConfigurationParameter42
Configuration3_Item42=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=8|Mirror=False|Name=Mechanical 14|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name43=OutputConfigurationParameter43
Configuration3_Item43=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=8|Record=PcbPrintLayer
Configuration3_Name44=OutputConfigurationParameter44
Configuration3_Item44=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=8|Record=PcbPrintLayer
Configuration3_Name45=OutputConfigurationParameter45
Configuration3_Item45=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=8|Record=PcbPrintLayer
Configuration3_Name46=OutputConfigurationParameter46
Configuration3_Item46=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=9|Mirror=False|Name=Top Pad Master|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name47=OutputConfigurationParameter47
Configuration3_Item47=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=MultiLayer|Polygon=Hidden|PrintOutIndex=9|Record=PcbPrintLayer
Configuration3_Name48=OutputConfigurationParameter48
Configuration3_Item48=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=TopLayer|Polygon=Hidden|PrintOutIndex=9|Record=PcbPrintLayer
Configuration3_Name49=OutputConfigurationParameter49
Configuration3_Item49=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=9|Record=PcbPrintLayer
Configuration3_Name50=OutputConfigurationParameter50
Configuration3_Item50=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=9|Record=PcbPrintLayer
Configuration3_Name51=OutputConfigurationParameter51
Configuration3_Item51=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=9|Record=PcbPrintLayer
Configuration3_Name52=OutputConfigurationParameter52
Configuration3_Item52=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=10|Mirror=False|Name=Bottom Pad Master|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name53=OutputConfigurationParameter53
Configuration3_Item53=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=MultiLayer|Polygon=Hidden|PrintOutIndex=10|Record=PcbPrintLayer
Configuration3_Name54=OutputConfigurationParameter54
Configuration3_Item54=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=BottomLayer|Polygon=Hidden|PrintOutIndex=10|Record=PcbPrintLayer
Configuration3_Name55=OutputConfigurationParameter55
Configuration3_Item55=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=10|Record=PcbPrintLayer
Configuration3_Name56=OutputConfigurationParameter56
Configuration3_Item56=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=10|Record=PcbPrintLayer
Configuration3_Name57=OutputConfigurationParameter57
Configuration3_Item57=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=10|Record=PcbPrintLayer
Configuration3_Name58=OutputConfigurationParameter58
Configuration3_Item58=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=11|Mirror=False|Name=Keep Out Layer|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name59=OutputConfigurationParameter59
Configuration3_Item59=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=11|Record=PcbPrintLayer
Configuration3_Name60=OutputConfigurationParameter60
Configuration3_Item60=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=11|Record=PcbPrintLayer
Configuration3_Name61=OutputConfigurationParameter61
Configuration3_Item61=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=11|Record=PcbPrintLayer
Configuration3_Name62=OutputConfigurationParameter62
Configuration3_Item62=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=11|Record=PcbPrintLayer
Configuration3_Name63=OutputConfigurationParameter63
Configuration3_Item63=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=12|Mirror=False|Name=Drill Drawing For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name64=OutputConfigurationParameter64
Configuration3_Item64=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillDrawing|Polygon=Full|PrintOutIndex=12|Record=PcbPrintLayer
Configuration3_Name65=OutputConfigurationParameter65
Configuration3_Item65=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=12|Record=PcbPrintLayer
Configuration3_Name66=OutputConfigurationParameter66
Configuration3_Item66=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=12|Record=PcbPrintLayer
Configuration3_Name67=OutputConfigurationParameter67
Configuration3_Item67=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=12|Record=PcbPrintLayer
Configuration3_Name68=OutputConfigurationParameter68
Configuration3_Item68=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=13|Mirror=False|Name=Drill Guide For (Bottom Layer,Top Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
Configuration3_Name69=OutputConfigurationParameter69
Configuration3_Item69=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=BottomLayer|DLayer2=TopLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillGuide|Polygon=Full|PrintOutIndex=13|Record=PcbPrintLayer
Configuration3_Name70=OutputConfigurationParameter70
Configuration3_Item70=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=13|Record=PcbPrintLayer
Configuration3_Name71=OutputConfigurationParameter71
Configuration3_Item71=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=13|Record=PcbPrintLayer
Configuration3_Name72=OutputConfigurationParameter72
Configuration3_Item72=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=13|Record=PcbPrintLayer
OutputType4=CompositeDrill
OutputName4=Composite Drill Drawing
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType5=NC Drill
OutputName5=NC Drill Files
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
Configuration5_Name1=OutputConfigurationParameter1
Configuration5_Item1=BoardEdgeRoutToolDia=787402|GenerateBoardEdgeRout=True|GenerateDrilledSlotsG85=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=2|NumberOfUnits=4|OptimizeChangeLocationCommands=True|OriginPosition=Absolute|Record=DrillView|Units=Metric|ZeroesMode=SuppressLeadingZeroes
OutputType6=ODB
OutputName6=ODB++ Files
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
OutputType7=Plane
OutputName7=Power-Plane Prints
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType8=Test Points
OutputName8=Test Point Report
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
OutputType9=Gerber
OutputName9=Gerber Files
OutputDocumentPath9=
OutputVariantName9=[No Variations]
OutputDefault9=0
Configuration9_Name1=OutputConfigurationParameter1
Configuration9_Item1=AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=500000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Metric|IncludeUnconnectedMidLayerPads=False|LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=39|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NumberOfDecimals=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16908301~1|PlotDrillDrawingLayerPair0_HighLayer=Top Layer|PlotDrillDrawingLayerPair0_LowLayer=Bottom Layer|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=39|Record=GerberView|SoftwareArcs=False|Sorted=False
[OutputGroup6]
Name=Report Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=BOM_PartType
OutputName1=Bill of Materials
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=ComponentCrossReference
OutputName2=Component Cross Reference Report
OutputDocumentPath2=
OutputVariantName2=[No Variations]
OutputDefault2=0
OutputType3=ReportHierarchy
OutputName3=Report Project Hierarchy
OutputDocumentPath3=
OutputVariantName3=[No Variations]
OutputDefault3=0
OutputType4=Script
OutputName4=Script Output
OutputDocumentPath4=
OutputVariantName4=[No Variations]
OutputDefault4=0
OutputType5=SimpleBOM
OutputName5=Simple BOM
OutputDocumentPath5=
OutputVariantName5=[No Variations]
OutputDefault5=0
OutputType6=SinglePinNetReporter
OutputName6=Report Single Pin Nets
OutputDocumentPath6=
OutputVariantName6=[No Variations]
OutputDefault6=0
[OutputGroup7]
Name=Other Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Text Print
OutputName1=Text Print
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Text Print
OutputName2=Text Print
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Text Print
OutputName3=Text Print
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=Text Print
OutputName4=Text Print
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType5=Text Print
OutputName5=Text Print
OutputDocumentPath5=
OutputVariantName5=
OutputDefault5=0
PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType6=Text Print
OutputName6=Text Print
OutputDocumentPath6=
OutputVariantName6=
OutputDefault6=0
PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType7=Text Print
OutputName7=Text Print
OutputDocumentPath7=
OutputVariantName7=
OutputDefault7=0
PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType8=Text Print
OutputName8=Text Print
OutputDocumentPath8=
OutputVariantName8=
OutputDefault8=0
PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType9=Text Print
OutputName9=Text Print
OutputDocumentPath9=
OutputVariantName9=
OutputDefault9=0
PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType10=Text Print
OutputName10=Text Print
OutputDocumentPath10=
OutputVariantName10=
OutputDefault10=0
PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType11=Text Print
OutputName11=Text Print
OutputDocumentPath11=
OutputVariantName11=
OutputDefault11=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType12=Text Print
OutputName12=Text Print
OutputDocumentPath12=
OutputVariantName12=
OutputDefault12=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType13=Text Print
OutputName13=Text Print
OutputDocumentPath13=
OutputVariantName13=
OutputDefault13=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType14=Text Print
OutputName14=Text Print
OutputDocumentPath14=
OutputVariantName14=
OutputDefault14=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType15=Text Print
OutputName15=Text Print
OutputDocumentPath15=
OutputVariantName15=
OutputDefault15=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType16=Text Print
OutputName16=Text Print
OutputDocumentPath16=
OutputVariantName16=
OutputDefault16=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType17=Text Print
OutputName17=Text Print
OutputDocumentPath17=
OutputVariantName17=
OutputDefault17=0
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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType18=Text Print
OutputName18=Text Print
OutputDocumentPath18=
OutputVariantName18=
OutputDefault18=0
PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType19=Text Print
OutputName19=Text Print
OutputDocumentPath19=
OutputVariantName19=
OutputDefault19=0
PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType20=Text Print
OutputName20=Text Print
OutputDocumentPath20=
OutputVariantName20=
OutputDefault20=0
PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType21=Text Print
OutputName21=Text Print
OutputDocumentPath21=
OutputVariantName21=
OutputDefault21=0
PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType22=Text Print
OutputName22=Text Print
OutputDocumentPath22=
OutputVariantName22=
OutputDefault22=0
PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType23=Text Print
OutputName23=Text Print
OutputDocumentPath23=
OutputVariantName23=
OutputDefault23=0
PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType24=Text Print
OutputName24=Text Print
OutputDocumentPath24=
OutputVariantName24=
OutputDefault24=0
PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType25=Text Print
OutputName25=Text Print
OutputDocumentPath25=
OutputVariantName25=
OutputDefault25=0
PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType26=Text Print
OutputName26=Text Print
OutputDocumentPath26=
OutputVariantName26=
OutputDefault26=0
PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType27=Text Print
OutputName27=Text Print
OutputDocumentPath27=
OutputVariantName27=
OutputDefault27=0
PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType28=Text Print
OutputName28=Text Print
OutputDocumentPath28=
OutputVariantName28=
OutputDefault28=0
PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType29=Text Print
OutputName29=Text Print
OutputDocumentPath29=
OutputVariantName29=
OutputDefault29=0
PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
[OutputGroup8]
Name=Validation Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=Design Rules Check
OutputName1=Design Rules Check
OutputDocumentPath1=
OutputVariantName1=
OutputDefault1=0
PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType2=Differences Report
OutputName2=Differences Report
OutputDocumentPath2=
OutputVariantName2=
OutputDefault2=0
PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType3=Electrical Rules Check
OutputName3=Electrical Rules Check
OutputDocumentPath3=
OutputVariantName3=
OutputDefault3=0
PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
OutputType4=Footprint Comparison Report
OutputName4=Footprint Comparison Report
OutputDocumentPath4=
OutputVariantName4=
OutputDefault4=0
[OutputGroup9]
Name=Export Outputs
Description=
TargetPrinter=Adobe PDF
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
OutputType1=ExportSTEP
OutputName1=Export STEP
OutputDocumentPath1=
OutputVariantName1=[No Variations]
OutputDefault1=0
[Modification Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
Type41=1
Type42=1
Type43=1
Type44=1
Type45=1
Type46=1
Type47=1
Type48=1
Type49=1
Type50=1
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=1
Type57=1
Type58=1
Type59=1
Type60=1
Type61=1
Type62=1
Type63=1
Type64=1
Type65=1
Type66=1
Type67=1
Type68=1
Type69=1
Type70=1
Type71=1
Type72=1
Type73=1
Type74=1
[Difference Levels]
Type1=1
Type2=1
Type3=1
Type4=1
Type5=1
Type6=1
Type7=1
Type8=1
Type9=1
Type10=1
Type11=1
Type12=1
Type13=1
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=1
Type26=1
Type27=1
Type28=1
Type29=1
Type30=1
Type31=1
Type32=1
Type33=1
Type34=1
Type35=1
Type36=1
Type37=1
Type38=1
Type39=1
Type40=1
[Electrical Rules Check]
Type1=1
Type2=1
Type3=2
Type4=1
Type5=2
Type6=2
Type7=1
Type8=1
Type9=1
Type10=1
Type11=2
Type12=2
Type13=2
Type14=1
Type15=1
Type16=1
Type17=1
Type18=1
Type19=1
Type20=1
Type21=1
Type22=1
Type23=1
Type24=1
Type25=2
Type26=2
Type27=2
Type28=1
Type29=1
Type30=1
Type31=1
Type32=2
Type33=2
Type34=2
Type35=1
Type36=2
Type37=1
Type38=2
Type39=2
Type40=2
Type41=0
Type42=2
Type43=1
Type44=1
Type45=2
Type46=1
Type47=2
Type48=2
Type49=1
Type50=2
Type51=1
Type52=1
Type53=1
Type54=1
Type55=1
Type56=2
Type57=1
Type58=1
Type59=0
Type60=1
Type61=2
Type62=2
Type63=1
Type64=0
Type65=2
Type66=3
Type67=2
Type68=2
Type69=1
Type70=2
Type71=2
Type72=2
Type73=2
Type74=1
Type75=2
Type76=1
Type77=1
Type78=1
Type79=1
Type80=2
Type81=3
Type82=3
Type83=3
Type84=3
Type85=3
Type86=2
Type87=2
Type88=2
Type89=1
Type90=1
Type91=3
Type92=3
Type93=2
Type94=2
Type95=2
Type96=2
Type97=2
Type98=0
Type99=1
Type100=2
[ERC Connection Matrix]
L1=NNNNNNNNNNNWNNNWW
L2=NNWNNNNWWWNWNWNWN
L3=NWEENEEEENEWNEEWN
L4=NNENNNWEENNWNENWN
L5=NNNNNNNNNNNNNNNNN
L6=NNENNNNEENNWNENWN
L7=NNEWNNWEENNWNENWN
L8=NWEENEENEEENNEENN
L9=NWEENEEEENEWNEEWW
L10=NWNNNNNENNEWNNEWN
L11=NNENNNNEEENWNENWN
L12=WWWWNWWNWWWNWWWNN
L13=NNNNNNNNNNNWNNNWW
L14=NWEENEEEENEWNEEWW
L15=NNENNNNEEENWNENWW
L16=WWWWNWWNWWWNWWWNW
L17=WNNNNNNNWNNNWWWWN
[Annotate]
SortOrder=3
MatchParameter1=Comment
MatchStrictly1=1
MatchParameter2=Library Reference
MatchStrictly2=1
PhysicalNamingFormat=$Component_$RoomName
GlobalIndexSortOrder=3
[PrjClassGen]
CompClassManualEnabled=0
CompClassManualRoomEnabled=0
NetClassAutoBusEnabled=1
NetClassAutoCompEnabled=0
NetClassAutoNamedHarnessEnabled=0
NetClassManualEnabled=1
[LibraryUpdateOptions]
SelectedOnly=0
PartTypes=0
FullReplace=1
UpdateDesignatorLock=1
UpdatePartIDLock=1
PreserveParameterLocations=1
DoGraphics=1
DoParameters=1
DoModels=1
AddParameters=0
RemoveParameters=0
AddModels=1
RemoveModels=1
UpdateCurrentModels=1
[DatabaseUpdateOptions]
SelectedOnly=0
PartTypes=0
[Comparison Options]
ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0
ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
[SmartPDF]
PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
Record=TopLevelDocument|FileName=rtm-board-tester.SchDoc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment