Amirhossein zanjani
05/08/2023, 8:00 AMStefan Schippers
05/08/2023, 10:32 AMAmirhossein zanjani
05/08/2023, 10:37 AMStefan Schippers
05/08/2023, 10:48 AMset appendwrite
option set. You can then view all curves in the same graph.Stefan Schippers
05/08/2023, 10:49 AMAmirhossein zanjani
05/08/2023, 10:51 AMStefan Schippers
05/08/2023, 10:56 AMset appendwrite
, run simulation, then set corner to tt
and then ff
and simulate with set appendwrite
enabled. You get all 3 sims written into the same raw file.Tim Edwards
05/08/2023, 12:55 PMwrdata
. This generates output in columnar format which is easy to read into octave/Matlab as a data file, and then select columns from the data and reformat as needed to make the plots. Recently, however, I've come to prefer using matplotlib
in Python. If you use Python, there are also packages available for reading SPICE raw files, so you can just read the raw file in and plot the data.Amirhossein zanjani
05/09/2023, 9:07 AMStefan Schippers
05/09/2023, 9:28 AMss
and no set appendwrite
, then run corner tt
with set appendwrite
, then run simulation with corner ff
and set appendwrite
, then unload/load graphs.
With waves loaded, double click inside the graph and ensure the '`dataset`' textbox is empty