<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Прототипирование печатных плат</title>
		<link>http://pcb.ucoz.ru/</link>
		<description></description>
		<lastBuildDate>Thu, 16 Feb 2017 07:55:47 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://pcb.ucoz.ru/news/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Инфа по Резониту</title>
			<description>&lt;p&gt;Зависимость стоимости экспресс-доставки от веса на 16 февраля 2017&lt;br /&gt;
1839р. за 5кг&lt;br /&gt;
2510р. за 10кг&lt;br /&gt;
3782р. за 20кг&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;Зависимость стоимости экспресс-доставки от веса на 16 февраля 2017&lt;br /&gt;
1839р. за 5кг&lt;br /&gt;
2510р. за 10кг&lt;br /&gt;
3782р. за 20кг&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/infa_po_rezonitu/2017-02-16-10</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/infa_po_rezonitu/2017-02-16-10</guid>
			<pubDate>Thu, 16 Feb 2017 07:55:47 GMT</pubDate>
		</item>
		<item>
			<title>Керамические конденсаторы против танталовых</title>
			<description>&lt;p&gt;В статье описаны особенности применения того или иного типа конденсаторов.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;font-family: comic sans ms,cursive;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://pcb.ucoz.ru/files/Guideline_for_replacing_a_tantalum_capacitor_with_.pdf&quot;&gt;Ссылка (жми тут)&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;В статье описаны особенности применения того или иного типа конденсаторов.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;font-family: comic sans ms,cursive;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://pcb.ucoz.ru/files/Guideline_for_replacing_a_tantalum_capacitor_with_.pdf&quot;&gt;Ссылка (жми тут)&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/keramicheskie_kondensatoryprotiv_tantalovykh/2016-12-26-9</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/keramicheskie_kondensatoryprotiv_tantalovykh/2016-12-26-9</guid>
			<pubDate>Mon, 26 Dec 2016 11:42:48 GMT</pubDate>
		</item>
		<item>
			<title>Запросы Altium Designer</title>
			<description>&lt;p&gt;1. Запрос выделяет все не нужное для печати в схеме, чтобы можно было все кучей удалить&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Parameter Set&apos;) OR (ObjectKind = &apos;Blanket&apos;) OR (ObjectKind = &apos;Rectangle&apos;) OR (ObjectKind = &apos;Text String&apos;)&lt;/p&gt;

&lt;p&gt;2. Запрос выделяет все пады с отверстием 0,4мм и внутренней металлизацией&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Pad&apos;) And (AsMM(HoleDiameter) = 0.4) And (PadIsPlated = &apos;True&apos;)&lt;/p&gt;

&lt;p&gt;3. Запрос выделяет все переходные отверстия диаметром 0,7мм&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Via&apos;) And (AsMM(HoleDiameter) = 0.7)&lt;/p&gt;

&lt;p&gt;4. Запрос выделяет все пады с отверстием 0,4мм и внутренней металлизацией и все переходные отверстия диаметром 0,4мм&lt;/p&gt;

&lt;p&gt;((ObjectKind = &apos;Via&apos;) OR ((ObjectKind = &apos;Pad&apos;) And (PadIsPlated = &apos;True&apos;))) And (AsMM(HoleDiameter) = 0.4)&lt;/p&gt;

&lt;p&gt;5. Запрос выделяет все пады с отверстием 1мм, без металлизации&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Pad&apos;) And (AsMM(HoleDiameter) = 1.0) And (PadIsPlated = &apos;False&apos;)&lt;/p&gt;

&lt;p&gt;6. Запрос выделяет все элементы на плате на верхнем слое с углом 90 и 270 градусов.&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Component&apos;) And (Layer = &apos;Top&apos;) And ((Rotation = &apos;90,000&apos;) OR (Rotation = &apos;270,000&apos;))&lt;/p&gt;

&lt;p&gt;7. Запрос выделяет все элементы на плате на нижнем слое с углом 90 и 270 градусов.&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Component&apos;) And (Layer = &apos;Bottom&apos;) And ((Rotation = &apos;90,000&apos;) OR (Rotation = &apos;270,000&apos;))&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;1. Запрос выделяет все не нужное для печати в схеме, чтобы можно было все кучей удалить&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Parameter Set&apos;) OR (ObjectKind = &apos;Blanket&apos;) OR (ObjectKind = &apos;Rectangle&apos;) OR (ObjectKind = &apos;Text String&apos;)&lt;/p&gt;

&lt;p&gt;2. Запрос выделяет все пады с отверстием 0,4мм и внутренней металлизацией&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Pad&apos;) And (AsMM(HoleDiameter) = 0.4) And (PadIsPlated = &apos;True&apos;)&lt;/p&gt;

&lt;p&gt;3. Запрос выделяет все переходные отверстия диаметром 0,7мм&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Via&apos;) And (AsMM(HoleDiameter) = 0.7)&lt;/p&gt;

&lt;p&gt;4. Запрос выделяет все пады с отверстием 0,4мм и внутренней металлизацией и все переходные отверстия диаметром 0,4мм&lt;/p&gt;

&lt;p&gt;((ObjectKind = &apos;Via&apos;) OR ((ObjectKind = &apos;Pad&apos;) And (PadIsPlated = &apos;True&apos;))) And (AsMM(HoleDiameter) = 0.4)&lt;/p&gt;

&lt;p&gt;5. Запрос выделяет все пады с отверстием 1мм, без металлизации&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Pad&apos;) And (AsMM(HoleDiameter) = 1.0) And (PadIsPlated = &apos;False&apos;)&lt;/p&gt;

&lt;p&gt;6. Запрос выделяет все элементы на плате на верхнем слое с углом 90 и 270 градусов.&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Component&apos;) And (Layer = &apos;Top&apos;) And ((Rotation = &apos;90,000&apos;) OR (Rotation = &apos;270,000&apos;))&lt;/p&gt;

&lt;p&gt;7. Запрос выделяет все элементы на плате на нижнем слое с углом 90 и 270 градусов.&lt;/p&gt;

&lt;p&gt;(ObjectKind = &apos;Component&apos;) And (Layer = &apos;Bottom&apos;) And ((Rotation = &apos;90,000&apos;) OR (Rotation = &apos;270,000&apos;))&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/zaprosy_altium_designer/2016-11-10-8</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/zaprosy_altium_designer/2016-11-10-8</guid>
			<pubDate>Thu, 10 Nov 2016 07:13:48 GMT</pubDate>
		</item>
		<item>
			<title>Для контроля слоев на ПП</title>
			<description>&lt;p&gt;Для контроля слоев на ПП&lt;/p&gt;

&lt;p&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/47939088.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s47939088.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;Для контроля слоев на ПП&lt;/p&gt;

&lt;p&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/47939088.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s47939088.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/dlja_kontrolja_sloev_na_pp/2016-09-30-7</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/dlja_kontrolja_sloev_na_pp/2016-09-30-7</guid>
			<pubDate>Fri, 30 Sep 2016 11:34:19 GMT</pubDate>
		</item>
		<item>
			<title>Стек 12-ти слойной печатной платы, толщиной 2,3мм</title>
			<description>&lt;div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:21px;&quot;&gt;
 &lt;p&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp; ：2016/7/29 16:16:24&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:99px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Stackup Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;99&quot; style=&quot;height:99px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Layer&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Info&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Thickness&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;TOP&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;6.793(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L3&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.912(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L4&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L5&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.927(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L6&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;3.937(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L7&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.911(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L8&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L9&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.913(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L10&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L11&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;6.794(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;BOT&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:15px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;15&quot; style=&quot;height:15px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Finished:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;90.551(9.055/-9.055) mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;2.3(+0.23/-0.23) MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Designed:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;87.677 mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;2.227 MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Material:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;IT-180A&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;IT-180A&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=&quot;0&quot;&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&amp;nbsp;

&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;14&quot; style=&quot;width:720px;height:30px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Impedance Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;30&quot; style=&quot;height:30px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:17px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Ctrl&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Ref&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_type&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Cust_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;FP_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;mask&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;H1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Er1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;H2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Er2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;17&quot; style=&quot;height:17px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.122&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;6.793&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L3&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L2/L4&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;5.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.162&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;5.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50.308&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.177&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.342&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.177&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L8&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L7/L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.314&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.161&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L9/L11&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.317&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.163&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L12&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L11&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.127&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;6.794&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description>
			<content:encoded>&lt;div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:21px;&quot;&gt;
 &lt;p&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp; ：2016/7/29 16:16:24&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:99px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Stackup Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;99&quot; style=&quot;height:99px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Layer&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Info&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:21px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Thickness&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;TOP&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;6.793(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L3&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.912(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L4&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L5&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.927(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L6&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;3.937(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L7&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.911(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L8&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L9&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;5.913(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L10&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;8.268(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;L11&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-180A&amp;nbsp;&amp;nbsp;&amp;nbsp; 1080+3313&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;6.794(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;BOT&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:720px;height:15px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;15&quot; style=&quot;height:15px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Finished:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;90.551(9.055/-9.055) mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;2.3(+0.23/-0.23) MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Designed:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;87.677 mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;2.227 MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p&gt;Material:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p&gt;IT-180A&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p&gt;IT-180A&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;19&quot; style=&quot;height:19px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=&quot;0&quot;&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&amp;nbsp;

&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;14&quot; style=&quot;width:720px;height:30px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Impedance Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;30&quot; style=&quot;height:30px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:17px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Ctrl&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Ref&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_type&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Cust_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;FP_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Imp_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;mask&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;H1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Er1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;H2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:17px;&quot;&gt;
 &lt;p&gt;&lt;strong&gt;Er2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;17&quot; style=&quot;height:17px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.122&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;6.793&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L3&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L2/L4&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;5.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.162&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;5.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;50.308&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.177&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.342&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.177&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L8&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L7/L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.314&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.161&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L9/L11&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;3.937/3.937&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;3/4.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.317&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;8.268&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;7.163&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p&gt;L12&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p&gt;L11&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p&gt;7.874/7.874&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p&gt;99.127&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p&gt;6.794&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td height=&quot;21&quot; style=&quot;height:21px;&quot;&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/stek_12_ti_slojnoj_pechatnoj_platy_tolshhinoj_2_3mm/2016-09-27-5</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/stek_12_ti_slojnoj_pechatnoj_platy_tolshhinoj_2_3mm/2016-09-27-5</guid>
			<pubDate>Tue, 27 Sep 2016 08:54:04 GMT</pubDate>
		</item>
		<item>
			<title>Стек 10-ти слойной печатной платы, толщиной 2мм</title>
			<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp; ：2016/3/24 16:09:00&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:36px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Stackup Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Layer&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Info&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Thickness&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;TOP&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 3313H&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L3&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.222(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L4&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L5&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.421(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L6&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L7&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.532(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L8&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L9&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 3313H&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;BOT&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:15px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Finished:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;78.74(7.874/-7.874) mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;2(+0.2/-0.2) MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Designed:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;77.283 mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1.963 MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Material:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;TU-768&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;TU-768&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:30px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Impedance Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Ctrl&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Ref&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_type&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Cust_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;FP_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;mask&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;H1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Er1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;H2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Er2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;6.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;6.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50.701&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.4/4.477&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.583&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.4/4.477&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.538&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L3&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2/L4&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;99.863&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.472&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.007&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.671&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L8&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L7/L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.083&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.782&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=&quot;0&quot;&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;div style=&quot;clear:both;&quot;&gt;&amp;nbsp;&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp; ：2016/3/24 16:09:00&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:36px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Stackup Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Layer&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Info&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Thickness&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;TOP&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 3313H&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L3&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.222(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L4&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L5&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.421(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L6&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L7&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 2116*2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.532(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L8&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.270(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;L9&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1 Oz&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TU-768P&amp;nbsp;&amp;nbsp;&amp;nbsp; 3313H&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053(mil)&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:126px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;BOT&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:376px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;======================================&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:210px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;0.333+Plating&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:4px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:15px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Finished:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;78.74(7.874/-7.874) mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;2(+0.2/-0.2) MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Designed:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;77.283 mil&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;1.963 MM&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;4&quot; style=&quot;width:114px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Material:&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;6&quot; style=&quot;width:343px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;TU-768&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;8&quot; style=&quot;width:261px;height:19px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;TU-768&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td colspan=&quot;19&quot; style=&quot;width:720px;height:30px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Impedance Information:&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Ctrl&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Ref&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_type&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Cust_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_req&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;FP_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Imp_des&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;mask&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;H1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Er1&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;H2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:17px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;Er2&lt;/strong&gt;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;6.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Single-Ended&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;5.906&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;6.2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;50.701&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L1&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.4/4.477&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.583&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.064&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L10&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.4/4.477&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.538&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Yes&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.053&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.05&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L3&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L2/L4&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;99.863&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.472&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L5&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L4/L6&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.007&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.671&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style=&quot;width:4px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:35px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L8&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:57px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;L7/L9&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;Differential&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:94px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.937/3.94&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100+/-10%&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:93px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;3.1/4.777&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;3&quot; style=&quot;width:76px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;100.083&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:37px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;8.27&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.35&lt;/p&gt;
 &lt;/td&gt;
 &lt;td style=&quot;width:38px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;9.782&lt;/p&gt;
 &lt;/td&gt;
 &lt;td colspan=&quot;2&quot; style=&quot;width:39px;height:21px;&quot;&gt;
 &lt;p align=&quot;left&quot;&gt;4.25&lt;/p&gt;
 &lt;/td&gt;
 &lt;td&gt;
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr height=&quot;0&quot;&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;td&gt;&amp;nbsp;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;div style=&quot;clear:both;&quot;&gt;&amp;nbsp;&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/stek_10_ti_slojnoj_pechatnoj_platy_tolshhinoj_2mm/2016-09-27-4</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/stek_10_ti_slojnoj_pechatnoj_platy_tolshhinoj_2mm/2016-09-27-4</guid>
			<pubDate>Tue, 27 Sep 2016 08:48:12 GMT</pubDate>
		</item>
		<item>
			<title>Волновое сопротивление на печатной плате</title>
			<description>&lt;p&gt;Дифференциальная пара во внутреннем слое сопротивлением 100 Ом. При тех же препрегах (300мкм сверху, 300мкм снизу), чтобы получить 50Ом для одиночного проводника нужно сделать толщину 0,2мм. Но мы делаем 0,15мм &lt;a href=&quot;http://pcb.ucoz.ru/news/stek_12_ti_slojnoj_pechatnoj_platy_tolshhinoj_2_3mm/2016-09-27-5&quot;&gt;Ссылка&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/60728046.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s60728046.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt; &lt;!--IMG2--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/34477376.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s34477376.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG2--&gt;&lt;/p&gt;

&lt;p&gt;Для линии 50Ом на внешнем слое через 2 препрега (360мкм) ставим толщину 0,65мм. При этом для дифпары на внешнем слое через один препрег 130мкм параметры 0,17/0,15мм (толщина/зазор) для 100 Ом, а через два препрега 360 мкм 0,2/0,1мм (толщина/зазор)&lt;/p&gt;

&lt;p&gt;&lt;!--IMG3--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/29561379.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s29561379.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG3--&gt; &lt;!--IMG4--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/52771134.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s52771134.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG4--&gt; &lt;!--IMG5--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/69432818.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s69432818.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG5--&gt;&lt;/p&gt;

&lt;p&gt;Для срочного производства Резонита для 4 слоев 1,5мм, для 50 Ом толщину дорожки ставим 600 мкм&lt;/p&gt;

&lt;p&gt;&lt;!--IMG6--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/18420027.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s18420027.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG6--&gt; &lt;!--IMG7--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/13126513.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s13126513.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG7--&gt; &lt;!--IMG8--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/08077951.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s08077951.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG8--&gt;&lt;/p&gt;

&lt;p&gt;Для двухслойной платы толщиной 0,5мм, для 50 Ом толщину дорожки ставим 940мкм. При использовании копланарной линии, толщину уменьшаем до 760мкм при зазоре до заземляющего полигона 300мкм&lt;/p&gt;

&lt;p&gt;&lt;!--IMG9--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/65479906.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s65479906.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG9--&gt; &lt;!--IMG10--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/93111154.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s93111154.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG10--&gt;&lt;/p&gt;</description>
			<content:encoded>&lt;p&gt;Дифференциальная пара во внутреннем слое сопротивлением 100 Ом. При тех же препрегах (300мкм сверху, 300мкм снизу), чтобы получить 50Ом для одиночного проводника нужно сделать толщину 0,2мм. Но мы делаем 0,15мм &lt;a href=&quot;http://pcb.ucoz.ru/news/stek_12_ti_slojnoj_pechatnoj_platy_tolshhinoj_2_3mm/2016-09-27-5&quot;&gt;Ссылка&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/60728046.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s60728046.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt; &lt;!--IMG2--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/34477376.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s34477376.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG2--&gt;&lt;/p&gt;

&lt;p&gt;Для линии 50Ом на внешнем слое через 2 препрега (360мкм) ставим толщину 0,65мм. При этом для дифпары на внешнем слое через один препрег 130мкм параметры 0,17/0,15мм (толщина/зазор) для 100 Ом, а через два препрега 360 мкм 0,2/0,1мм (толщина/зазор)&lt;/p&gt;

&lt;p&gt;&lt;!--IMG3--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/29561379.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s29561379.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG3--&gt; &lt;!--IMG4--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/52771134.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s52771134.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG4--&gt; &lt;!--IMG5--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/69432818.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s69432818.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG5--&gt;&lt;/p&gt;

&lt;p&gt;Для срочного производства Резонита для 4 слоев 1,5мм, для 50 Ом толщину дорожки ставим 600 мкм&lt;/p&gt;

&lt;p&gt;&lt;!--IMG6--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/18420027.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s18420027.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG6--&gt; &lt;!--IMG7--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/13126513.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s13126513.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG7--&gt; &lt;!--IMG8--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/08077951.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s08077951.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG8--&gt;&lt;/p&gt;

&lt;p&gt;Для двухслойной платы толщиной 0,5мм, для 50 Ом толщину дорожки ставим 940мкм. При использовании копланарной линии, толщину уменьшаем до 760мкм при зазоре до заземляющего полигона 300мкм&lt;/p&gt;

&lt;p&gt;&lt;!--IMG9--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/65479906.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s65479906.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG9--&gt; &lt;!--IMG10--&gt;&lt;a href=&quot;https://pcb.ucoz.ru/_nw/0/93111154.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://pcb.ucoz.ru/_nw/0/s93111154.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG10--&gt;&lt;/p&gt;</content:encoded>
			<link>https://pcb.ucoz.ru/news/volnovoe_soprotivlenie_na_pechatnoj_plate/2016-09-27-3</link>
			<dc:creator>Pcbtop</dc:creator>
			<guid>https://pcb.ucoz.ru/news/volnovoe_soprotivlenie_na_pechatnoj_plate/2016-09-27-3</guid>
			<pubDate>Tue, 27 Sep 2016 08:35:32 GMT</pubDate>
		</item>
	</channel>
</rss>