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?
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?