alm741.inc

来自「《CMOS电路模拟与设计——基于Hspice》——电路设计与仿真,钟文耀, 郑美」· INC 代码 · 共 37 行

INC
37
字号
 **macro** alm741           in- in+ out vcc vee            
 **defaults  av=  2.0000E+05
 .prot
 .macro alm741           in- in+ out vcc vee            
 +    av=  2.0000E+05
 rc1   vcc   vq1     3537.    
 rc2   vcc   vq2     3537.    
 c1    vq1   vq2    6.9946E-12
 q1    vq1   in-   ve  mq1 
 q2    vq2   in+   ve  mq2 
 re    ve    gnd    1.3193E+07
 ce    ve    gnd     0.000    
 iee   ve    vee    1.5160E-05
 .model mq1 npn bf=   93.75     is=   8.0000E-16 re=   89.16     cje=1e-17
 .model mq2 npn bf=   93.75     is=   8.3095E-16 re=   89.16     cje=1e-17
 rp1   vcc   vce       1939.    
 rp2   vce   vee       1939.    
 ga    comp1 gnd   vq1  vq2   2.8274E-04
 gcm   gnd   comp1 ve gnd   8.9411E-09
 r2    comp1 gnd     1.0000E+05
 c2    comp1 comp2   3.0000E-11
 gb    comp2 gnd   comp1 gnd  'av*  8.8419E-04 ' 
 r01   comp2 out      30.00    
 r02   comp2 gnd      40.00    
 d1    comp2 vy    md1
 d2    vy    comp2 md1
 rvx   vy    gnd      2.8277E-05
 gc    gnd   vy   out   gnd    3.5364E+04
 d3    out   vcx  md2
 d4    vex   out  md2
 vc    vcc   vcx      1.803    
 ve    vex   vee      1.803    
 .model md1  d  is=   6.6559E-11
 .model md2  d  is=   8.0000E-16
 .eom
 .unpr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?