35 Commits

Author SHA1 Message Date
JamesJCode
65918b8bad Fix up-down-counter simulation demo 2025-01-11 20:53:03 +00:00
Seth Hillbrand
6c7c531a5f Add generic op amp sim demo 2025-01-07 08:51:08 -08:00
jean-pierre charras
7a29ed6815 Fix demo simulation/subsheets (add a .kicad_pro file, and fix ERC) 2025-01-07 17:44:13 +01:00
jean-pierre charras
eb5530eadf Demos update. 2024-07-12 08:52:19 +02:00
Seth Hillbrand
7001c4e351 Remove errand remnant of capitalized demo 2024-01-16 08:39:28 -08:00
Seth Hillbrand
d25ac664f8 Adding additional demos
Some simulation demos curtesy of Holger Vogt and a new board design
curtesy of Pat Deegan
2024-01-15 16:52:33 -08:00
Graham Keeth
e3eab57133 add IBIS demo, based on schematic/models by Fabien Corona 2023-12-04 01:05:17 +00:00
jean-pierre charras
aa7f9a0fe5 Update spice demo. 2023-04-07 07:13:53 +02:00
Wayne Stambaugh
37b9b3f3cc Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
Jeff Young
baa13b885f Don't add Sim.Params unless it contains data, and update sallen key demo. 2023-01-03 17:20:23 +00:00
Jeff Young
6f44468385 Fix more lifetime issues in simulator tuning.
Fixes https://gitlab.com/kicad/code/kicad/issues/13257
2022-12-23 22:03:24 +00:00
Jeff Young
a3a2e2e5b1 Update demos and legacy qa files SpiceMapping -> Spice_Node_Sequence.
Also removes migration in the code as it will no longer be needed.
2022-12-19 12:04:53 +00:00
jean-pierre charras
51a84cb8d5 Demos update. 2022-09-02 14:45:01 +02:00
Mikolaj Wielgus
739b9255d9 Sim Model Editor improvements
- Tab-switching,
- Automatic expansion of categories on tab-switch,
- Various minor simulation improvements,
- Various new simulation-related bugfixes.
2022-07-30 02:25:34 +00:00
jean-pierre charras
4bd349d922 Update some demos 2022-05-09 19:06:14 +02:00
Mikolaj Wielgus
672a8ca39b Add subsheets simulation demo 2022-01-12 21:44:43 +01:00
jean-pierre charras
4fe9f01eb0 Update a few demos 2021-11-01 18:36:53 +01:00
Wayne Stambaugh
1a301d8eea Stop using wxDialog::EndModal() from inside dialogs.
Calling wxDialog::EndModal() directly from inside the dialog is a
potential bug if the dialog is shown in the modeless or window modal
(quasi-modal).  Use the internal button events where possible and
check for the appropriate mode before calling the correct end dialog
function.
2021-07-21 17:38:14 -04:00
Wayne Stambaugh
acec6ad7fc Spice simulator: add Ngspce model behavior mode settings.
ADDED: Ngspice simulator model behavior mode settings for PSpice, LTSpice,
       PSpice and LTSpice, and HSpice.

Fixes https://gitlab.com/kicad/code/kicad/issues/5810
2021-03-18 15:31:02 -04:00
Wayne Stambaugh
5ecef204cd Coding policy fixes.
Using "this->" violates coding policy section 2.7.
2021-02-09 11:35:43 -05:00
jean-pierre charras
701e404838 Update demos 2020-11-09 11:10:25 +01:00
jean-pierre charras
74dc7571d7 Update demos 2020-11-08 20:26:37 +01:00
Seth Hillbrand
70fa76337f Update rectifier example
The rectifier example used an alternate order that refered to pin
numbers rather than pin names as KiCad expects

Fixes https://gitlab.com/kicad/code/kicad/issues/4678
2020-06-18 09:07:03 -07:00
Johannes Maibaum
48150389b1 Add diode model to rectifier demo (ngspice-32 fix)
Patch by Holger Vogt

Fixes https://gitlab.com/kicad/code/kicad/issues/4453
2020-06-15 12:40:26 +00:00
evanshultz
56949252b1 Add V and I source simulation demo project 2019-11-13 15:57:52 -05:00
Seth Hillbrand
efeb87fdf9 Remove global library from pspice simulation 2019-03-17 08:00:57 -07:00
Maciej Suminski
42d05e21a7 Updated demos
- moved pspice to simulation
- imported netlists in layout files
2018-06-29 14:04:29 +02:00
jean-pierre charras
353e91a6f8 Update demos 2017-11-21 21:26:06 +01:00
jean-pierre charras
a6554861dd Update demos to use sym-lib-table and recent libraries 2017-11-14 21:27:18 +01:00
Tomasz Włostowski
9ad886344b New connectivity algorithm. 2017-06-23 11:12:36 +02:00
jean-pierre charras
cc2b3583cd Fix incorrect configs in simulation demos. 2016-08-13 16:46:06 +02:00
Maciej Suminski
0315499137 Added a missing library 2016-08-11 14:43:25 +02:00
Maciej Suminski
e4c7b4af4f Corrected simulation demos 2016-08-11 14:42:22 +02:00
Tomasz Wlostowski
4ecc17385d sim: more examples 2016-08-11 14:42:12 +02:00
Tomasz Wlostowski
cf9abef23a demos: some simulation examples [wip] 2016-08-11 14:42:06 +02:00