Files
ltspice/lib/sub/4N27.sub
T
jens 16b6516d55 Initial import
git-svn-id: http://moon:8086/svn/projects/ltspice@388 fda53097-d464-4ada-af97-ba876c37ca34
2021-02-15 10:42:15 +00:00

12 lines
301 B
Plaintext

* Copyright © Linear Technology Corp. 1998, 1999, 2000. All rights reserved.
*
.subckt 4N27 1 2 3 4 5
R1 N003 2 2
D1 1 N003 LD
G1 3 5 N003 2 .582m
C1 1 2 18p
Q1 3 5 4 [4] NP
.model LD D(Is=1e-20 Cjo=18p)
.model NP NPN(Bf=610 Vaf=140 Ikf=15m Rc=1 Cjc=19p Cje=7p Cjs=7p C2=1e-15)
.ends 4N27