Can I get OPA191IDR orcad spice model.
Is it available in TI site?
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.
Sunil,
I'm not an expert on Orcad simulator but contrary to your error messages all of the subcircuits are defined - see below:
ERROR(ORPSIM-15108): Subcircuit VCVS_LIMIT_0 used by X_U1.XU17 is undefined
*VOLTAGE CONTROLLED SOURCE WITH LIMITS
.SUBCKT VCVS_LIMIT_0 VC+ VC- VOUT+ VOUT-
*
.PARAM GAIN = 88
.PARAM VPOS = 21.8K
.PARAM VNEG = -21.8K
E1 VOUT+ VOUT- VALUE={LIMIT(GAIN*V(VC+,VC-),VNEG,VPOS)}
.ENDS VCVS_LIMIT_0
ERROR(ORPSIM-15108): Subcircuit VNSE_0 used by X_U1.XVn11 is undefined
* BEGIN PROG NSE NANO VOLT/RT-HZ
.SUBCKT VNSE_0 1 2
* BEGIN SETUP OF NOISE GEN - NANOVOLT/RT-HZ
* INPUT THREE VARIABLES
* SET UP VNSE 1/F
* NV/RHZ AT 1/F FREQ
.PARAM NLF=48
* FREQ FOR 1/F VAL
.PARAM FLW=100
* SET UP VNSE FB
* NV/RHZ FLATBAND
.PARAM NVR=19
* END USER INPUT
* START CALC VALS
.PARAM GLF={PWR(FLW,0.25)*NLF/1164}
.PARAM RNV={1.184*PWR(NVR,2)}
.MODEL DVN D KF={PWR(FLW,0.5)/1E11} IS=1.0E-16
* END CALC VALS
I1 0 7 10E-3
I2 0 8 10E-3
D1 7 0 DVN
D2 8 0 DVN
E1 3 6 7 8 {GLF}
R1 3 0 1E9
R2 3 0 1E9
R3 3 6 1E9
E2 6 4 5 0 10
R4 5 0 {RNV}
R5 5 0 {RNV}
R6 3 4 1E9
R7 4 0 1E9
E3 1 2 3 4 1
.ENDS
* END PROG NSE NANOV/RT-HZ
ERROR(ORPSIM-15108): Subcircuit FEMT_0 used by X_U1.XIn11 is undefined
* BEGIN PROG NSE FEMTO AMP/RT-HZ
.SUBCKT FEMT_0 1 2
* BEGIN SETUP OF NOISE GEN - FEMPTOAMPS/RT-HZ
* INPUT THREE VARIABLES
* SET UP INSE 1/F
* FA/RHZ AT 1/F FREQ
.PARAM NLFF=1.5
* FREQ FOR 1/F VAL
.PARAM FLWF=1E-3
* SET UP INSE FB
* FA/RHZ FLATBAND
.PARAM NVRF=1.5
* END USER INPUT
* START CALC VALS
.PARAM GLFF={PWR(FLWF,0.25)*NLFF/1164}
.PARAM RNVF={1.184*PWR(NVRF,2)}
.MODEL DVNF D KF={PWR(FLWF,0.5)/1E11} IS=1.0E-16
* END CALC VALS
I1 0 7 10E-3
I2 0 8 10E-3
D1 7 0 DVNF
D2 8 0 DVNF
E1 3 6 7 8 {GLFF}
R1 3 0 1E9
R2 3 0 1E9
R3 3 6 1E9
E2 6 4 5 0 10
R4 5 0 {RNVF}
R5 5 0 {RNVF}
R6 3 4 1E9
R7 4 0 1E9
G1 1 2 3 4 1E-6
.ENDS
* END PROG NSE FEMTO AMP/RT-HZ
etc.
Thus the problem must be related to the way you import the OPA191 nelist into Orcad or the way you assign the pin names - they must match the following:
.SUBCKT OPA191 +IN -IN V+ V- Vout
Hello Sunil,
The "subcircuit not defined" issue is common if the netlist is imported incorrectly into a Cadence library. Please follow the steps in the attached presentation for the correct procedure to import our models into Cadence.
Download here: PSPICE Quickstart Guide.ppt
Best regards,
Ian Williams
Linear Applications Engineer
Precision Analog - Op Amps
Hello Ian Williams and Marek Lis.
Followed as per the shared ppt. I have not changed any of the pin no.s or any other parameters.
Still I have following errors
.LIB "C:\Program Files (x86)\Tina Industrial 9.3\SPICELIB\ICDEVS.LIB"
*
* CONNECTIONS: A
* | C
* | |
ERROR(ORPSIM-15116): Unable to find library file "C:\Program Files (x86)\Tina Industrial 9.3\SPICELIB\ICDEVS.LIB".
Index has 4 entries from 1 file(s).
ERROR(ORPSIM-15107): Unable to make index for library file C:\Cadence\SPB_16.5\tools\capture\library\OPA191.lib.
ERROR(ORPSIM-15460): Subcircuit OPA191 is undefined
Pls suggest.
Hello Sunil,
I believe the model is still not imported properly, as Cadence shouldn't be looking in the TINA directory for any libraries.
Try running the project I've created, attached below. Make sure to copy the files in the "Libraries" folder to your Cadence library directory: C:\Cadence\SPB_16.x\tools\pspice\library
OPA191 project: OPA191 - Test.zip
Best regards,
Ian Williams
Thanks Ian Williams. Finally I could simulate.
Project file you shared I couldn't simulate but from that folder I took the model with which my simulation was successful.
If possible can you say why this might had happen?