Does anyone have suggestions on loading ngspice ra...
# ngspice
c
Does anyone have suggestions on loading ngspice raw outputs in Python? It seems several modules like pyspice, ngspice-lib, etc are not actively maintained. They wern’t availble on conda-forge anymore either. Thanks! I should add: I only want to parse simulation results, so pyltspice seems to work. Just want to know what the most common flow people use is.
b
I tend to output ascii and read in using pandas. Here is an example: https://github.com/bmurmann/EE628/blob/main/5_Design/3_Real_circuits/tb_stage_corners.ipynb
I have not been able to find a binary interface that works well for all use cases.
r
We've been using this script for reading binary raw files. Not much issues that I know of so far but I've mostly kept to simple things so far. https://gist.github.com/snmishra/27dcc624b639c2626137