From 7d50f21c8bc1ea2ad558d3b43d3c57b01a49f66f Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Wed, 11 Mar 2020 15:52:35 +0530 Subject: spice models named properly --- Examples/7805VoltageRegulator/D.lib | 2 ++ Examples/7805VoltageRegulator/D.lib~HEAD | 2 -- Examples/7805VoltageRegulator/D.lib~fellowship2019-python3 | 2 -- Examples/7805VoltageRegulator/NPN.lib | 4 ++++ Examples/7805VoltageRegulator/NPN.lib~HEAD | 4 ---- Examples/7805VoltageRegulator/NPN.lib~fellowship2019-python3 | 4 ---- 6 files changed, 6 insertions(+), 12 deletions(-) create mode 100644 Examples/7805VoltageRegulator/D.lib delete mode 100644 Examples/7805VoltageRegulator/D.lib~HEAD delete mode 100644 Examples/7805VoltageRegulator/D.lib~fellowship2019-python3 create mode 100644 Examples/7805VoltageRegulator/NPN.lib delete mode 100644 Examples/7805VoltageRegulator/NPN.lib~HEAD delete mode 100644 Examples/7805VoltageRegulator/NPN.lib~fellowship2019-python3 (limited to 'Examples/7805VoltageRegulator') diff --git a/Examples/7805VoltageRegulator/D.lib b/Examples/7805VoltageRegulator/D.lib new file mode 100644 index 00000000..8a7fb4da --- /dev/null +++ b/Examples/7805VoltageRegulator/D.lib @@ -0,0 +1,2 @@ +.model 1n4148 D(is=2.495E-09 rs=4.755E-01 n=1.679E+00 tt=3.030E-09 cjo=1.700E-12 vj=1 m=1.959E-01 bv=1.000E+02 ibv=1.000E-04) + diff --git a/Examples/7805VoltageRegulator/D.lib~HEAD b/Examples/7805VoltageRegulator/D.lib~HEAD deleted file mode 100644 index 8a7fb4da..00000000 --- a/Examples/7805VoltageRegulator/D.lib~HEAD +++ /dev/null @@ -1,2 +0,0 @@ -.model 1n4148 D(is=2.495E-09 rs=4.755E-01 n=1.679E+00 tt=3.030E-09 cjo=1.700E-12 vj=1 m=1.959E-01 bv=1.000E+02 ibv=1.000E-04) - diff --git a/Examples/7805VoltageRegulator/D.lib~fellowship2019-python3 b/Examples/7805VoltageRegulator/D.lib~fellowship2019-python3 deleted file mode 100644 index 8a7fb4da..00000000 --- a/Examples/7805VoltageRegulator/D.lib~fellowship2019-python3 +++ /dev/null @@ -1,2 +0,0 @@ -.model 1n4148 D(is=2.495E-09 rs=4.755E-01 n=1.679E+00 tt=3.030E-09 cjo=1.700E-12 vj=1 m=1.959E-01 bv=1.000E+02 ibv=1.000E-04) - diff --git a/Examples/7805VoltageRegulator/NPN.lib b/Examples/7805VoltageRegulator/NPN.lib new file mode 100644 index 00000000..6509fe7a --- /dev/null +++ b/Examples/7805VoltageRegulator/NPN.lib @@ -0,0 +1,4 @@ +.model Q2N2222 NPN( Is=14.34f Xti=3 Eg=1.11 Vaf=74.03 Bf=400 Ne=1.307 ++ Ise=14.34f Ikf=.2847 Xtb=1.5 Br=6.092 Nc=2 Isc=0 Ikr=0 Rc=1 Cjc=7.306p ++ Mjc=.3416 Vjc=.75 Fc=.5 Cje=22.01p Mje=.377 Vje=.75 Tr=46.91n Tf=411.1p ++ Itf=.6 Vtf=1.7 Xtf=3 Rb=10) diff --git a/Examples/7805VoltageRegulator/NPN.lib~HEAD b/Examples/7805VoltageRegulator/NPN.lib~HEAD deleted file mode 100644 index 6509fe7a..00000000 --- a/Examples/7805VoltageRegulator/NPN.lib~HEAD +++ /dev/null @@ -1,4 +0,0 @@ -.model Q2N2222 NPN( Is=14.34f Xti=3 Eg=1.11 Vaf=74.03 Bf=400 Ne=1.307 -+ Ise=14.34f Ikf=.2847 Xtb=1.5 Br=6.092 Nc=2 Isc=0 Ikr=0 Rc=1 Cjc=7.306p -+ Mjc=.3416 Vjc=.75 Fc=.5 Cje=22.01p Mje=.377 Vje=.75 Tr=46.91n Tf=411.1p -+ Itf=.6 Vtf=1.7 Xtf=3 Rb=10) diff --git a/Examples/7805VoltageRegulator/NPN.lib~fellowship2019-python3 b/Examples/7805VoltageRegulator/NPN.lib~fellowship2019-python3 deleted file mode 100644 index 6509fe7a..00000000 --- a/Examples/7805VoltageRegulator/NPN.lib~fellowship2019-python3 +++ /dev/null @@ -1,4 +0,0 @@ -.model Q2N2222 NPN( Is=14.34f Xti=3 Eg=1.11 Vaf=74.03 Bf=400 Ne=1.307 -+ Ise=14.34f Ikf=.2847 Xtb=1.5 Br=6.092 Nc=2 Isc=0 Ikr=0 Rc=1 Cjc=7.306p -+ Mjc=.3416 Vjc=.75 Fc=.5 Cje=22.01p Mje=.377 Vje=.75 Tr=46.91n Tf=411.1p -+ Itf=.6 Vtf=1.7 Xtf=3 Rb=10) -- cgit