nunobrum / PyLTSpice

Set of tools to interact with LTSpice. See README file for more information.
https://www.nunobrum.com/pyltspice.html
GNU General Public License v3.0
203 stars 59 forks source link

SpiceEditor path detection problem #140

Closed azbiciak closed 5 months ago

azbiciak commented 5 months ago

image Annotation 2024-05-16 145610

The same path, that works for SimCommander doesn't work for SpiceEditor. Why is it the case?

nunobrum commented 5 months ago

Hi there,

SpiceEditor is expecting to receive a SPICE text file format. The SimCommander can receive an LTSpice schematic, and it will generate automatically the netlist. This was changed because the netlist generation does not work well in Mac OSX.