kicad/eeschema/sim
Jeff Young 14f1f3ec79 Convert inline models in Sim.Params fields to SPICE syntax.
Fixes https://gitlab.com/kicad/code/kicad/issues/14157
2023-03-03 18:18:03 +00:00
..
kibis Fix some typos 2023-02-14 23:47:05 +02:00
ngspice.cpp Provide a default xaxis for DC-sweep so we can add traces before sim is run. 2023-02-25 22:42:52 +00:00
ngspice.h Provide a default xaxis for DC-sweep so we can add traces before sim is run. 2023-02-25 22:42:52 +00:00
ngspice_circuit_model.cpp Make sure whitespace at end of command doesn't mess up detection. 2023-02-22 23:29:13 +00:00
ngspice_circuit_model.h Simplify (and fix) logic for starting new simulations. 2023-02-12 20:40:23 +00:00
sim_lib_mgr.cpp Separate error messages when sim model and project paths are the same. 2023-02-11 21:11:07 +00:00
sim_lib_mgr.h Hold off on one-library-per-SIM_LIB_MGR. It's too risky for 7.0. 2023-01-12 16:29:51 +00:00
sim_library.cpp Fix compatibility with wxWidgets 3.0.5 2023-02-07 21:09:03 +01:00
sim_library.h Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
sim_library_kibis.cpp Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
sim_library_kibis.h Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
sim_library_spice.cpp Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
sim_library_spice.h Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
sim_model.cpp Don't deliver pedantic error messages to user. 2023-03-02 00:38:39 +00:00
sim_model.h Fix a compil warning 2023-02-25 19:06:46 +01:00
sim_model_behavioral.cpp More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
sim_model_behavioral.h More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
sim_model_ideal.cpp More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
sim_model_ideal.h More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
sim_model_kibis.cpp Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_kibis.h Clear model name when switching to internal model. 2023-02-25 15:22:20 +00:00
sim_model_l_mutual.cpp Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_l_mutual.h Sim: s/SIM_MODEL_MUTUAL_INDUCTOR/SIM_MODEL_L_MUTUAL/ 2022-11-21 05:01:12 +01:00
sim_model_ngspice.cpp Don't deliver pedantic error messages to user. 2023-03-02 00:38:39 +00:00
sim_model_ngspice.h Move only-write-model-if-it-contains-overrides up to base class. 2023-03-01 13:31:57 +00:00
sim_model_ngspice_data.cpp Make substrate and thermal junction nodes optional. 2023-02-25 20:36:30 +00:00
sim_model_r_pot.cpp Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_r_pot.h Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_raw_spice.cpp Convert inline models in Sim.Params fields to SPICE syntax. 2023-03-03 18:18:03 +00:00
sim_model_raw_spice.h Clear model name when switching to internal model. 2023-02-25 15:22:20 +00:00
sim_model_serializer.cpp Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_serializer.h Add number of pulses parameter to pulsed voltage/current sources. 2023-01-06 13:45:56 +00:00
sim_model_source.cpp Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_source.h Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
sim_model_spice.cpp Don't deliver pedantic error messages to user. 2023-03-02 00:38:39 +00:00
sim_model_spice.h Don't deliver pedantic error messages to user. 2023-03-02 00:38:39 +00:00
sim_model_spice_fallback.cpp Make SIM_MODEL_SPICE_FALLBACK act more like the model it's a fallback for. 2023-02-28 12:26:04 +00:00
sim_model_spice_fallback.h Make SIM_MODEL_SPICE_FALLBACK act more like the model it's a fallback for. 2023-02-28 12:26:04 +00:00
sim_model_subckt.cpp Add reference material to SPICE model pin assignment tab. 2022-12-31 18:52:26 +00:00
sim_model_subckt.h Move only-write-model-if-it-contains-overrides up to base class. 2023-03-01 13:31:57 +00:00
sim_model_switch.cpp Simulator: Fix some cases with initial conditions 2023-02-28 21:31:04 +00:00
sim_model_switch.h Clear model name when switching to internal model. 2023-02-25 15:22:20 +00:00
sim_model_tline.cpp Simulator: Fix RLGC c unit 2023-03-01 23:03:54 +00:00
sim_model_tline.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_xspice.cpp Sim: Spice netlist exporter rewrite 2022-07-30 02:25:34 +00:00
sim_model_xspice.h Sim: Spice netlist exporter rewrite 2022-07-30 02:25:34 +00:00
sim_notebook.cpp Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +00:00
sim_notebook.h Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +00:00
sim_panel_base.cpp On-the-fly language updates for simulator window. 2023-02-11 21:11:07 +00:00
sim_panel_base.h Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +00:00
sim_plot_colors.cpp Move simulator to tool framework. 2023-02-11 21:11:07 +00:00
sim_plot_colors.h Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_plot_frame.cpp We don't need "(gain)" or "(phase)" in names any more. 2023-03-02 00:38:39 +00:00
sim_plot_frame.h Continue rationalisation of vector, trace and signal names. 2023-02-27 21:11:31 +00:00
sim_plot_frame_base.cpp Respect readOnly cells in GRID_TRICKS. 2023-02-25 11:02:12 +00:00
sim_plot_frame_base.fbp Respect readOnly cells in GRID_TRICKS. 2023-02-25 11:02:12 +00:00
sim_plot_frame_base.h Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +00:00
sim_plot_panel.cpp We don't need "(gain)" or "(phase)" in names any more. 2023-03-02 00:38:39 +00:00
sim_plot_panel.h We don't need "(gain)" or "(phase)" in names any more. 2023-03-02 00:38:39 +00:00
sim_property.cpp Make SME prop-grid hack Mac-only. 2023-03-02 10:42:13 +00:00
sim_property.h Cleanup some dead code, and add a potentially needed fix for non-Mac. 2023-02-24 12:44:55 +00:00
sim_types.h ADDED user-defined signals. 2023-02-21 13:32:01 +00:00
sim_value.cpp Don't mess up user formatting if eval'ing didn't actually change value. 2023-02-24 12:44:55 +00:00
sim_value.h Don't mess up user formatting if eval'ing didn't actually change value. 2023-02-24 12:44:55 +00:00
simulator.h Cleanup. 2023-02-11 21:11:07 +00:00
spice_generator.cpp Move only-write-model-if-it-contains-overrides up to base class. 2023-03-01 13:31:57 +00:00
spice_generator.h Remove most of SIM_VALUE in favour of good old wxString. 2023-02-22 10:45:27 +00:00
spice_grammar.h Allow a limited set of un-braced expressions in SPICE model values. 2023-02-04 19:49:48 +00:00
spice_library_parser.cpp Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
spice_library_parser.h Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
spice_model_parser.cpp More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
spice_model_parser.h More dead code removal and a bit of formatting and const& for strings. 2023-02-22 10:45:27 +00:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_settings.cpp ADDED user-defined signals. 2023-02-21 13:32:01 +00:00
spice_settings.h sim GUI: remove "Adjust value" checkbox. 2022-12-03 08:28:43 +00:00
spice_simulator.cpp Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
spice_simulator.h Provide a default xaxis for DC-sweep so we can add traces before sim is run. 2023-02-25 22:42:52 +00:00
spice_value.cpp Easier editing of new sim measurements. 2023-02-21 13:32:01 +00:00
spice_value.h Better processing of single-empty-row rule for measurements grid. 2023-02-22 10:45:27 +00:00
toolbars_sim_plot_frame.cpp ADDED user-defined signals. 2023-02-21 13:32:01 +00:00