Description
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.
Technical Details
Code Modules:
Number of Blueprints: 2
Number of C++ Classes: 6
Network Replicated: No
Supported Development Platforms: Windows64
Supported Target Build Platforms: Windows64
Documentation/Example Project: GitHub
Video: YouTube
License: Ngspice is open source under the 3-clause BSD license
Supported Engine Versions
4.26 – 4.27, 5.0 – 5.3