Skip to content

Commit

Permalink
Fix shorted resistor in Transformer.lib #362
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Nov 14, 2023
1 parent 310a764 commit 49e3809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Transformers.lib
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ https://qucs-help.readthedocs.org/en/spice4qucs/index.html.
<Spice>
.SUBCKT Transformers_TransformerPS1S2 gnd nPplus nPneg nSplus nSneg nSPct L1=0.5 L2=0.125 L3=0.125 K12=0.99 K13=0.99 K23=0.99 Rp=2 Rs1=1 Rs2=1
L1 nP1 nPneg {L1}
L2 nSPlus nSPct {L2}
L2 nSPplus nSPct {L2}
L3 nSPct nSPneg {L3}
R1 nPplus nP1 {RP}
K13 L1 L3 {K13}
K12 L1 L2 {K12}
K23 L2 L3 {K23}
R2 nSneg nSPneg {RS2}
R3 nSPlus nSplus {RS1}
R3 nSPplus nSplus {RS1}
.ENDS
</Spice>

Expand Down

0 comments on commit 49e3809

Please sign in to comment.