From 342730ed59f75ebe1b5df0f886ae9e6bcd787ee6 Mon Sep 17 00:00:00 2001 From: fahim Date: Wed, 22 Apr 2015 17:52:04 +0530 Subject: Subject: Added Device Libarary Tab.Few Changes in Workspace class. Description: Completed the Device Library auto creation of Widget. Added the information to schematicInfo.Hence to the final ".cir.out" file. Added sample device library. Deleted/Comment unwanted print statement. Added details of function in the comment. --- src/deviceModelLibrary/Transistor/NPN.lib | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 src/deviceModelLibrary/Transistor/NPN.lib (limited to 'src/deviceModelLibrary/Transistor/NPN.lib') diff --git a/src/deviceModelLibrary/Transistor/NPN.lib b/src/deviceModelLibrary/Transistor/NPN.lib new file mode 100755 index 00000000..6509fe7a --- /dev/null +++ b/src/deviceModelLibrary/Transistor/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) -- cgit