A short test project…
I reviewed a several Graphic Simulators, focusing on those that:
• Are simple to use
• Clean GUI
• Enough Bells, Whistles (circuit components) and Tools
• Could possibly work with Kicad Plugin
Result:
My favorite is the Falstad Circuit Simulator
- It meets 97% of above (shortcoming: the need to Parse Kicad Netlist to use Kicad Circuit)
• The Stand-Alone version has all that’s needed and, Can run from a Kicad Plugin (especially if the plugin does the Parsing)
• Parsing not too difficult for the circuit shown but will take effort to encompass enough capability for a reasonably robust Kicad tool
You can Build a Circuit and run the Simulator Online and/or Off-Line. A slew of stock circuits, components and tools (menubar and Right-Click to access). There is excellent documentation for Flastad.
Very Quick Example: Running the Stand-Alone Offline Version
• Kicad Circuit
• Parsed/Tweaked Netlist-to-Text needed for simulation
For Reference, here’s the Falstad List (raw text) - you can see how it compares to a Netlist, thus, how easily Parsing is (just component locations and component parameters…)
I’m putting this on my ToDo list (for Fall/Winter) and, will look forward to seeing ‘if/what’ others might do with this idea…