kicad/eeschema/sim
Fabien Corona 39a1b14a0f sim: VSIN - allow user to specify a phase
TD is not the same as PHASE.
TD is the delay before the source turns on.
PHASE is ... the phase

If only TD is set, the signal starts later, but the phase is still 0 when compared to the t=0 of the simulation.
2023-02-18 00:38:46 +00:00
..
kibis Fix some typos 2023-02-14 23:47:05 +02:00
ngspice.cpp Add "all" mode to HSPICE emulation. 2023-01-21 19:32:25 +00:00
ngspice.h Formatting. 2022-12-05 20:03:42 +00:00
ngspice_circuit_model.cpp Simplify (and fix) logic for starting new simulations. 2023-02-12 20:40:23 +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 Better error reporting, and don't infer models with library references. 2023-02-04 20:55:52 +00:00
sim_model.h Better error reporting, and don't infer models with library references. 2023-02-04 20:55:52 +00:00
sim_model_behavioral.cpp Clearer naming. 2022-12-21 17:03:46 +00:00
sim_model_behavioral.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_ideal.cpp Move model inference to SIM_MODEL so it can also be used for behavioral models. 2022-12-09 20:24:25 +00:00
sim_model_ideal.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_kibis.cpp ReadDataFields must be a separate step from Create. 2023-02-13 12:43:25 +00:00
sim_model_kibis.h ReadDataFields must be a separate step from Create. 2023-02-13 12:43:25 +00:00
sim_model_l_mutual.cpp Sim: s/SIM_MODEL_MUTUAL_INDUCTOR/SIM_MODEL_L_MUTUAL/ 2022-11-21 05:01:12 +01: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 Prepend correct SPICE prefix when necessary for plotting currents. 2023-02-12 21:17:45 +00:00
sim_model_ngspice.h spice: generate .model lines for all device types 2023-02-04 00:03:25 +00:00
sim_model_ngspice_data.cpp Fix SPICE pins for BJTs and MESFETs 2023-02-12 21:20:02 +00:00
sim_model_r_pot.cpp Move potentiometer pin model to r0, wiper, r1, and remove flipping code. 2023-02-02 16:22:13 +00:00
sim_model_r_pot.h Move potentiometer pin model to r0, wiper, r1, and remove flipping code. 2023-02-02 16:22:13 +00:00
sim_model_raw_spice.cpp Must do pin swap in model pins, not item pins. 2023-02-02 12:44:55 +00:00
sim_model_raw_spice.h Gracefully fall back to raw spice when we can't parse the data. 2022-12-31 18:52:26 +00:00
sim_model_serializer.cpp Don't disable run when there's no command: just ask for a command. 2023-02-11 21:11:07 +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 sim: VSIN - allow user to specify a phase 2023-02-18 00:38:46 +00:00
sim_model_source.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_spice.cpp Implement fallback models for SPICE .lib models that we can't parse. 2022-12-22 22:35:09 +00:00
sim_model_spice.h Implement fallback models for SPICE .lib models that we can't parse. 2022-12-22 22:35:09 +00:00
sim_model_spice_fallback.cpp A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_spice_fallback.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +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 Add reference material to SPICE model pin assignment tab. 2022-12-31 18:52:26 +00:00
sim_model_switch.cpp Prevent a crash when a spice SW_I lacks two pin net names 2023-02-12 22:26:19 -05:00
sim_model_switch.h A fall-back model for FOO should supply FOO's pin names. 2023-01-19 12:14:50 +00:00
sim_model_tline.cpp Sim: Remove inference from Reference and Value 2022-11-18 08:39:15 +01: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 Update associated data structures after changing trace colour. 2023-02-17 00:47:01 +00:00
sim_plot_frame.h Update associated data structures after changing trace colour. 2023-02-17 00:47:01 +00:00
sim_plot_frame_base.cpp Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +00:00
sim_plot_frame_base.fbp Allow opening of workbook when simulation frame is opened. 2023-02-12 20:40:23 +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 Save cursor positions in sim workbook. 2023-02-12 20:40:23 +00:00
sim_plot_panel.h Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
sim_property.cpp If we don't recognize a var then it's an error, not 0.0. 2022-12-27 13:50:44 +00:00
sim_property.h Only eval numeric properties. 2022-12-27 13:50:44 +00:00
sim_types.h ADDED power dissipation plotting and cursors. 2023-02-11 21:11:07 +00:00
sim_value.cpp Simulation bug fixes. 2022-12-19 18:14:13 +00:00
sim_value.h Formatting and CLang-Tidy warning reduction. 2022-12-19 13:51:49 +00:00
simulator.h Cleanup. 2023-02-11 21:11:07 +00:00
spice_generator.cpp Refrain from copying SPICE_INFO. 2023-02-04 00:05:50 +00:00
spice_generator.h Update simulator with NUMERIC_EVAL, decimal separator processing, etc. 2022-12-05 12:40:29 +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 Sim: Fix crash when a field tries to set an inexistent parameter 2022-10-12 04:27:48 +02:00
spice_model_parser.h Sim: LTspice model compat: Ignore spurious values 2022-10-04 22:44:26 +02:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_settings.cpp sim GUI: remove "Adjust value" checkbox. 2022-12-03 08:28:43 +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 eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_value.cpp Fix a compil issue. 2023-02-12 09:16:42 +01:00
spice_value.h ADDED simulation measurements. 2023-02-11 21:11:07 +00:00
toolbars_sim_plot_frame.cpp ADDED direct access to signals & cursors. 2023-02-11 21:11:07 +00:00