SpiceSharp / SpiceSharpGUI

SPICE simulation environment for Windows built with SpiceSharp, SpiceSharpParser and SpiceSharpBehavioral
MIT License
7 stars 2 forks source link

Sample NetList which generates plot and print output #22

Open ToddThomson opened 4 years ago

ToddThomson commented 4 years ago

I am working/learning my way through SpiceSharp and have decided to convert the GUI app to UWP. Would you please provide me with a NetList sample which generates output ( one that works with your WPF version ). I have not been able to do get anything to work with your app yet.

Also, have you made progress on #21 (Graphical Viewer for NetLists ).

svenboulanger commented 4 years ago

Hi Todd,

I would like to steer you towards the associated parser project (Spice#.Parser) that the GUI is based on. Marcin made a lot of integration tests for it with many example netlists. You can find them here.

ToddThomson commented 4 years ago

@svenboulanger Perfect. Thank-you!

marcin-golebiowski commented 4 years ago

Also you can use netlist from http://www.ecircuitcenter.com/

Most of them are parsed and simulated with SpiceSharpParser/SpiceSharp successfully.