Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

OPA2674 spice model problem with PSpice

Status
Not open for further replies.

houly

Advanced Member level 4
Joined
Jan 11, 2010
Messages
110
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
France
Activity points
2,151
Hi all,
I have a problem to simulate a simple follower stage using OPA2674... I use PSpice (orcad 10.5.0 CIS option).

I make my own library called OPA2674.lib and olb file.
I edit simulation option to add the file in the library list of my project.

Here is the simulation log :

**** 06/15/10 18:05:27 ******* PSpice 10.5.0 (Jan 2005) ******* ID# 2089943105
** Profile: "SCHEMATIC1-bias" [ D:\Filtre\filter2-pspicefiles\schematic1\bias.sim ]


**** CIRCUIT DESCRIPTION


******************************************************************************




** Creating circuit file "bias.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Profile Libraries :
* Local Libraries :
.LIB "C:/Cadence/SPB_15.5/tools/pspice/UserLib/OPA2674.lib"
* From [PSPICE NETLIST] section of C:\Cadence\SPB_15.5\tools\PSpice\PSpice.ini file:

*Analysis directives:
.TRAN 0 1000ns 0
.PROBE V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*))
.INC "..\SCHEMATIC1.net"



**** INCLUDING SCHEMATIC1.net ****
* source FILTER2
X_U1 N00268 N00168 0 0 N00190 N00130 0 OPA2674_MODEL
V_V1 N00130 0 12V
R_R1 N00168 N00190 1k
V_V2 N00268 0 12V

**** RESUMING bias.cir ****
.END

ERROR -- Subcircuit OPA2674_Model_F7 used by X_U1.X_F7 is undefined
ERROR -- Subcircuit OPA2674_Model_F5 used by X_U1.X_F5 is undefined
ERROR -- Subcircuit OPA2674_Model_F1 used by X_U1.X_F1 is undefined
ERROR -- Subcircuit OPA2674_Model_F2 used by X_U1.X_F2 is undefined
ERROR -- Subcircuit OPA2674_Model_F4 used by X_U1.X_F4 is undefined
ERROR -- Subcircuit OPA2674_Model_F6 used by X_U1.X_F6 is undefined
ERROR -- Subcircuit OPA2674_Model_F8 used by X_U1.X_F8 is undefined


Does anyone have an idea ?

Regards
 

You haven't picked an easy model to use - it is weird! It works on my simulator but I think the problem may be to do with nested subcircuits. Try moving the following line in the model file

.ENDS OPA2674_Model

to the bottom of the file (and add a carriage return as they couldn't be bothered to include one!).

See the notes at the header of the model.

Keith.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top