ngspice/examples/p-to-n-examples
Holger Vogt c79b3501ef Add note on compatibility mode psa 2024-12-06 22:41:31 +01:00
..
.spiceinit remove options not needed 2022-04-25 21:26:57 +02:00
555-timer-2.cir Add rusage to measure simulation time. 2023-05-27 10:48:07 +02:00
MCP6041.txt add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
MOS1_out.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
OPA171.txt add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
OP_MCP6041.cir PostScript example input file 2021-03-14 15:32:56 +01:00
Optimos_out.cir Add note on compatibility mode psa 2024-12-06 22:41:31 +01:00
README small update for README, hint to manual chapt. 16.13.5 2018-07-22 10:30:50 +02:00
TLC555.LIB add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
ad22057n.lib Update to PSPICE-ngspice models 2018-07-21 23:59:27 +02:00
aswitch-pswitch.cir aswitch needs two input nodes because gd has been selected for input. 2022-10-07 13:13:38 +02:00
logic.cir example for ~(~v(9)&v(8)) 2020-03-15 08:50:57 +01:00
op-test-adi.cir Use sparse, as KLU will fail. 2023-09-10 13:43:09 +02:00
op-test.cir Enlarge pulse width to allow the amp to stabilize 2020-10-11 22:40:36 +02:00
relax_osc_st.cir add simulation time info 2019-10-05 13:16:13 +02:00
remcirc-test.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
rtest.lib add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
switch-invs.lib re-write vswitch transformation code: 2018-05-22 20:19:50 +02:00
switch-oscillators.cir example for mixed vswitch, standard switch circuit 2018-05-21 23:37:50 +02:00
switch-oscillators_inc.cir Add a limit capability to the code model aswitch 2020-10-10 13:53:36 +02:00

README

To run example relax_osc_st.cir, please download the device spice libs Opamps_Comparators_ST.lib
from https://www.st.com/resource/en/cad_symbol_library/opamps_comparators_st.zip

To run example Optimos_out.cir, please download the device spice libs  OptiMOS5_30V_PSpice.lib
from https://www.infineon.com/cms/en/product/promopages/power-mosfet-simulation-models/, especially
https://www.infineon.com/dgdl/Infineon-SimulationModel_OptiMOS_PowerMOSFET_PSpice_30V_N-Channel-SM-v01_00-EN.zip?fileId=5546d46256fb43b3015746ca67ac0fd3

And don't forget to add
set ngbehavior=ps
to spinit or .spiceinit to obtain PSPICE compatibility for the included (using .include) device libraries

See ngspice manual chapt. 16.13.5 for details on the PSPICE Compatibility mode.