<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>PCB Libraries Forum : Altium Script Recommendation</title>
  <link>https://www.PCBLibraries.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; PCB Libraries Forum : Product Suggestions : Altium Script Recommendation]]></description>
  <pubDate>Wed, 15 Apr 2026 00:51:07 +0000</pubDate>
  <lastBuildDate>Thu, 25 Feb 2016 09:45:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.PCBLibraries.com/forum/RSS_post_feed.asp?TID=1584</WebWizForums:feedURL>
  <image>
   <title><![CDATA[PCB Libraries Forum]]></title>
   <url>https://www.PCBLibraries.com/forum/forum_images/PCBLForumLogo.gif</url>
   <link>https://www.PCBLibraries.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Altium Script Recommendation :  If using Post Process Scripting,...]]></title>
   <link>https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post7550.html#7550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=532">chrisa_pcb</a><br /><strong>Subject:</strong> 1584<br /><strong>Posted:</strong> 25 Feb 2016 at 9:45am<br /><br /><div>If using Post Process Scripting, simply click 'Use Post Process Script' and save it as a preference.</div><div>&nbsp;</div><div>The prjsrc mod doesn't seem to gain anything. This pops the prj/pas files into the left window, right? But to actually run the script I still need to go DXP -&gt; Run Script, so what do I gain other than confusion? If I see the files pop in the window, I expect to be able to do something with them, and I'm not seeing that. I'd like to keep the process as confusion free as possible but if you can convince me of the benefits i'll do it.</div>]]>
   </description>
   <pubDate>Thu, 25 Feb 2016 09:45:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post7550.html#7550</guid>
  </item> 
  <item>
   <title><![CDATA[Altium Script Recommendation : Also nice to have would be this...]]></title>
   <link>https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post6456.html#6456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=870">robmeyer</a><br /><strong>Subject:</strong> 1584<br /><strong>Posted:</strong> 03 Mar 2015 at 4:53am<br /><br />Also nice to have would be this short entry in the prjsrc file. <br><br>For example:<br><table width="99%"><tr><td><pre class="BBcode"><br>&#091;Generic_ScriptingSystem&#093;<br>StartProcName=SOD2613X115N.pas&gt;CreateALibrary<br></pre></td></tr></table><br><br>Robert<br>]]>
   </description>
   <pubDate>Tue, 03 Mar 2015 04:53:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post6456.html#6456</guid>
  </item> 
  <item>
   <title><![CDATA[Altium Script Recommendation : Hello,I haveone comment to the...]]></title>
   <link>https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post6455.html#6455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=870">robmeyer</a><br /><strong>Subject:</strong> 1584<br /><strong>Posted:</strong> 03 Mar 2015 at 1:41am<br /><br /><div>Hello,<br><br>I have&nbsp;one comment to the Altium Script feature. </div><div><br></div><div>Altium recommend to use pre and post processes in scripts with PCBServer usage. </div><div><br></div><div>So it would be nice to see in the CreateComponent Procedure this processes. For example:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Procedure CreateComponentSOD2613X115N;<br>Var<br>&nbsp;&nbsp;&nbsp; NewPCBLibComp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_LibComponent;<br>&nbsp;&nbsp;&nbsp; NewPad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_Pad2;<br>&nbsp;&nbsp;&nbsp; NewRegion&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_Region;<br>&nbsp;&nbsp;&nbsp; NewContour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_Contour;<br>&nbsp;&nbsp;&nbsp; STEPmodel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_ComponentBody;<br>&nbsp;&nbsp;&nbsp; Model&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : IPCB_Model;<br><br>Begin<br><br>&nbsp;&nbsp;&nbsp; Try<br>&nbsp;&nbsp;&nbsp; PCBServer.PreProcess;<br>&nbsp;&nbsp;&nbsp; NewPCBLibComp := PCBServer.CreatePCBLibComp;<br>&nbsp;&nbsp;&nbsp; <br>..............<br><br>&nbsp;&nbsp;&nbsp; CurrentLib.RegisterComponent(NewPCBLibComp);<br>&nbsp;&nbsp;&nbsp; CurrentLib.CurrentComponent := NewPcbLibComp;<br><br>&nbsp;&nbsp;&nbsp; Finally<br>&nbsp;&nbsp;&nbsp; PCBServer.PostProcess;<br>&nbsp;&nbsp;&nbsp; End;<br><br>&nbsp;&nbsp;&nbsp; CurrentLib.Board.ViewManager_FullUpdate;<br><br>&nbsp;&nbsp;&nbsp; Client.SendMessage('PCB:Zoom', 'Action=All' , 255, Client.CurrentView)<br>End;<br><br></pre></td></tr></table><br><br>It's not a big deal, but would be nice to see.<br><br>Robert<br></div>]]>
   </description>
   <pubDate>Tue, 03 Mar 2015 01:41:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/altium-script-recommendation_topic1584_post6455.html#6455</guid>
  </item> 
 </channel>
</rss>