sr13579
Member
The thing is, I am confused with rawfile and .print card (spice.out file).
There are like 3 options for rawfile generation: NONE,COMPACT and ACCURATE. While I am using NONE with the .print card the result is going inside a .out file without generating a rawfile. But when I am using ACCURATE or COMPACT the print card is ignored and showing some no listing warning. The rawfile is generated but the code is ignoring print card which means I am not getting any analytical result. How to fix this problem?(The code is:
Voltage divider
r1 1 2 10k
r2 2 3 5k
r3 3 4 4k
r4 4 0 3k
v 1 0 dc 4
.dc v 4 4 1
.print dc v(1,2) v(2,3) v(3,4) v(4)
.op
.end
There are like 3 options for rawfile generation: NONE,COMPACT and ACCURATE. While I am using NONE with the .print card the result is going inside a .out file without generating a rawfile. But when I am using ACCURATE or COMPACT the print card is ignored and showing some no listing warning. The rawfile is generated but the code is ignoring print card which means I am not getting any analytical result. How to fix this problem?(The code is:
Voltage divider
r1 1 2 10k
r2 2 3 5k
r3 3 4 4k
r4 4 0 3k
v 1 0 dc 4
.dc v 4 4 1
.print dc v(1,2) v(2,3) v(3,4) v(4)
.op
.end