

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


Hi,
Can you please paste the .cir.out file of your example here, it will be helpful for us to correct the issue.
21-11-16, 3:29 p.m. bibek
21-11-16, 3:41 p.m. Gaurav_Supal
.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
22-11-16, 10:47 a.m. Gaurav_Supal
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
22-11-16, 12:05 p.m. Gaurav_Supal
23-11-16, 9:05 a.m. bibek
Login to add comment