kicad/eeschema/netlist_exporters
Jeff Young 58ce0bb804 Simulation bug fixes.
1) Use C-locale when converting output of parsers to strings.

2) InferSimModel() must run on local copy of fields, not the fields in
the symbol (which might be different if they've already been edited in
the Symbol Properties Dialog, for instance).

3) InferSimModel() should accept a deviceType already set to RLC.

4) Don't output trailing decimal separators if there's no fraction.
2022-12-19 18:14:13 +00:00
..
netlist.h Add a new schematic exporter to Spice .subckt model 2022-09-09 16:18:48 +02:00
netlist_exporter_base.cpp Fix some instance-data issues in netlist exporters. 2022-10-18 17:26:34 +01:00
netlist_exporter_base.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_cadstar.cpp Remove schematic symbol value and footprint field instance data. 2022-11-30 11:47:13 -05:00
netlist_exporter_cadstar.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_orcadpcb2.cpp Remove schematic symbol value and footprint field instance data. 2022-11-30 11:47:13 -05:00
netlist_exporter_orcadpcb2.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice.cpp Simulation bug fixes. 2022-12-19 18:14:13 +00:00
netlist_exporter_spice.h Convert formatting constructs for SPICE consumption. 2022-12-11 15:53:26 +00:00
netlist_exporter_spice_model.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice_model.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_xml.cpp Rename the bom cli to pythonbom since we'll have a real bom system later 2022-11-30 19:56:59 -05:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00