Marcin
Marcin
I hope I'm not wrong but it seems that the issue is not connected with Newtonsoft. I've replaced it with System.Text.Json and I have the same issue when running with...
At the moment SpiceSharpParser is not able to parse PSpice specific netlist. I need to add following features to make it work: - TABLE - POLY(1)/POLY(2)/POLY(3) - VALUE = {expression}...
@ewiebe1 I've started to work on that features.
@ewiebe1 Following features have been implemented: * TABLE syntax (ABM) * POLY(n) syntax (ABM) * VALUE = {expression} (ABM) * TC = TC1, TC2 for resistor I will continue to...
@ewiebe1 I will work also on ability to parse ngspice28 netlists. Thank you for examples. I will try my best, but It will take time to write all necessary features...
@ewiebe1 Do you have any other requests regarding SpiceSharpParser?
@ewiebe1 I think it would be not difficult to parse that. However much harder is to simulate that components.