..
kibis
Change all bare isnan calls into std::isnan
2 years ago
legacy_workbook.cpp
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
ngspice.cpp
Mostly a terminology update...
2 years ago
ngspice.h
Mostly a terminology update...
2 years ago
sim_lib_mgr.cpp
Fix a bunch more issues with sheetpaths and allowExtraText.
3 years ago
sim_lib_mgr.h
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
sim_library.cpp
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
sim_library.h
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
sim_library_kibis.cpp
More robust file reading for simulator files.
3 years ago
sim_library_kibis.h
More robust file reading for simulator files.
3 years ago
sim_library_spice.cpp
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
sim_library_spice.h
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
sim_model.cpp
Handle inference of V7 symbol lib DC voltage/current sources.
2 years ago
sim_model.h
ADDED: S-parameters simulation
2 years ago
sim_model_behavioral.cpp
More dead code removal and a bit of formatting and const& for strings.
3 years ago
sim_model_behavioral.h
More dead code removal and a bit of formatting and const& for strings.
3 years ago
sim_model_ideal.cpp
More dead code removal and a bit of formatting and const& for strings.
3 years ago
sim_model_ideal.h
More dead code removal and a bit of formatting and const& for strings.
3 years ago
sim_model_kibis.cpp
ADDED voltage- & current-controlled voltage & current sources
3 years ago
sim_model_kibis.h
Clear model name when switching to internal model.
3 years ago
sim_model_l_mutual.cpp
Remove most of SIM_VALUE in favour of good old wxString.
3 years ago
sim_model_l_mutual.h
Sim: s/SIM_MODEL_MUTUAL_INDUCTOR/SIM_MODEL_L_MUTUAL/
3 years ago
sim_model_ngspice.cpp
Simulator: add missing ngspice models.
2 years ago
sim_model_ngspice.h
Simulator: add missing ngspice models.
2 years ago
sim_model_ngspice_data_b3soi.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_b4soi.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_bjt.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_bsim1.cpp
Simulator: add missing ngspice models.
2 years ago
sim_model_ngspice_data_bsim2.cpp
Simulator: add missing ngspice models.
2 years ago
sim_model_ngspice_data_bsim3.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_bsim4.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_diode.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_hfet.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_hicum2.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_hsim.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_jfet.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_mes.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_mos.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_mos6.cpp
Simulator: add missing ngspice models.
2 years ago
sim_model_ngspice_data_mos9.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_ngspice_data_vbic.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
3 years ago
sim_model_r_pot.cpp
ADDED voltage- & current-controlled voltage & current sources
3 years ago
sim_model_r_pot.h
Remove most of SIM_VALUE in favour of good old wxString.
3 years ago
sim_model_raw_spice.cpp
Convert inline models in Sim.Params fields to SPICE syntax.
3 years ago
sim_model_raw_spice.h
Clear model name when switching to internal model.
3 years ago
sim_model_serializer.cpp
ADDED noise simulation GUI.
2 years ago
sim_model_serializer.h
Handle single-token flag parameters.
3 years ago
sim_model_source.cpp
ADDED: S-parameters simulation
2 years ago
sim_model_source.h
ADDED: S-parameters simulation
2 years ago
sim_model_spice.cpp
Don't deliver pedantic error messages to user.
3 years ago
sim_model_spice.h
Don't deliver pedantic error messages to user.
3 years ago
sim_model_spice_fallback.cpp
Fix more SPICE case-insensitivity bugs.
3 years ago
sim_model_spice_fallback.h
Make SIM_MODEL_SPICE_FALLBACK act more like the model it's a fallback for.
3 years ago
sim_model_subckt.cpp
Add reference material to SPICE model pin assignment tab.
3 years ago
sim_model_subckt.h
Move only-write-model-if-it-contains-overrides up to base class.
3 years ago
sim_model_switch.cpp
Simulator: Fix some cases with initial conditions
3 years ago
sim_model_switch.h
Clear model name when switching to internal model.
3 years ago
sim_model_tline.cpp
Change all bare isnan calls into std::isnan
2 years ago
sim_model_tline.h
A fall-back model for FOO should supply FOO's pin names.
3 years ago
sim_model_xspice.cpp
Sim: Spice netlist exporter rewrite
3 years ago
sim_model_xspice.h
Sim: Spice netlist exporter rewrite
3 years ago
sim_plot_colors.cpp
Straighten out some really confusing terminology in simulator GUI.
2 years ago
sim_plot_colors.h
Fix Doxygen commenting issues.
3 years ago
sim_plot_tab.cpp
Fixed-y-scale bug fixes.
2 years ago
sim_plot_tab.h
Implement y axis locking for secondary y axes.
2 years ago
sim_property.cpp
Change all bare isnan calls into std::isnan
2 years ago
sim_property.h
Naming conventions and commenting. No functional changes.
3 years ago
sim_tab.cpp
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
sim_tab.h
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
sim_types.h
ADDED FFT analyses.
2 years ago
sim_value.cpp
SIM_VALUE stores significants in 64-bit
2 years ago
sim_value.h
Don't commit changes on paint events or updateUI events.
3 years ago
simulator.h
ADDED FFT analyses.
2 years ago
simulator_frame.cpp
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
simulator_frame.h
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
simulator_frame_ui.cpp
Fixed-y-scale bug fixes.
2 years ago
simulator_frame_ui.h
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
simulator_frame_ui_base.cpp
Mostly a terminology update...
2 years ago
simulator_frame_ui_base.fbp
Mostly a terminology update...
2 years ago
simulator_frame_ui_base.h
Mostly a terminology update...
2 years ago
simulator_reporter.h
Mostly a terminology update...
2 years ago
spice_circuit_model.cpp
Mostly a terminology update...
2 years ago
spice_circuit_model.h
Mostly a terminology update...
2 years ago
spice_generator.cpp
Handle single-token flag parameters.
3 years ago
spice_generator.h
Remove most of SIM_VALUE in favour of good old wxString.
3 years ago
spice_grammar.h
Allow a limited set of un-braced expressions in SPICE model values.
3 years ago
spice_library_parser.cpp
spice_library_parser: catch an exception thrown when a spice model cannot be built.
2 years ago
spice_library_parser.h
LTSpice schematic import based on the work of Chetan Shinde.
3 years ago
spice_model_parser.cpp
Simulator fixes.
3 years ago
spice_model_parser.h
More dead code removal and a bit of formatting and const& for strings.
3 years ago
spice_settings.cpp
Mostly a terminology update...
2 years ago
spice_settings.h
Mostly a terminology update...
2 years ago
spice_simulator.cpp
ADDED FFT analyses.
2 years ago
spice_simulator.h
Mostly a terminology update...
2 years ago
spice_value.cpp
Implement y axis locking for secondary y axes.
2 years ago
spice_value.h
Better processing of single-empty-row rule for measurements grid.
3 years ago
toolbars_simulator_frame.cpp
ADDED support for simulation plot margins and GUI for Y axis locking.
2 years ago
user_defined_signals_help.md
Syntax help for SPICE functions.
2 years ago
user_defined_signals_help_md.h
ADDED FFT analyses.
2 years ago