source: trunk/simulation/ts912_spice.txt@ 10

Last change on this file since 10 was 1, checked in by f.jahn, 3 years ago
File size: 2.3 KB
Line 
1* WARNING : please consider following remarks before usage
2*
3* 1) All models are a tradeoff between accuracy and complexity (ie. simulation
4* time).
5* 2) Macromodels are not a substitute to breadboarding, they rather confirm the
6* validity of a design approach and help to select surrounding component valu
7es.
8*
9* 3) A macromodel emulates the NOMINAL performance of a TYPICAL device within
10* SPECIFIED OPERATING CONDITIONS (ie. temperature, supply voltage, etc.).
11* Thus the macromodel is often not as exhaustive as the datasheet, its goal
12* is to illustrate the main parameters of the product.
13*
14* 4) Data issued from macromodels used outside of its specified conditions
15* (Vcc, Temperature, etc) or even worse: outside of the device operating
16* conditions (Vcc, Vicm, etc) are not reliable in any way.
17*
18** Standard Linear Ics Macromodels, 1993.
19** CONNECTIONS :
20* 1 INVERTING INPUT
21* 2 NON-INVERTING INPUT
22* 3 OUTPUT
23* 4 POSITIVE POWER SUPPLY
24* 5 NEGATIVE POWER SUPPLY
25.SUBCKT TS912 1 2 3 4 5
26**********************************************************
27.MODEL MDTH D IS=1E-8 KF=6.563355E-14 CJO=10F
28* INPUT STAGE
29CIP 2 5 1.500000E-12
30CIN 1 5 1.500000E-12
31EIP 10 5 2 5 1
32EIN 16 5 1 5 1
33RIP 10 11 6.500000E+00
34RIN 15 16 6.500000E+00
35RIS 11 15 7.655100E+00
36DIP 11 12 MDTH 400E-12
37DIN 15 14 MDTH 400E-12
38VOFP 12 13 DC 0.000000E+00
39VOFN 13 14 DC 0
40IPOL 13 5 4.000000E-05
41CPS 11 15 3.82E-08
42DINN 17 13 MDTH 400E-12
43VIN 17 5 -0.5000000e+00
44DINR 15 18 MDTH 400E-12
45VIP 4 18 -0.5000000E+00
46FCP 4 5 VOFP 7.750000E+00
47FCN 5 4 VOFN 7.750000E+00
48* AMPLIFYING STAGE
49FIP 5 19 VOFP 5.500000E+02
50FIN 5 19 VOFN 5.500000E+02
51RG1 19 5 5.087344E+05
52RG2 19 4 5.087344E+05
53CC 19 29 2.200000E-08
54HZTP 30 29 VOFP 12.33E+02
55HZTN 5 30 VOFN 12.33E+02
56DOPM 19 22 MDTH 400E-12
57DONM 21 19 MDTH 400E-12
58HOPM 22 28 VOUT 3135
59VIPM 28 4 150
60HONM 21 27 VOUT 3135
61VINM 5 27 150
62EOUT 26 23 19 5 1
63VOUT 23 5 0
64ROUT 26 3 65
65COUT 3 5 1.000000E-12
66DOP 19 68 MDTH 400E-12
67VOP 4 25 1.924
68HSCP 68 25 VSCP1 1E8
69DON 69 19 MDTH 400E-12
70VON 24 5 2.4419107
71HSCN 24 69 VSCN1 1.5E8
72VSCTHP 60 61 0.1375
73DSCP1 61 63 MDTH 400E-12
74VSCP1 63 64 0
75ISCP 64 0 1.000000E-8
76DSCP2 0 64 MDTH 400E-12
77DSCN2 0 74 MDTH 400E-12
78ISCN 74 0 1.000000E-8
79VSCN1 73 74 0
80DSCN1 71 73 MDTH 400E-12
81VSCTHN 71 70 -0.75
82ESCP 60 0 2 1 500
83ESCN 70 0 2 1 -2000
84.ENDS
Note: See TracBrowser for help on using the repository browser.