0
Unable to get DC analysis

Hi,

I am trying to simulate BJT common ecmitter, JFET and MOSFET, input and output charactristics using esim but I unable to get the plots. please tell me how to see the results


eSim 21-09-19, 11:58 a.m. pramod.s1986
1

if you are a part of today's workshop, please stick to the schedule given today, JFETs, MOSFETs are not part of today's workshop.

If not, post the cir.out file

21-09-19, 12:04 p.m. Saurabhb17
* c:\fossee\esim\examples\bjt_ce_config\bjt_ce_config.cir
v1 vce gnd  dc 0
r1  net-_r1-pad1_ net-_q1-pad1_ 1k
r2  net-_q1-pad2_ ib 1k
* u_ic1  vce net-_r1-pad1_ plot_i2
i1 ib gnd  dc 20m
q1  net-_q1-pad1_ net-_q1-pad2_ gnd esim_npn
v_u_ic1 vce net-_r1-pad1_ 0
.dc v1 0e-00 5e-00 0.05e-00 i1 0e-03 5e-03 1e-03
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot i(v_u_ic1)
.endc
.end

21-09-19, 12:09 p.m. pramod.s1986
* /home/fossee/updatedexamples/fet_characteristic/fet_characteristic.cir
.include NJF.lib
j1 id net-_j1-pad2_ gnd J2N3819
vds1 net-_u_id1-pad1_ gnd  dc 10
vgs1 net-_j1-pad2_ gnd  dc 0
* u_id1  net-_u_id1-pad1_ id plot_i2
v_u_id1 net-_u_id1-pad1_ id 0
.dc vds1 0e-00 50e-00 10e-00 vgs1 0e-03 5e-03 1e-03
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot i(v_u_id1)
.endc
.end

21-09-19, 12:13 p.m. pramod.s1986
you have not selected device modeling for BJT CE example

21-09-19, 12:35 p.m. Saurabhb17
Dear Saurabhb,
I know that and I followed by selecting NPN model but still I unable to get simulation.



* c:\fossee\esim\examples\bjt_ce_config\bjt_ce_config.cir
.include NPN.lib
v1 vce gnd  dc 0
r1  net-_r1-pad1_ net-_q1-pad1_ 1k
r2  net-_q1-pad2_ ib 1k
* u_ic1  vce net-_r1-pad1_ plot_i2
i1 ib gnd  dc 20m
q1 net-_q1-pad1_ net-_q1-pad2_ gnd Q2N2222
v_u_ic1 vce net-_r1-pad1_ 0
.dc v1 0e-00 5e-00 0.05e-00 i1 0e-03 5e-03 1e-03
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot i(v_u_ic1)
.endc
.end

21-09-19, 12:44 p.m. pramod.s1986
can you run another example and see if the simulation plots are coming?

21-09-19, 3:11 p.m. Saurabhb17

Login to add comment


Log-in to answer to this question.