Solve electronic circuits defined by netlists. The netlist consists of a list of the electronic components in a circuit and a list of the nodes they are connected to. The plugin utilizes ngspice - the spice simulator for electric and electronic circuits.
The circuit analysis is performed asynchronously in the background thread to ensure maximum performance. Ngspice can solve only one circuit at a time. In case there are more than one, they are scheduled for ngspice to start one by one. The analysis can be paused and resumed. Device and model parameters of the circuit can be altered while the analysis is paused.
The analysis vectors are displayed on an interactive graph. You can drag, zoom and hover over the graph to display the specific value.
Additional C++ functions are exposed for Blueprints to allow more performant manipulation with arrays and to simplify data for displaying on graphs.
Documentation/Example Project
Video