<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Mentor Graphics Communities : Discussion List - Automation and Scripting</title>
    <link>http://communities.mentor.com/mgcx/community/pcb/automation_scripting?view=discussions</link>
    <description>Latest Forum Threads in Automation and Scripting</description>
    <language>en</language>
    <pubDate>Fri, 14 Jun 2013 13:40:53 GMT</pubDate>
    <generator>Jive SBS 4.0.15.0  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2013-06-14T13:40:53Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Need an idea how to indicate an automation script is still running</title>
      <link>http://communities.mentor.com/mgcx/thread/12146</link>
      <description>&lt;!-- [DocumentBodyStart:b2b62488-92be-432a-8b7b-4b51b54f2f8d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm writing a script to make modifications to components based on certain part numbers, and I'm getting all the components in one collection, so I am not traversing the hierarchy.&amp;#160; This means the Dx window just sits there while the script is running.&amp;#160; Is there a good way to display something (i.e. rotating hourglass) showing the user that the script is still running?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2b62488-92be-432a-8b7b-4b51b54f2f8d] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">dxdesigner</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation_and_scripting</category>
      <pubDate>Tue, 11 Jun 2013 20:54:15 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12146</guid>
      <dc:date>2013-06-11T20:54:15Z</dc:date>
      <clearspace:dateToText>5 days, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>The renamed attributes still visible in HyperLynx DRC</title>
      <link>http://communities.mentor.com/mgcx/thread/12181</link>
      <description>&lt;!-- [DocumentBodyStart:8c791baa-bbe7-47b8-add0-ede7045698fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;In my VBS script for Hyperlynx DRC, I allways create a ViolationType object and define the required attributes to this object. Later, when my script detects violation, I create a Violation object and add the defined attributes to this object. For example:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Set&amp;#160; objViolationType = Document.GetViolationType("myViolType")&lt;/p&gt;&lt;p&gt;Call objViolationType.DefineAttribute("Attr1", drcViolTypeAreaFill)&lt;/p&gt;&lt;p&gt;Call objViolationType.DefineAttribute("Attr2", drcViolTypeLayer)&lt;/p&gt;&lt;p&gt;.................................&lt;/p&gt;&lt;p&gt;' Violation is detected:&lt;/p&gt;&lt;p&gt;Set objViolation = objViolationType.NewViolation()&lt;/p&gt;&lt;p&gt;objViolation.Description = "Area is " &amp;amp; objAreaFill.OutlineArea&lt;/p&gt;&lt;p&gt;Call objViolation.AddAttribute("Attr1", objAreaFill)&lt;/p&gt;&lt;p&gt;Call objViolation.AddAttribute("Attr2", objAreaFill.Layer)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thus, when I execute this script, the Attr1 and Attr2 columns are created in Violations tab. That is OK.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Now suppose I want to rename "Attr1" and "Attr2" to the meaningful words, for example "Area" and "Layer", I simply edit "Attr1" and "Attr2" in the above script.&lt;/p&gt;&lt;p&gt;However, when a re-execute a script, I see the four columns in Violations tab: "Attr1","Attr2","Area","Layer". So the renamed attributes still visible in Violations tab.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Suprisingly, when I delete this rule in Project Explorer and re-create it (Rules Sources &amp;gt; New Rule &amp;gt; Specify my script in Script File field in the Rule Properties), then execute my script, I still see the "Attr1" and "Attr2"columns in Violations tab.&lt;/p&gt;&lt;p&gt;I tried to close and open HLDPROJ file, with the same result.&lt;/p&gt;&lt;p&gt;I can get rid of the renamed attributes only through deleting HLDPROJ file and recreating it (using CIBD file).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Does anybody know of this situation?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Oleg&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c791baa-bbe7-47b8-add0-ede7045698fc] --&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:56:11 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12181</guid>
      <dc:date>2013-06-14T06:56:11Z</dc:date>
      <clearspace:dateToText>5 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I change (rename)  an Component name in DXdesigner?</title>
      <link>http://communities.mentor.com/mgcx/thread/11471</link>
      <description>&lt;!-- [DocumentBodyStart:87137e6c-7c37-43e9-8155-1d3dd48c310e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 12px; width: 632.1428833007813px; color: #444444; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 8px;"&gt;hello&lt;/p&gt;&lt;div style="margin:0px 0px 10px;padding:0px 0px 9px;clear:none;background-position:50% 100%;background-position:repeat no-repeat"&gt; &lt;/div&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;div style="margin: 0px 0px 15px; padding: 2px; overflow: visible; position: relative; width: 625.8214111328125px;"&gt;&lt;p&gt;basicly I want the string in REFDES to replace the string in Name&lt;/p&gt;&lt;p&gt;I think it suppose to be simple, please some help:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Set propREFDES = oComp.FindAttribute("REFDES")&lt;/p&gt;&lt;p&gt;Set propName = oComp.FindAttribute("Name") &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;MsgBox propREFDES.Value&lt;/p&gt;&lt;p&gt;MsgBox oComp.GetName(SHORT_NAME)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If propName Is Nothing Then&lt;/p&gt;&lt;p&gt;MsgBox "No propName"&lt;/p&gt;&lt;p&gt;else&lt;/p&gt;&lt;p&gt;MsgBox "found propName"&lt;/p&gt;&lt;p&gt;End If&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If propREFDES Is Nothing Then&lt;/p&gt;&lt;p&gt;'MsgBox "nothing"&lt;/p&gt;&lt;p&gt;Else&lt;/p&gt;&lt;p&gt;'MsgBox "found"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;oComp.Name=propREFDES.Value&amp;#160;&amp;#160; ' not working&lt;/p&gt;&lt;p&gt;propName.Value=propREFDES.Value&amp;#160;&amp;#160; ' not working&lt;/p&gt;&lt;p&gt;End If&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-"&gt;thanks!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87137e6c-7c37-43e9-8155-1d3dd48c310e] --&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:18:47 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11471</guid>
      <dc:date>2013-03-14T12:18:47Z</dc:date>
      <clearspace:dateToText>1 week, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any Thoughts about How to rename Top Schematic Sheet in DxDesigner Automation? (RenameiCDBDesign ??)</title>
      <link>http://communities.mentor.com/mgcx/thread/12144</link>
      <description>&lt;!-- [DocumentBodyStart:631a8126-0a64-4cbe-9aba-c68bdb595836] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Gents,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I want to rename Top Schematic sheet through Automation in EE 7.9.5 (Base Version).&lt;/p&gt;&lt;p&gt;Here is my piece of code ; Which fails to rename top sheet....&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;#######################################################&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Option Explicit&lt;/p&gt;&lt;p&gt;Dim vdapp,vddoc, vddocName, CurProjDir, n_top_sheet&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Set vdapp = GetObject(,"ViewDraw.Application")&lt;/p&gt;&lt;p&gt;Scripting.AddTypeLibrary("ViewDraw.Application")&lt;/p&gt;&lt;p&gt;Set vddoc = vdapp.GetProjectData&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;n_top_sheet = vddoc.GetiCDBDesignRootBlock(Application.GetActiveDesign())&lt;/p&gt;&lt;p&gt;Call vdapp.AppendOutput("Debug", "Top sheet is " &amp;amp; n_top_sheet)&lt;/p&gt;&lt;p&gt;Call vddoc.RenameiCDBDesign(n_top_sheet , "New_Name")&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #99cc00;"&gt;' To Verify..... This Is for Debug&lt;/span&gt;&lt;/p&gt;&lt;p&gt;n_top_sheet = vddoc.GetiCDBDesignRootBlock(Application.GetActiveDesign())&lt;/p&gt;&lt;p&gt;Call vdapp.AppendOutput("Debug", " After Rename Top sheet is " &amp;amp; n_top_sheet)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;#######################################################&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any Alternate Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:631a8126-0a64-4cbe-9aba-c68bdb595836] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">dxdesigner</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation_and_scripting</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">scripting</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vb_script</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">rename</category>
      <pubDate>Tue, 11 Jun 2013 15:06:49 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12144</guid>
      <dc:date>2013-06-11T15:06:49Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DxDesigner AppendOutput and spaces</title>
      <link>http://communities.mentor.com/mgcx/thread/12138</link>
      <description>&lt;!-- [DocumentBodyStart:2b9ae1a9-c00a-4cab-86fe-264dc2a87041] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using EE7.9.4 update 9&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;In DxDesigner when I try to write information to the output window using automtation, multiple spaces in my strings are consolodated into one space.&amp;#160; Why does it do this?&amp;#160; This is not desireable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If I say&lt;/p&gt;&lt;p&gt;VdApp.AppendOutput("Output", "There&amp;#160;&amp;#160; are&amp;#160;&amp;#160; three&amp;#160;&amp;#160; spaces&amp;#160;&amp;#160; between&amp;#160;&amp;#160; each&amp;#160;&amp;#160; word");&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;the actual output in Dx is&lt;/p&gt;&lt;p&gt;There are three spaces between each word&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I can use underscores or some other special character in place of spaces to get around the issue but then my output looks messy.&amp;#160; I'd much rather the tool do exactly what I am telling it to do, not what it thinks it should do.&amp;#160; Does anyone else see this issue?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b9ae1a9-c00a-4cab-86fe-264dc2a87041] --&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:13:31 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12138</guid>
      <dc:date>2013-06-10T17:13:31Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>update variant manager with excel</title>
      <link>http://communities.mentor.com/mgcx/thread/11926</link>
      <description>&lt;!-- [DocumentBodyStart:b8835395-27e6-4819-a2f4-d1f3c5366313] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello all&lt;/p&gt;&lt;p&gt;I would like to update the variant manager ( place and unplace parts ) with excel.&lt;/p&gt;&lt;p&gt;Is there anybody who can provide a&amp;#160; short excel example how to connect to the variant manager with excel-vba. In the moment I have no idea how to do that.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Is there any other possibility to import variant information to the variant manager either in schematic or expedition?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8835395-27e6-4819-a2f4-d1f3c5366313] --&gt;</description>
      <pubDate>Wed, 15 May 2013 06:05:24 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11926</guid>
      <dc:date>2013-05-15T06:05:24Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to access in Expedition when creating Excel a MS Access Database?</title>
      <link>http://communities.mentor.com/mgcx/thread/11927</link>
      <description>&lt;!-- [DocumentBodyStart:b4bca0ac-9afb-40a6-bf0b-ea22c00383f5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have extended the Export Cell-List to Excel for my needs. It works perfect.&lt;/p&gt;&lt;p&gt;But now "somebdy" wants to get prices for components from our SAP, which daily are exported to a Access Database.&lt;/p&gt;&lt;p&gt;Now I want to include this Access-Data.&lt;/p&gt;&lt;p&gt;I tried to to record a macro in Excel, to find out, how to get Access-Data. That works well.&lt;/p&gt;&lt;p&gt;But, when I tried to implement this into my Script ... it doesent work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;At First I want to get Access-Data into a new table in my excel.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Error is: Compilation Error, Error:0x800a03ee, ")" expected in Line&amp;#160;&amp;#160; With objSheet.ListObjects.Add(SourceType:=0, Source:=Array( _&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Anybody a good idea, why my code does'nt work ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;BR Michi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Here is my code-snippet:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; set objExcel = CreateObject("Excel.Application")&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; objExcel.Visible = False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; if Err.Number &amp;lt;&amp;gt; 0 then&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Wscript.Echo "Excel application not installed."&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Wscript.Quit&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; end if&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; On Error GoTo 0&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; ' Create a new workbook.&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; objExcel.Workbooks.Add&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; ' Bind to worksheet.&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; Set objSheet = objExcel.ActiveWorkbook.Worksheets(1)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; With objSheet.ListObjects.Add(SourceType:=0, Source:=Array( _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "OLEDB;Provider=Microsoft.ACE.OLEDB.12.0;Password="""";User ID=Admin;Data Source=M:\XXX_Bauteilpreise\Daten_Werk_0100.mdb;Mode=Share De" _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; , _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "ny Write;Extended Properties="""";Jet OLEDB:System database="""";Jet OLEDB:Registry Path="""";Jet OLEDB:Database Password="""";Jet OLEDB" _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; , _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ":Engine Type=4;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OL" _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; , _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "EDB:New Database Password="""";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale" _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; , _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; " on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False;Jet OLEDB:Support Complex Data=False;Jet OL" _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; , "EDB:Bypass UserInfo Validation=False"), Destination:=Range("$A$1")). _&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; QueryTable&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .CommandType = xlCmdTable&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .CommandText = Array("DATEN_Werk_0100")&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .RowNumbers = False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .FillAdjacentFormulas = False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .PreserveFormatting = True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .RefreshOnFileOpen = False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .BackgroundQuery = True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .RefreshStyle = xlInsertDeleteCells&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .SavePassword = False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .SaveData = True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .AdjustColumnWidth = True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .RefreshPeriod = 0&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .PreserveColumnInfo = True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .SourceDataFile = "M:\XXX_Bauteilpreise\Daten_Werk_0100.mdb"&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .ListObject.DisplayName = "Tabelle_Daten_Werk_0100"&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .Refresh BackgroundQuery:=False&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; End With&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b4bca0ac-9afb-40a6-bf0b-ea22c00383f5] --&gt;</description>
      <pubDate>Wed, 15 May 2013 07:12:12 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11927</guid>
      <dc:date>2013-05-15T07:12:12Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Find un Mapped Cell &amp; Symbol</title>
      <link>http://communities.mentor.com/mgcx/thread/12066</link>
      <description>&lt;!-- [DocumentBodyStart:f6954633-7bb0-4f77-8a4e-5b86aba3d9db] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;How to identify the cell, symbol and padstack which are not associated with any parts. Do we have any script that can give us the list.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Manikandan.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6954633-7bb0-4f77-8a4e-5b86aba3d9db] --&gt;</description>
      <pubDate>Mon, 03 Jun 2013 06:30:16 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12066</guid>
      <dc:date>2013-06-03T06:30:16Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AMPLE Code for getting frequency of a net in schematics</title>
      <link>http://communities.mentor.com/mgcx/thread/12071</link>
      <description>&lt;!-- [DocumentBodyStart:b95cf81b-605b-4ed7-867f-64932e076920] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to know if there exists an in buit command that can calculate the frequency of a net of a schematic and can be used for further operations.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have tried with this command : $extract_wfreq("V(x)", 10n, 60n, "m"); but it gives the output in an .aex file under the label m but I wish to get the value of frequency directly so that I can pass it to a variable say freq&lt;/p&gt;&lt;p&gt;like this:-&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;extern freq = $command for calculating frequency of net x&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;With regards,&lt;/p&gt;&lt;p&gt;S.Shyam Sundar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b95cf81b-605b-4ed7-867f-64932e076920] --&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:36:12 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12071</guid>
      <dc:date>2013-06-03T12:36:12Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DxDatabook Configuration Automated setup</title>
      <link>http://communities.mentor.com/mgcx/thread/11997</link>
      <description>&lt;!-- [DocumentBodyStart:a63be1c6-e763-4c69-84bc-3526feca7e49] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it possible to script the creation of multiple libraries in a DxDataBook configuration, including the linking to DSN data source tables and setting property annotation / mapping?&amp;#160; We have around 200+ 'libraries' - or categories as we view them - and would like to avoid doing all that setup for the configuration by hand.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks-&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;-j&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a63be1c6-e763-4c69-84bc-3526feca7e49] --&gt;</description>
      <pubDate>Thu, 23 May 2013 17:40:51 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11997</guid>
      <dc:date>2013-05-23T17:40:51Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DxDatabook highlight components?</title>
      <link>http://communities.mentor.com/mgcx/thread/12029</link>
      <description>&lt;!-- [DocumentBodyStart:b3a22c29-a55a-4673-a90e-e38b8ae51bd5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Another random DxDatabook question for ya'll.&amp;#160; Does anyone know if there's a way to highlight (or just set the background color) of components listed in DxDatabook?&amp;#160; In our use case, we usually color code some component libraries based on status: GREEN for preferred parts, RED for obsolete, ORANGE for restricted, etc.&amp;#160; Not very friendly to the Red/Green colorblind, but it does help the rest of us.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;-John&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3a22c29-a55a-4673-a90e-e38b8ae51bd5] --&gt;</description>
      <pubDate>Wed, 29 May 2013 16:36:47 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12029</guid>
      <dc:date>2013-05-29T16:36:47Z</dc:date>
      <clearspace:dateToText>3 weeks, 48 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>drawing line/rectange script</title>
      <link>http://communities.mentor.com/mgcx/thread/12020</link>
      <description>&lt;!-- [DocumentBodyStart:01db1420-068e-4f64-a526-ec31565d6659] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi ,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;is there any way to draw line or rectangle with script on a specific layer with PADS Layout 2007 ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:01db1420-068e-4f64-a526-ec31565d6659] --&gt;</description>
      <pubDate>Tue, 28 May 2013 23:19:28 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12020</guid>
      <dc:date>2013-05-28T23:19:28Z</dc:date>
      <clearspace:dateToText>3 weeks, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Resetting certain component properties on copy.</title>
      <link>http://communities.mentor.com/mgcx/thread/12004</link>
      <description>&lt;!-- [DocumentBodyStart:bbf2d1f1-b243-4ae3-b117-deab9c4580b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I had a user ask me this question yesterday.&amp;#160; I told him I didn't have a good answer so I thought I'd ask here.&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;We have several properties for component derating which must be set on a per instance basis in order to show that analysis has been done.&amp;#160; Given that copying an existing component from one spot to another is the easiest/fastest way to add more of the same part, that's what we usually do.&amp;#160; However, when a component is copied, its derating properties may no longer be valid.&amp;#160; The new component's derating properties should be reset to force the analysis in the new location to be done,&amp;#160; Is there any paste component hook that can be used to automatically reset/delete such location specific properties?&amp;#160; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Is there an event in the DxDesigner automation that will allow us to do this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Tony&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bbf2d1f1-b243-4ae3-b117-deab9c4580b9] --&gt;</description>
      <pubDate>Fri, 24 May 2013 16:44:16 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/12004</guid>
      <dc:date>2013-05-24T16:44:16Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DxDesigner: How to get the full Symbol Name e.g. Resi.1 via Automation and the "Forward To PCB" Attribute</title>
      <link>http://communities.mentor.com/mgcx/thread/11985</link>
      <description>&lt;!-- [DocumentBodyStart:fbc56f64-0a29-44df-bf7f-4a896d4f7daa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;is there a possibility to get the full symbol name with the version via automation ?&lt;/p&gt;&lt;p&gt;CompObj.SymbolBlock.GetName(LONG_NAME) returns only the name without the version.. Also there is no attribute where this name is stored. ( CompObj.GetBatchAttributes() shows all attributes of the component)&lt;/p&gt;&lt;p&gt;The background:&lt;/p&gt;&lt;p&gt;I want to know the orientation of the symbol after placement in the DxDesinger via the DxDatabook. We have e.g. a Resi.1 which is oriented horizontal and a Resi.2 which is rotated 90&amp;#176; but by the drawing, not by rotation command.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fbc56f64-0a29-44df-bf7f-4a896d4f7daa] --&gt;</description>
      <pubDate>Wed, 22 May 2013 13:58:15 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11985</guid>
      <dc:date>2013-05-22T13:58:15Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expedition layout backups...</title>
      <link>http://communities.mentor.com/mgcx/thread/11309</link>
      <description>&lt;!-- [DocumentBodyStart:6c31b82b-9ed7-464f-adb4-ae740c7cfb53] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal"&gt;Guys,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Is there a way to keep three different backups of layout data?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p class="MsoNormal"&gt;In BS we were able to keep three different copies of layout data.&amp;#160;&amp;#160; It will roll the copies on each saves.&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p class="MsoNormal"&gt;This allowed us to recover layout and lose very little work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Can same be achieved in Expedition thru API?&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p class="MsoNormal"&gt;We recently migrated a design in EE7.9.4 and lost 4 hours&amp;rsquo; worth of work in layout.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c31b82b-9ed7-464f-adb4-ae740c7cfb53] --&gt;</description>
      <pubDate>Tue, 19 Feb 2013 18:38:27 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11309</guid>
      <dc:date>2013-02-19T18:38:27Z</dc:date>
      <clearspace:dateToText>4 weeks, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expedition Script to Get NetclassClearance from 2 Nets</title>
      <link>http://communities.mentor.com/mgcx/thread/11791</link>
      <description>&lt;!-- [DocumentBodyStart:22e9e22d-6d03-437f-b81e-c70b3913c227] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'm looking for a script, that in best case ... should do the following:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;- With Left-Mous-Click select a net&lt;/p&gt;&lt;p&gt;- with next click select 2nd net&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;then I would see in epcbStatusField3 the names of netclass and the clearance of the 2 different netclasses.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Something like : "-UG &amp;lt;&amp;gt; +UG 5.7mm".&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I look into Inside-Outside script for Mouse-Handling, but at the Moment I haven't enough time .... I can read out netclass from a net with "net.NetClass"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Did have anyone a script, where I can look into it ? And, is it possible to bind this script to a "Hotkey", always available in pcb?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;BR Michi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:22e9e22d-6d03-437f-b81e-c70b3913c227] --&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:19:17 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11791</guid>
      <dc:date>2013-04-25T08:19:17Z</dc:date>
      <clearspace:dateToText>1 month, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expedition - run keyin: How to pass parameters?</title>
      <link>http://communities.mentor.com/mgcx/thread/11721</link>
      <description>&lt;!-- [DocumentBodyStart:59128012-8418-459e-9edd-43fd7a88bd41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;I've got a vbscript (x.vbs) that's supposed to be run from the expedition keyin toolbar:&lt;/p&gt;&lt;p&gt;&lt;a href="http://communities.mentor.com/mgcx/servlet/JiveServlet/showImage/2-40059-7967/Clipboard01.jpg"&gt;&lt;img alt="Clipboard01.jpg" class="jive-image-thumbnail jive-image" height="185" onclick="" src="http://communities.mentor.com/mgcx/servlet/JiveServlet/downloadImage/2-40059-7967/450-185/Clipboard01.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;But how do I access the command line parameters (1 2 3 in this case) from within the script?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Lots of Greetings!&lt;/p&gt;&lt;p&gt;Volker&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59128012-8418-459e-9edd-43fd7a88bd41] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">expedition_pcb</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">line</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">command</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vbscript</category>
      <pubDate>Wed, 17 Apr 2013 12:24:55 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11721</guid>
      <dc:date>2013-04-17T12:24:55Z</dc:date>
      <clearspace:dateToText>1 month, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I delete trace segment with Automation</title>
      <link>http://communities.mentor.com/mgcx/thread/11930</link>
      <description>&lt;!-- [DocumentBodyStart:77c5358a-765d-4118-b48a-3ebff6c7e1a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to delete several tracesegments with my script.&lt;/p&gt;&lt;p&gt;I try&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Courier; "&gt;&lt;p&gt;For i = &lt;span style="font-size: 10pt; font-family: Times New Roman; "&gt;Trace.TraceSegments.&lt;/span&gt;Count To 1 Step -1&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Courier; "&gt;&lt;span style="font-family: Times New Roman;"&gt;Trace.TraceSegments&lt;/span&gt;.&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: Courier-Bold; "&gt;Remove&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: Courier; "&gt;(i)&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Courier; "&gt;&lt;strong&gt;next &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Courier; "&gt;&lt;strong style=": ; font-size: 10pt; font-family: Courier; "&gt;But it does nothing in my design.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:77c5358a-765d-4118-b48a-3ebff6c7e1a5] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">script</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">trace</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">tracesegment</category>
      <pubDate>Wed, 15 May 2013 12:28:04 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11930</guid>
      <dc:date>2013-05-15T12:28:04Z</dc:date>
      <clearspace:dateToText>1 month, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Border Label Not "Setting"</title>
      <link>http://communities.mentor.com/mgcx/thread/11889</link>
      <description>&lt;!-- [DocumentBodyStart:ee27f226-4621-48a0-9f04-836d75c093ee] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I recently wrote a discussion about writing a script to automatically label borders. The same script is supposed to updat the border label if there are changes. It apepars to be happening in some schematics, but not in others. My diagnostics code shows that I do reach the step for updating the label, but nothing changes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;1&amp;#160;&amp;#160;&amp;#160; Set objCompBorderLabel = objCompBorder.Label&lt;/p&gt;&lt;p&gt;2&amp;#160;&amp;#160;&amp;#160; If Not objCompBorderLabel Is Nothing Then&lt;/p&gt;&lt;p&gt;3&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; objCompBorderLabel.TextString = strSheet&lt;/p&gt;&lt;p&gt;4&amp;#160;&amp;#160;&amp;#160; Else&lt;/p&gt;&lt;p&gt;5&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Set objCompBorderLabel = objCompBorder.AddLabel(strSheet,longBorderLabelXLoc,longBorderLabelYLoc)&lt;/p&gt;&lt;p&gt;6&amp;#160;&amp;#160;&amp;#160; End If&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Again, I see that this code works in one database, but not in another. I could see about deleting an existing label, then adding the label new, but I'd like get to the root cause of my problem.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee27f226-4621-48a0-9f04-836d75c093ee] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">dxdesigner</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">scripting</category>
      <pubDate>Thu, 09 May 2013 16:22:09 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11889</guid>
      <dc:date>2013-05-09T16:22:09Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Change the object from one layer to another</title>
      <link>http://communities.mentor.com/mgcx/thread/11865</link>
      <description>&lt;!-- [DocumentBodyStart:c79af48d-7cfe-4c20-b89e-c53470e12380] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Do we have script to change the iteams in one layer to another layer in a cell for entire Central library or can we rename the existing layer?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Thanks in advance&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Manikandan. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c79af48d-7cfe-4c20-b89e-c53470e12380] --&gt;</description>
      <pubDate>Tue, 07 May 2013 06:44:51 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11865</guid>
      <dc:date>2013-05-07T06:44:51Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>"Unable to write read-only property" Problem</title>
      <link>http://communities.mentor.com/mgcx/thread/11876</link>
      <description>&lt;!-- [DocumentBodyStart:ac1cab71-d80a-47c0-8c53-538806e75606] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have written a script to put titles on pages by way of labeling borders. Currently, I get an error when trying to add the label (if it doesn't exist).Even though I get the error, the label is added.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The code in question:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;1&amp;#160;&amp;#160;&amp;#160; If Not objCompBorder.Label is Nothing Then&lt;/p&gt;&lt;p&gt;2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; objCompBorder.Label.TextString = strSheet&lt;/p&gt;&lt;p&gt;3&amp;#160;&amp;#160;&amp;#160; Else&lt;/p&gt;&lt;p&gt;4&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Set objCompBorder.Label = objCompBorder.AddLabel(strSheet,longBorderLabelXLoc,longBorderLabelYLoc)&lt;/p&gt;&lt;p&gt;5&amp;#160;&amp;#160;&amp;#160; End If&lt;/p&gt;&lt;p&gt;6&amp;#160;&amp;#160;&amp;#160; objCompBorder.Label.Font = VDFONT_ROMAN&lt;/p&gt;&lt;p&gt;7&amp;#160;&amp;#160;&amp;#160; objCompBorder.Label.Origin = VDALIGN_MC&lt;/p&gt;&lt;p&gt;8&amp;#160;&amp;#160;&amp;#160; objCompBorder.Label.Size = 75&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br/&gt;The code at line 4 is what seems to trigger the error. The label is added, but the font, alignment, and size are not changed. On schematic sheets where the border is already labeled, the code proceeds without a problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any thoughts on what the problem might be?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac1cab71-d80a-47c0-8c53-538806e75606] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">automation</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">dxdesigner</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">scripts</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">scripting</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vb_script</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vbs</category>
      <pubDate>Tue, 07 May 2013 22:34:31 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11876</guid>
      <dc:date>2013-05-07T22:34:31Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to open two LibraryManager databases at the same time?</title>
      <link>http://communities.mentor.com/mgcx/thread/11827</link>
      <description>&lt;!-- [DocumentBodyStart:6ec1f77d-d2a5-47ba-aa11-cda175631a8f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;How to open two LibraryManager databases at the same time?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt; I need to compare two LibraryManager databases and copy some data from one to another. I can open one, save some data into collection, close, open another and compare collection with another. Is there way without an additional collection?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I do the next:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160; jobSource&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = "/home/al1/pub/projects/al1-2163/Central_Library_2/Central_Library_2.lmc"&lt;/p&gt;&lt;p&gt;&amp;#160; jobDestination&amp;#160;&amp;#160; = "/home/al1/pub/projects/xxx/Central_Library_2/Central_Library_2.lmc"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;' Opening base 1&lt;/p&gt;&lt;p&gt;&amp;#160; Set appObjSrc = CreateObject("MGCPCBLibraries.PartsEditorDlg")&lt;/p&gt;&lt;p&gt;&amp;#160; Scripting.AddTypeLibrary("MGCPCBLibraries.PartsEditorDlg")&lt;/p&gt;&lt;p&gt;&amp;#160; Set libObjSrc = appObjSrc.OpenDatabaseEx(jobSource,False)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;' Opening base 2&lt;/p&gt;&lt;p&gt;&amp;#160; Set appObjDst = CreateObject ("MGCPCBLibraries.PartsEditorDlg")&lt;/p&gt;&lt;p&gt;&amp;#160; Set libObjDst = appObjDst.OpenDatabaseEx(jobDestination,False)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;' ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;After I open the base 2, libObjSrc destroyed and I can't read it. If I comment opening the base 2 - libObjSrc can be read.&lt;/p&gt;&lt;p&gt;Is there any solution?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ec1f77d-d2a5-47ba-aa11-cda175631a8f] --&gt;</description>
      <pubDate>Tue, 30 Apr 2013 11:33:19 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11827</guid>
      <dc:date>2013-04-30T11:33:19Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with IsPointInside in Windows 7 / 64bit Expedition 7.9.4</title>
      <link>http://communities.mentor.com/mgcx/thread/11840</link>
      <description>&lt;!-- [DocumentBodyStart:3868e9f6-5170-418d-a13c-8213d6b4e365] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a little script, that check, if is a via inside a pad. On Windows XP (32Bit) my script works well:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Code Snippet:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Set pads = pcbDoc.PadstackObjects(epcbPadstackObjectPin,epcbSelectPlaced)&lt;/p&gt;&lt;p&gt;Set Vias = pcbDoc.Vias(epcbSelectAll)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; i = 0&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; 'lege Gr&amp;#246;sse des Arrays fest&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; ReDim viaarray(3, Vias.Count)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; 'collect Via Coordinates and drillsizes&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; For Each via In Vias&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x = FormatNumber(via.PositionX,PRECISION)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; y = FormatNumber(via.PositionX,PRECISION)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; viaarray(0, i) = x&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; viaarray(1, i) = y&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; viaarray(2, i) = via.holes(1).DrillSize&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; viaarray(3, i) = via.Name&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; i = i + 1&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; Next&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; i = 0&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; For Each pad In pads&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; i = i + 1&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; If pad.holes.Count = 0 Then&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 'pcbPinClassSMD kein Loch = SMD ?&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; For j = 0 To UBound(viaarray, 1)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; x = viaarray(0, j)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; y = viaarray(1, j)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; d = viaarray(2, j)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ViaName = viaarray(3, j)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; If pad.IsPointInside(x, y) Then&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Now it seems, that IsPointInside doesn't works anymore. Has anyone the same problem ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;BR Michi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3868e9f6-5170-418d-a13c-8213d6b4e365] --&gt;</description>
      <pubDate>Thu, 02 May 2013 12:18:54 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11840</guid>
      <dc:date>2013-05-02T12:18:54Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Rename Net in Schematic</title>
      <link>http://communities.mentor.com/mgcx/thread/11807</link>
      <description>&lt;!-- [DocumentBodyStart:480993a6-650a-491f-b9fa-d720ec21cd70] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How do I rename a net in DxDesigner programatically?&amp;#160; Is it currently possible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:480993a6-650a-491f-b9fa-d720ec21cd70] --&gt;</description>
      <pubDate>Fri, 26 Apr 2013 13:44:33 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11807</guid>
      <dc:date>2013-04-26T13:44:33Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expedition PCB: Script to generate custom Pick and Place File in Excel with custom properties?</title>
      <link>http://communities.mentor.com/mgcx/thread/11787</link>
      <description>&lt;!-- [DocumentBodyStart:0ee08a9e-2918-412b-94e6-c97b7a350372] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I am quite new to automation and scripting and started writing a script based on examples from the installation files.&lt;/p&gt;&lt;p&gt;I need to output a Pick and Place file from a Expedition PCB Board in Excel format containing the following information:&lt;/p&gt;&lt;p&gt;Ref Des, Mount Type (SMD / Through Hole), X Coordinate, Y coordinate, Rotation, Side (Top / Bottom), Custom Property.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Now I managed to get all the info except for the Custom Property. The Components in the PCB Design containsa custom property callled "Store_Number".&lt;/p&gt;&lt;p&gt;I need to extract this value for each component and add to the Pick and Place.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have attached what I ahve done so far.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any help wouold be much appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Charl. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ee08a9e-2918-412b-94e6-c97b7a350372] --&gt;</description>
      <pubDate>Wed, 24 Apr 2013 11:29:46 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11787</guid>
      <dc:date>2013-04-24T11:29:46Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Get Schematic Components in Variant Manger Mode</title>
      <link>http://communities.mentor.com/mgcx/thread/11673</link>
      <description>&lt;!-- [DocumentBodyStart:d37d967b-f36f-488a-b4e8-87af3f0de405] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello Community,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I like to query a Schematic handled in the DxDesigner, for "active" components.&lt;/p&gt;&lt;p&gt;With active components, I mean the Parts which are not crossed out (see my attachment).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The Red Cross in the attached file, is made by the Variant Manager.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I know that I can pull a complete BOM, with the on Board Tools from DxDesigner, but&lt;/p&gt;&lt;p&gt;what I want, is a BOM of the Crossed Out parts.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a tool/script running which gets all components listed on a sheet, a selection, or ...&lt;/p&gt;&lt;p&gt;but I am not able to judge with code, if it is a red crossed part or not.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;In/With the Variants manager I have the option, to delete those red crossed components.&lt;/p&gt;&lt;p&gt;Then my tool/script will work, but that's not what I want.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;So, If you have any help for me regarding scripting around the variant manager, or how to&lt;/p&gt;&lt;p&gt;get the "Crossed Out" parts, I am very happy.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Stefan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d37d967b-f36f-488a-b4e8-87af3f0de405] --&gt;</description>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">dxdesigner</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vb_script</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">variants</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">variant_manager</category>
      <category domain="http://communities.mentor.com/mgcx/tags?containerType=?14&amp;container=2072">vb.net</category>
      <pubDate>Thu, 11 Apr 2013 09:02:21 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11673</guid>
      <dc:date>2013-04-11T09:02:21Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using a script to track our vias (blind and buried)</title>
      <link>http://communities.mentor.com/mgcx/thread/11726</link>
      <description>&lt;!-- [DocumentBodyStart:8d422905-b861-432d-84ed-421ade709534] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Mentor is cleaning up vias on our powers and ground that we do not want deleted (even fixed ones). I have written a script to extract all vias with layer, xy location, and netname. I am trying to track the vias through excel. I found in the Mentor manuals that each via has a unique ID property.&amp;#160;&amp;#160; "Object.UniqueID"&lt;/p&gt;&lt;p&gt;I am not sure how to extract that along with the other information. Has anyone used this before and if so could you give me a sample code to help me add to my existing vbs script?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8d422905-b861-432d-84ed-421ade709534] --&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:10:14 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11726</guid>
      <dc:date>2013-04-17T16:10:14Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Find and replace text on all layers in Expedition</title>
      <link>http://communities.mentor.com/mgcx/thread/11741</link>
      <description>&lt;!-- [DocumentBodyStart:dc6b8a03-6957-4aa3-a3ee-ecdfbee5ddaa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In Expedition we have text strings on a number of layers including user layers containing e.g. revision indices. When we create a new revision, all those revision related texts have to be changed manually.&lt;/p&gt;&lt;p&gt;Is there an easy way of doing this with an automation script?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; Volkmar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dc6b8a03-6957-4aa3-a3ee-ecdfbee5ddaa] --&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:08:40 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11741</guid>
      <dc:date>2013-04-19T09:08:40Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>OnPreComponentPlace Event wont work with VB.NET</title>
      <link>http://communities.mentor.com/mgcx/thread/11523</link>
      <description>&lt;!-- [DocumentBodyStart:56768ba2-5790-410d-87c5-49407931a618] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Hello Community,&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I tried two ways to get the Event OnPreComponentPlace from Expedition, but it doesn&amp;#180;t seem to work in VB.NET (VBS and TCL worked).&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The Function appdoc_OnPreComponentPlace wont get triggered from the Event&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;First one, WithEvents and Handle to Function:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Public WithEvents appdoc As MGCPCB.Document&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;em&gt; &lt;/em&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ' Test with "WithEvents"&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Public Function appdoc_OnPreComponentPlace2(ByVal comp As Object, ByVal x As Double, ByVal y As Double, ByVal layer As Integer, ByVal rot As Double, ByVal mirr As Boolean) As Boolean Handles appdoc.OnPreComponentPlace&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Debug.WriteLine("appdoc_OnPreComponentPlace2")&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; End Function&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Second one, with AddHandler&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Sub New()&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; appdoc = UserStandardLib.GetActiveDoc()&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; AddHandler appdoc.OnPreComponentPlace, AddressOf appdoc_OnPreComponentPlace&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; End Sub&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 'Test with "AddHandler"&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; Public Function appdoc_OnPreComponentPlace(comp As MGCPCB.IMGCPCBComponent, x As Double, y As Double, layer As Integer, rot As Double, mirr As Boolean) As Boolean&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Debug.WriteLine("appdoc_OnPreComponentPlace")&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Return True&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; End Function&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This Event works with AddHandler and WithEvents:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt; Private Sub appdoc_OnNotitfy(notify As MGCPCB.EPcbOnNotifyType)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Debug.WriteLine("OnNotify: " &amp;amp; notify.ToString)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160; End Sub&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Perhaps anyone can help to find the problem or the failure of my lines&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Thanks,&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Florian&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56768ba2-5790-410d-87c5-49407931a618] --&gt;</description>
      <pubDate>Thu, 21 Mar 2013 14:21:35 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11523</guid>
      <dc:date>2013-03-21T14:21:35Z</dc:date>
      <clearspace:dateToText>2 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Script to draw a line and then assign it to a net (instead of Net0)</title>
      <link>http://communities.mentor.com/mgcx/thread/11729</link>
      <description>&lt;!-- [DocumentBodyStart:7ddce13e-9b01-4588-8bba-c6e0d1cfacf0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; If I create a script to draw lines is there then a way to assign a net to it within the script itself?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ddce13e-9b01-4588-8bba-c6e0d1cfacf0] --&gt;</description>
      <pubDate>Wed, 17 Apr 2013 18:51:10 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/11729</guid>
      <dc:date>2013-04-17T18:51:10Z</dc:date>
      <clearspace:dateToText>2 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DxD: Execute Tools&gt;Update Other Objects without raising the dialog</title>
      <link>http://communities.mentor.com/mgcx/thread/8037</link>
      <description>&lt;!-- [DocumentBodyStart:b96f74bd-3b51-490f-b054-a74ce1b0cad5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to programatically run the Tools&amp;gt;Update Other Objects command with the Annotations switch on and Range set to project.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Does anyone know how to do this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Using app.CommandsManager.ExecuteMenuCommand("ToolsUpdateOtherObjects") does it with the dialog raised, but I'd like to do the same thing without the user having to push the OK button in the dialog.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Patrick&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b96f74bd-3b51-490f-b054-a74ce1b0cad5] --&gt;</description>
      <pubDate>Fri, 02 Dec 2011 16:39:51 GMT</pubDate>
      <author>community_admin@mentor.com</author>
      <guid>http://communities.mentor.com/mgcx/thread/8037</guid>
      <dc:date>2011-12-02T16:39:51Z</dc:date>
      <clearspace:dateToText>2 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

