0
Not getting the correct Python plot

After simulating the Half wave rectifier circuit as per the instruction given in the manual, I m not able to get the proper sinusoidal signal and the output


eSim 18-11-16, 11:55 a.m. bibek
0
Hi,
Can you please paste the .cir.out file of your example here, it will be helpful for us to correct the issue.
18-11-16, 7:07 p.m. Gaurav_Supal

21-11-16, 3:29 p.m. bibek
Hi,
This is not .cir.out file, you can find the file @ C:\Users\Project\eSim-Workspace\RC1\RC1.cir.out. Please copy paste the contents of the file here.
 

21-11-16, 3:41 p.m. Gaurav_Supal
* c:\users\project\esim-workspace\rc1\rc1.cir


.include D.lib

* u1 in plot_v1

* u2 out plot_v1

v1 in net-_r2-pad2_ sine(0 2 50 0 0)

d1 out in 1N4148

r2 out net-_r2-pad2_ 1k

.tran 10e-03 100e-03 0e-03


* Control Statements

.control

run

print allv > plot_data_v.txt

print alli > plot_data_i.txt

plot v(in)

plot v(out)

.endc

.end



22-11-16, 8:37 a.m. bibek

* c:\users\project\esim-workspace\rc1\rc1.cir


.include D.lib

* u1 in plot_v1

* u2 out plot_v1

v1 in net-_r2-pad2_ sine(0 2 50 0 0)

d1 out in 1N4148

r2 out net-_r2-pad2_ 1k

.tran 10e-03 100e-03 0e-03


* Control Statements

.control

run

print allv > plot_data_v.txt

print alli > plot_data_i.txt

plot v(in)

plot v(out)

.endc

.end


22-11-16, 8:50 a.m. bibek
Hi,
Your GND component is not connected properly, reconnect it with a junction.

22-11-16, 10:47 a.m. Gaurav_Supal
Thank u sir
I m able to get the output, but the resultant signal is not matched with the half wave rectifier output


22-11-16, 11:56 a.m. bibek
Delete the diode d1 and again place it, make sure the diode component is taken from eSim_Devices. 

22-11-16, 12:05 p.m. Gaurav_Supal
Sir, I m not getting the correct output for negative clamper circuit.  I have used the diode from the esim library but still not getting the output



23-11-16, 9:05 a.m. bibek

Login to add comment


Log-in to answer to this question.