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/lm123_sub/NJF.lib | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 library/SubcircuitLibrary/lm123_sub/NJF.lib (limited to 'library/SubcircuitLibrary/lm123_sub/NJF.lib') diff --git a/library/SubcircuitLibrary/lm123_sub/NJF.lib b/library/SubcircuitLibrary/lm123_sub/NJF.lib new file mode 100644 index 00000000..dbb2cbae --- /dev/null +++ b/library/SubcircuitLibrary/lm123_sub/NJF.lib @@ -0,0 +1,4 @@ +.model J2N3819 NJF(Beta=1.304m Betatce=-.5 Rd=1 Rs=1 Lambda=2.25m Vto=-3 ++ Vtotc=-2.5m Is=33.57f Isr=322.4f N=1 Nr=2 Xti=3 Alpha=311.7u ++ Vk=243.6 Cgd=1.6p M=.3622 Pb=1 Fc=.5 Cgs=2.414p Kf=9.882E-18 ++ Af=1) -- cgit