News:

SMF - Just Installed!

Main Menu

ngspice gives no output

Started by mahesh, Dec 16, 2023, 05:51 AM

Previous topic - Next topic

mahesh

Hello,

when i run the following circuit via ngspice(Lubuntu 18.04),

Code:
circuit
V 0 1  DC 10
R 0 1 5
.end
it outputs this:
Code:
Circuit: circuit


ngspice 1 ->
"print all" leads to this:
Code:
Circuit: circuit


ngspice 1 -> print all
false = 0.000000e+00
true = 1.000000e+00
boltz = 1.380620e-23
c = 2.997925e+08
e = 2.718282e+00
echarge = 1.602190e-19
i = 0.000000e+00,1.000000e+00
kelvin = -2.73150e+02
no = 0.000000e+00
pi = 3.141593e+00
planck = 6.626200e-34
yes = 1.000000e+00
Why is there no output?

Thanks in advance