PySpice-org / PySpice

Simulate electronic circuit using Python and the Ngspice / Xyce simulators
https://pyspice.fabrice-salvaire.fr
GNU General Public License v3.0
641 stars 169 forks source link

Is it possible to use the alter command? #337

Open medwatt opened 1 year ago

medwatt commented 1 year ago

I am trying to simulate a large circuit several times for different inputs. Since the only difference between runs is the input, I was trying to use the alter command to change the inputs so that the simulation is faster, as this would avoid generating the conductance matrix compared to sending a new netlist each time. Is this behavior currently supported by pyspice?