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.

Orcad Simulation Problem

Status
Not open for further replies.

abhishek.2138

Full Member level 2
Joined
Dec 21, 2013
Messages
131
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,298
Activity points
2,383
I trying to simulate simple low pass filter using orcad capture, but following error occured-----

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

*Libraries: 
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Users\OWNER\AppData\Roaming\SPB_16.6\cdssetup\OrCAD_PSpice\17.2.0\PSpice.ini file:
.lib "nomd.lib" 

*Analysis directives: 
.TRAN  0 100ms 0 10u 
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*)) 
.INC "..\SCHEMATIC1.net" 



**** INCLUDING SCHEMATIC1.net ****
* source LPF2
R_R1         N00149 N00081  1k TC=0,0 
C_C1         0 N00081  1n  TC=0,0 
V_V1         N00149 0  AC 2v
+SIN 0v 2v 1000 hz 0 0 0
----------------$
ERROR -- Expecting keyword STIMULUS, saw hz.


**** RESUMING lpf2.cir ****
.END
Can anybody help in this regard???
 
Last edited by a moderator:

I trying to simulate simple low pass filter using orcad capture, but following error occured-----

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

*Libraries: 
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Users\OWNER\AppData\Roaming\SPB_16.6\cdssetup\OrCAD_PSpice\17.2.0\PSpice.ini file:
.lib "nomd.lib" 

*Analysis directives: 
.TRAN  0 100ms 0 10u 
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*)) 
.INC "..\SCHEMATIC1.net" 



**** INCLUDING SCHEMATIC1.net ****
* source LPF2
R_R1         N00149 N00081  1k TC=0,0 
C_C1         0 N00081  1n  TC=0,0 
V_V1         N00149 0  AC 2v
+SIN 0v 2v 1000 hz 0 0 0
----------------$
ERROR -- Expecting keyword STIMULUS, saw hz.


**** RESUMING lpf2.cir ****
.END
Can anybody help in this regard???

Hi
You mean simulating by capture cis ? did you draw a schematic ? perhaps it would be good , to see your schematic and edit simulation menu ?

Best Wishes
Goldsmith
 

Hi
You mean simulating by capture cis ? did you draw a schematic ? perhaps it would be good , to see your schematic and edit simulation menu ?

Best Wishes
Goldsmith


Please find the schematic...
 

Attachments

  • LPF SCHEMATIC.pdf
    5.7 KB · Views: 99

I know in LTspice you can use units after the value without spacing, such as 1000Hz, since it just ignores any letters past the last number, but if you leave a space, such as 1000 Hz, it will give an error.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top