| Parameter | Definition |
| F1 | Differential input resistance
|
| F2 | Common mode input resistance
|
| F3 | Gain bandwidth product |
| F4 | Open loop gain |
| F5 | Output resistance |
| F6 | Second pole frequency |
| F7 | Input noise voltage spectral density
|
| F8 | input noise current spectral density
|
| F9 | Input noise voltage 1/f corner |
| F10 | Input noise current 1/f corner |
The second pole frequency defaults to infinity. The noise sources default to zero amplitude. The 1/f corner frequencies default to zero Hertz. See Appendix B for more information on the op-amp noise sources.
Examples:
* lm741 model, Rin = 2M, Rcm = 5G, GBWP = 1MHz,
* Ao = 200k, Ro = 75, no second pole, no noise.
.MODEL 741 2.e6 5.e9 1.e6 2.e5 75.
;
* op21 model, Rin = 10M, Rcm = 10G, GBWP = 600KHz, Ao = 2M
* Ro = 1k, second pole at 500KHz
* en = 20 nV/SQRT(Hz), in = .3 pA/SQRT(Hz)
* 1/f(en) = 8 Hz, 1/f(in) = 30 Hz.
.MODEL op21 10.e6 10.e9 6.e5 2.e6 \
1.e3 5.e5 \
2.e-8 .3e-12 \
8. 30.
The comment (*) records are ignored by CCICAP.