Index: 06_features/simulation/index.html =================================================================== --- 06_features/simulation/index.html (nonexistent) +++ 06_features/simulation/index.html (revision 8815) @@ -0,0 +1,128 @@ + + + +

Simulation

+

+In this context, simulation means circuit simulation using a lumped element +model of the circuit generated from the abstract model. More practically, +simulation means SPICE simulation. +

+There are two levels of the implementation: +

+

+The high level simulation is recommended if: +

+

+The low level simulation is recommended if: +

+

+The easiest way to learn both the low and the high level simulation is +the tutorial + +

High level simulation

+

+The high level sim differs a lot from the classic "drawn for spice" +schematics model. It really models how circuits are tested in real life: +

+

All this remembered in sim setup config so you don't need to modify your +production board for sim testing. +

+The configuration stored for high level simulation has the following logical +structure: +

+

+On the bottom of the dialog there are buttons for: +

+

+The GUI variant with the run button is designed to be suitable for quick +turnaround circuit tuning: single-click button that can re-generate all +the plots in-place in the non-modal simulation setup dialog; this means +you can keep the window open, make changes to your production circuit +and run the simulation instantly to see the result. + + + + +

Low level simulation

+

+TODO