https://open-source-silicon.dev logo
l

Luis Henrique Rodovalho

05/12/2022, 8:51 PM
Is there a simple way to save ngspice output data in .csv friendly format? wrdata function behaves badly when it mixes positive and negative values to print nice ascii tables.
j

Jorge Marin

05/13/2022, 3:35 AM
hello Luis, the "workaround" I use (I think it comes from a bminch video) is to save in .txt format using wrdata and then open with Libreoffice Calc, remove the first column and save as csv... no the most straightforward, but works
l

Luis Henrique Rodovalho

05/13/2022, 7:35 PM
Thanks! It's not the best solution but it should work.
👍 1
j

Jorge Marin

05/13/2022, 7:37 PM
Let me know if you need more info about it
2 Views