

OP Analysis, Unable to read Analysis File
I'm having trouble doing an DC OP analysis.The result of my kicad conversion is:
* c:\users\user\esim-workspace\test\test.cir
r1 net-_r1-pad1_ net-_r1-pad2_ 20
r2 net-_r1-pad2_ gnd 30
r3 net-_r1-pad2_ net-_i1-pad1_ 10
r4 net-_i1-pad1_ gnd 40
v1 net-_r1-pad1_ gnd 120
i1 net-_i1-pad1_ gnd 3
.op
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
.endc
.end
When I run the simulator, the system says "Unable to read Analysis File." and then "Error while opening python plotting Editor. Please look at console for more details.".
The anlayis file is just
,op
I'm not sure what to do from here.
eSim


please have a look at this tutorial to understand how to do operating point analysis: https://spoken-tutorial.org/watch/Ngspice/Operating+point+analysis+in+NGspice/English/ The values of your simulation results will be printed in the plot_data_v.txt and plot_data_i.txt
Login to add comment