From 84061eca7de0c15700012c8627aade77c60a05c7 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Tue, 19 Nov 2024 11:46:50 +0530 Subject: Subcircuit Files of ICs(Contributor: Sudheshna Prabakaran) (#285) * Removed distutils dependency shutil can be used in place of distutils . * Integrated Schematic Converters (#271) Add the files for the Schematic Converters(PSpice to KiCad and LTspice to KiCad converters) to eSim. * SN7445 is a BCD-To-Decimal Decoders/Drivers * LM323A is a 3.0 A Positive Voltage Regulator * LM341 is a 500-mA, 35-V, linear voltage regulator * LM384 is a power audio amplifier * CA3140 Series Operational Amplifiers * LM111, LM211, and LM311 devices are single high-speed voltage comparators * 74HC688 is an 8-bit magnitude comparator * 7483:4-BIT BINARY FULL ADDDERS WITH FAST CARRY * LM102 series are high-gain operational amplifiers * The LM110 - An Improved IC Voltage Follower * LM123/LM323A/LM323-N 3-Amp, 5-Volt Positive Regulator * LM384 is a power audio amplifier --------- Co-authored-by: Abinash Singh <162575828+avinashlalotra@users.noreply.github.com> Co-authored-by: SangaviGR <125533330+SangaviGR@users.noreply.github.com>--- library/SubcircuitLibrary/LM380_sub/PNP.lib | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 library/SubcircuitLibrary/LM380_sub/PNP.lib (limited to 'library/SubcircuitLibrary/LM380_sub/PNP.lib') diff --git a/library/SubcircuitLibrary/LM380_sub/PNP.lib b/library/SubcircuitLibrary/LM380_sub/PNP.lib new file mode 100644 index 00000000..7edda0ea --- /dev/null +++ b/library/SubcircuitLibrary/LM380_sub/PNP.lib @@ -0,0 +1,4 @@ +.model Q2N2907A PNP(Is=650.6E-18 Xti=3 Eg=1.11 Vaf=115.7 Bf=231.7 Ne=1.829 ++ Ise=54.81f Ikf=1.079 Xtb=1.5 Br=3.563 Nc=2 Isc=0 Ikr=0 Rc=.715 ++ Cjc=14.76p Mjc=.5383 Vjc=.75 Fc=.5 Cje=19.82p Mje=.3357 Vje=.75 ++ Tr=111.3n Tf=603.7p Itf=.65 Vtf=5 Xtf=1.7 Rb=10) -- cgit