Hi everyone,
I’m currently facing an issue and could use some help.
I’m trying to import a model from LTSpice into QSpice. I copied the netlist of the model and pasted it into QSpice using Ctrl+Shift+V. The model uses table function within a table functio to do 2D interpolation, which works perfectly in LTSpice. However, in QSpice, I receive a warning in the console: “The table function works best with constant values in the table.” Following the warning, the entire netlist is output into the console. Although the simulation eventually runs fine, it takes over 2 minutes to complete because the whole netlist is output to the console. Once the netlist finishes outputting, the simulation itself only takes about 10 seconds to run.
Is there any way to disable these console warnings to speed up the simulation?
Thank you in advance for your help!