You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
187 B
6 lines
187 B
* A dual opamp ngspice model
|
|
.subckt TL072c 1out 1in- 1in+ vcc- 2in+ 2in- 2out vcc+
|
|
.include TL072.301
|
|
XU1A 1in+ 1in- vcc+ vcc- 1out TL072
|
|
XU1B 2in+ 2in- vcc+ vcc- 2out TL072
|
|
.ends
|