Skip to content

Commit

Permalink
added internal resistance (freezes Fritzing), fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
failiz committed Oct 3, 2023
1 parent 8839660 commit db72a02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/power_supply_pulse_1.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
<property name="delay time">0s</property>
<property name="rise time">0s</property>
<property name="fall time">0s</property>
<property name="nuber of cyles">0</property>
<property name="number of pulses">0</property>
<property name="internal resistance">0.1&#937;</property>

</properties>
<taxonomy>discreteParts.power.power.acpower</taxonomy>
<description>A generic pulse power symbol</description>
<spice>
<line>V{instanceTitle} {net connector1}_{instanceTitle}_aux {net connector0} PULSE({initial voltage} {pulsed voltage} {delay time} {rise time} {fall time} {pulse width} {period} {nuber of cyles})</line>
<line>V{instanceTitle} {net connector1}_{instanceTitle}_aux {net connector0} PULSE({initial voltage} {pulsed voltage} {delay time} {rise time} {fall time} {pulse width} {period} {number of pulses})</line>
<line>R{instanceTitle} {net connector1}_{instanceTitle}_aux {net connector1} {internal resistance}</line>
</spice>
<views>
Expand Down

0 comments on commit db72a02

Please sign in to comment.