<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a way to add spice parameters from schematic to the netlist? in Fusion Electronics Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12523228#M4058</link>
    <description>&lt;P&gt;I wish there was a schematic symbol named .PARAMS where I could add various parameters to the simulation netlist.&lt;BR /&gt;When I carry out a spice simulation in a Fusion 360 Electronics design, I can see that there is a separate section in the netlist with the heading:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- .PARAMS ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, this section is completely empty.&lt;/P&gt;&lt;P&gt;Is there a way I can add parameters into this section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need this functionality in order to pass parameters to my spice models.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jan 2024 05:52:17 GMT</pubDate>
    <dc:creator>OyvindWetteland</dc:creator>
    <dc:date>2024-01-27T05:52:17Z</dc:date>
    <item>
      <title>Is there a way to add spice parameters from schematic to the netlist?</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12523228#M4058</link>
      <description>&lt;P&gt;I wish there was a schematic symbol named .PARAMS where I could add various parameters to the simulation netlist.&lt;BR /&gt;When I carry out a spice simulation in a Fusion 360 Electronics design, I can see that there is a separate section in the netlist with the heading:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- .PARAMS ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, this section is completely empty.&lt;/P&gt;&lt;P&gt;Is there a way I can add parameters into this section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need this functionality in order to pass parameters to my spice models.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2024 05:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12523228#M4058</guid>
      <dc:creator>OyvindWetteland</dc:creator>
      <dc:date>2024-01-27T05:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add spice parameters from schematic to the netlist?</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12526962#M4059</link>
      <description>&lt;P&gt;Hello and thank you for the question .. this is how you do it:&amp;nbsp;&lt;BR /&gt;1) place a text object in the schematic anywhere and set its text to ".PARAM"&lt;BR /&gt;2) after the first line, add variable=value on each line after that, one per variable&lt;BR /&gt;&lt;BR /&gt;Attached is an example for transformer ratio sent in as a parameter ".PARAM" on the first line and "RATIO=20" on the second&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edpataky_0-1706546052367.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1319506i2433C90FD086B3D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edpataky_0-1706546052367.png" alt="edpataky_0-1706546052367.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The model mapped to the transformer part looks like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**********************&lt;/P&gt;
&lt;P&gt;* Autodesk EAGLE - Spice Model File&lt;/P&gt;
&lt;P&gt;* transformer subcircuit, requires RATIO parameter defined&lt;/P&gt;
&lt;P&gt;* Date: 10/1/17&lt;/P&gt;
&lt;P&gt;**********************&lt;/P&gt;
&lt;P&gt;.SUBCKT XFORMER 1 2 3 4&lt;/P&gt;
&lt;P&gt;E 5 4 1 2 {RATIO}&lt;/P&gt;
&lt;P&gt;F 1 2 VM {RATIO}&lt;/P&gt;
&lt;P&gt;VM 5 6&lt;/P&gt;
&lt;P&gt;RP 1 2 1MEG&lt;/P&gt;
&lt;P&gt;RS 6 3 1U&lt;/P&gt;
&lt;P&gt;.ENDS XFORMER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice how to the variable is in braces.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;That's how you do it!&amp;nbsp; Let us know if this solves the issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 16:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12526962#M4059</guid>
      <dc:creator>edpataky</dc:creator>
      <dc:date>2024-01-29T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add spice parameters from schematic to the netlist?</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12528496#M4060</link>
      <description>&lt;P&gt;Yes, this solves the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A very easy and practical solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 08:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/is-there-a-way-to-add-spice-parameters-from-schematic-to-the/m-p/12528496#M4060</guid>
      <dc:creator>OyvindWetteland</dc:creator>
      <dc:date>2024-01-30T08:01:46Z</dc:date>
    </item>
  </channel>
</rss>

