hello,
I am trying to output some vectors (specifically .catvect of measurements of times) to a csv so that I can make nicer looking plots of one of these vectors against another and do some other calculations more easily
Currently I just using one sweep, so I could get something usable by using a separate .printfile or .print command for each catvect and then manually deleting everything except the last line (since .printfile adds a new set of data each time the sweep is run, with every new one including all the previous data as well), but I will soon run a sweep of the sweep and that would be an unreasonable amount of work to do every time I change something and rerun the simulation (and even for just one sweep it is pretty suboptimal to need to copy and paste multiple things to update a picture or whatever).
If it matters and currently using eldo, but I think pretty much any spice commands should work on any spice simulator? I think I also have access to spectre. There is ezwave for viewing results by default, but its export as csv looks the same as results of .printfile
google has been pretty useless on spice simulation info, and eldo user manual doesn't seem to have anything more than print and printfile; so I ask here if anyone knows anything that gives more useful output format