
Açıklama
Solve electronic circuits and display the results on an interactive graph. The plugin utilizes ngspice - the spice simulator for electric and electronic circuits. The simulation is performed in a background thread for maximum performance.
Documentation and Example Project: UE Spice Demo
Video: Spice plugin for Unreal Engine - Demo
Features:
Define electronic circuits by netlists. A netlist consists of a list of electronic components and the nodes they are connected to.
Start the analysis in a background thread.
Pause and resume the analysis.
Alter device and model parameters of the circuit while the analysis is paused.
Modify and simplify data for displaying on graphs.
Visualize data on an interactive graph. Drag, zoom and hover over the graph to display the specific value.
If multiple analyses are started simultaneously, they are scheduled to run one by one, because ngspice can solve only one at a time.




