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/NPN.lib | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 library/SubcircuitLibrary/LM380_sub/NPN.lib (limited to 'library/SubcircuitLibrary/LM380_sub/NPN.lib') diff --git a/library/SubcircuitLibrary/LM380_sub/NPN.lib b/library/SubcircuitLibrary/LM380_sub/NPN.lib new file mode 100644 index 00000000..be5f3073 --- /dev/null +++ b/library/SubcircuitLibrary/LM380_sub/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=0.2847 Xtb=1.5 Br=6.092 Nc=2 Isc=0 Ikr=0 Rc=1 Cjc=7.306p ++ Mjc=0.3416 Vjc=0.75 Fc=0.5 Cje=22.01p Mje=0.377 Vje=0.75 Tr=46.91n Tf=411.1p ++ Itf=0.6 Vtf=1.7 Xtf=3 Rb=10) -- cgit