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.
8 lines
223 B
8 lines
223 B
* A dual opamp ngspice model
|
|
* file name: OPA1656c-dual.lib
|
|
.subckt OPA1656c 1OUT 1IN- 1IN+ VEE 2IN+ 2IN- 2OUT VCC
|
|
.include opa1656.lib
|
|
XU1A 1IN+ 1IN- VCC VEE 1OUT opa1656
|
|
XU1B 2IN+ 2IN- VCC VEE 2OUT opa1656
|
|
.ends
|
|
|