

Boost converter switch
I did boost converter .my out put is similar to the input,weather include the mosfet switch or delete the mosfet switch. I have entered correct parameters for pulse generator. Mosfet with pulse generator part not properly working .I have entered following parameters in the pulse generator
Initial value-0
Pulse value-5
Rise and fall time-. 0001
Pulse width -. 00003
Period-.00004
I/p-5v,
C-220u,L-150u,R-30
Start time-0
Stop time-10ms
Stop time-12
eSim


the pulse you are providing is too small compared to the Stop time.
Also, the Pulse width should be half of the Period if you are aiming to get a square wave. The rise and fall time should be in order of few nanoseconds.
Can you please paste the .cir.out file of your circuit in the comments?


Thank you for posting this, I am also facing the same problem, uno online, thanks to your post I have solved it now
* c:\users\leon\esim-workspace\boostconverter\boostconverter.cir
.include D.lib
.include NMOS-0.5um.lib
m1 net-_d1-pad1_ pulse gnd gnd mos_n W=100u L=0.5u M=1
c1 net-_c1-pad1_ gnd 220u
d1 net-_d1-pad1_ net-_c1-pad1_ 1N4148
r1 gnd out 30
l1 in net-_d1-pad1_ 150u
* u1 in plot_v1
v1 in gnd dc 6
v2 pulse gnd pulse(0 10 0 0.00001 0.00001 0.15 0.2)
* u2 pulse plot_v1
* u3 net-_c1-pad1_ out plot_i2
* u4 out plot_v1
v_u3 net-_c1-pad1_ out 0
.tran 10e-03 12e-00 0e-00
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot v(in)
plot v(pulse)
plot i(v_u3)
plot v(out)
.endc
.end
12-05-20, 5:38 p.m. bosco303
Login to add comment