This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MODEL OF OPA694

Other Parts Discussed in Thread: OPA694

i use the model of OPA694,and add the fellowing words into the model

.subckt OPA694_F1 1 2 3 4    *comment out for Spice3F4
F_F1         3 4 VF_F1 1     *comment out for Spice3F4
VF_F1         1 2 0V         *comment out for Spice3F4
.ends OPA694_F1              *comment out for Spice3F4

.subckt OPA694_F2 1 2 3 4    *comment out for Spice3F4
F_F2         3 4 VF_F2 1.021 *comment out for Spice3F4
VF_F2         1 2 0V         *comment out for Spice3F4
.ends OPA694_F2              *comment out for Spice3F4

.subckt OPA694_F3 1 2 3 4    *comment out for Spice3F4
F_F3         3 4 VF_F3 1.1   *comment out for Spice3F4
VF_F3         1 2 0V         *comment out for Spice3F4
.ends OPA694_F3              *comment out for Spice3F4

.subckt OPA694_F4 1 2 3 4      *comment out for Spice3F4
F_F4         3 4 VF_F4 1.1148  *comment out for Spice3F4
VF_F4         1 2 0V           *comment out for Spice3F4
.ends OPA694_F4                *comment out for Spice3F4

When i use it ,some wrongs like the fellowings happened,

ERROR -- Subcircuit 3F4 used by X_U1.X_F1 is undefined
ERROR -- Subcircuit 3F4 used by X_U1.X_F2 is undefined
ERROR -- Subcircuit 3F4 used by X_U1.X_F3 is undefined
ERROR -- Subcircuit 3F4 used by X_U1.X_F4 is undefined

but in my opinion ,i didn't use the subcircuit 3F4,becasue i use is PSPICE,what's wrong with the model?maybe the comment out is wrong?