source: trunk/simulation/ts912.txt@ 5

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