ngspice/examples/p-to-n-examples
Holger Vogt 7592644400 small update for README, hint to manual chapt. 16.13.5 2018-07-22 10:30:50 +02:00
..
555-timer-2.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +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 add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
Optimos_out.cir give a hint where to download library 2018-06-01 21:57:03 +02: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
op-test-adi.cir Update to PSPICE-ngspice models 2018-07-21 23:59:27 +02:00
op-test.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
relax_osc_st.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +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 re-write vswitch transformation code: 2018-05-22 20:19:50 +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.