Jorge Marin
04/19/2022, 1:23 AMArman Avetisyan
04/19/2022, 8:01 AMJorge Marin
04/19/2022, 7:43 PMStefan Schippers
04/19/2022, 8:26 PMJorge Marin
04/20/2022, 2:53 PMwrdata SDC_CINsweep_v5p4.txt tran1.v(DOUT) tran2.v(DOUT) tran3.v(DOUT) tran4.v(DOUT) tran5.v(DOUT) tran6.v(DOUT) tran7.v(DOUT) tran8.v(DOUT) tran9.v(DOUT) tran10.v(DOUT) tran11.v(DOUT) tran12.v(DOUT) tran13.v(DOUT) tran14.v(DOUT) tran15.v(DOUT) tran16.v(DOUT)
Regarding what you say about saving voltages/currents, is it all saved by default and I need to do something particular to save less things? An example would be really helpful.Stefan Schippers
04/21/2022, 7:25 AM.save v(xxx) v(yyy) v(zzz)....
then only those elements are dumped to file.if no .save are given all voltages and all voltage source branch currents are saved.
You can specify currents thru voltage sources in .save as .save i(vsource_name)
, and a whole lot of device parameters as explained in chapter 31 of the ngspice manual. If you are doing an interactive simulation (using a .control / .endc section) put a write file.raw
at the end so stuff is saved to disk.