diff options
author | Rahul P | 2020-03-04 17:01:11 +0530 |
---|---|---|
committer | GitHub | 2020-03-04 17:01:11 +0530 |
commit | 8ffe81b36caa259151978de0434e4e0c5c32d217 (patch) | |
tree | 32202454d13dfabbf6556e98987f2a9632619ea9 /library/SubcircuitLibrary/ujt | |
parent | e40317e709c220176fc5b7edf23d4434504335b0 (diff) | |
parent | 13f3bcfda9416624cebbf5705de398e8efcad344 (diff) | |
download | eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2 eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip |
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'library/SubcircuitLibrary/ujt')
-rw-r--r-- | library/SubcircuitLibrary/ujt/ujt.sub | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/ujt/ujt.sub b/library/SubcircuitLibrary/ujt/ujt.sub new file mode 100644 index 00000000..90a3d433 --- /dev/null +++ b/library/SubcircuitLibrary/ujt/ujt.sub @@ -0,0 +1,25 @@ +* Motorola IP=.5U IV=6M VB1(sat)=3 Rbb=6.1K Vob1=3.6: E, B1, B2 + +.subckt ujt 1 2 3 + +DE 1 4 EMITTER + +VE 4 5 DC 0 + +HVE 6 0 VE 1K + +RVE 0 6 1MEG + +BBB 5 7 I=0.00028*V(5,7)+0.00575*V(5,7)*V(6) + +CBB 5 7 35P + +RB1 7 2 38.15 RMOD + +RB2 3 5 2.518K RMOD + +.MODEL RMOD R TC1=.01 + +.MODEL EMITTER D (IS=21.3P N=1.8) + +.ends ujt
\ No newline at end of file |