summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-loop.spice10
1 files changed, 6 insertions, 4 deletions
diff --git a/open-loop.spice b/open-loop.spice
index b4053b9..f139466 100644
--- a/open-loop.spice
+++ b/open-loop.spice
@@ -7,7 +7,9 @@ BOOST_TEST.net
* | | | |
* +--------------------+---------+
* 0
+
.include irfb7530pbf.spi
+.include irfr_u15n20dpbf.spi
.MODEL swmod SW (RON=0.01 ROFF=1e12 VT=0.95 VH=0)
@@ -18,11 +20,11 @@ VS n1 0 DC 10
L1 n1 n2 120uH
* Mosfet
-*XQ1 n2 n9 0 irfb7530pbf
-S1 n2 0 n9 0 swmod
+XQ1 n2 n9 0 irfr_u15n20dpbf
+*S1 n2 0 n9 0 swmod
* PWM
-VPWM n9 0 PULSE(0V 10V 0 0 0 3US 4US)
+VPWM n9 0 PULSE(0V 10V 0 1PS 1PS 2US 4US)
* Diode
.MODEL DSCH D( IS=0.0002 RS=0.05 CJO=5e-10 )
@@ -32,6 +34,6 @@ D1 n2 n3 DSCH
C1 n3 0 4.7uF
* Load
-RL n3 0 200
+RL n3 0 100
.END