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.

[SOLVED] Pspice error reporting during simulation

Status
Not open for further replies.

msmol

Junior Member level 1
Joined
Jun 9, 2015
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
168
Hi, I created a tunnel diode as a hierarchical symbol to introduce it in a bigger circuit (bottom-up method).

When I run the DC Sweep simulation, this error appears:

"--------------- Simulation Circuit File: diodotunel prueba con subcrt ---------------
Simulation running...
No recognized product configuration selected.
* C:\Program Files\OrCAD_Demo\PSpice\diodotunel prueba con subcrt.sch
Reading and checking circuit
Missing parameter
Circuit has errors ... run aborted
See output file for details
Simulation aborted"

When I check the output file I see:

"

Code PHP (brief) - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
**** 01/07/16 17:03:17 *********** Evaluation PSpice (Nov 1999) **************
 
 * C:\Program Files\OrCAD_Demo\PSpice\diodotunel prueba con subcrt.sch
 
 
 ****     CIRCUIT DESCRIPTION
 
 
******************************************************************************
 
 
 
 
* Schematics Version 9.1 - Web Update 1
* Thu Jan 07 17:03:14 2016
 
 
 
** Analysis setup **
.DC LIN     
------------$
ERROR -- Missing parameter
.OP 
 
 
* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"
 
.INC "diodotunel prueba con subcrt.net"
 
**** INCLUDING "diodotunel prueba con subcrt.net" ****
* Schematics Netlist *
 
 
 
V_V1         $N_0001 0 1V
R_R1         $N_0002 0  1k  
C_Diodotunel_C1         Diodotunel_R2GC1 Diodotunel_GC1L1  1.5pF  
R_Diodotunel_R2         $N_0001 Diodotunel_R2GC1  3.6  
L_Diodotunel_L1         Diodotunel_GC1L1 $N_0002  0.75nH  
G_Diodotunel_G1         Diodotunel_GC1L1 0 VALUE {
+  1*(3.7e-3*V(Diodotunel_R2GC1,0)*(ATAN(12.4*V(Diodotunel_R2GC1,0)-3.9)-ATAN(12.4*V(Diodotunel_R2GC1,
+  0)-12.8))+1.5e-3*PWRS(V(Diodotunel_R2GC1,0),1)+3.9e-4*PWRS(V(Diodotunel_R2GC1,0),5))
+  }
 
**** RESUMING "diodotunel prueba con subcrt.cir" ****
.INC "diodotunel prueba con subcrt.als"
 
 
 
**** INCLUDING "diodotunel prueba con subcrt.als" ****
* Schematics Aliases *
 
.ALIASES
V_V1            V1(+=$N_0001 -=0 )
R_R1            R1(1=$N_0002 2=0 )
_   Diodotunel(in=$N_0001 out=$N_0002 )
C_Diodotunel_C1          Diodotunel.C1(1=Diodotunel_R2GC1 2=Diodotunel_GC1L1 )
R_Diodotunel_R2          Diodotunel.R2(1=$N_0001 2=Diodotunel_R2GC1 )
L_Diodotunel_L1          Diodotunel.L1(1=Diodotunel_GC1L1 2=$N_0002 )
G_Diodotunel_G1          Diodotunel.G1(OUT+=Diodotunel_GC1L1 OUT-=0
+  IN+=Diodotunel_R2GC1 IN-=0 IN+=Diodotunel_R2GC1 IN-=0 IN+=Diodotunel_R2GC1
+  IN-=0 IN+=Diodotunel_R2GC1 IN-=0 IN+=Diodotunel_R2GC1 IN-=0 )
_    _(Diodotunel.R2GC1=Diodotunel_R2GC1)
_    _(Diodotunel.GC1L1=Diodotunel_GC1L1)
.ENDALIASES
 
 
**** RESUMING "diodotunel prueba con subcrt.cir" ****
.probe
 
 
.END

"

If anyone can help me, thanks.

M.
 
Last edited by a moderator:

A simple error, I think:
Code:
** Analysis setup **
.DC LIN     
------------$
ERROR -- Missing parameter
You just forgot to out-comment the ------------$ line.
 

Hi everyone, it sounds funny, but the problem was simply that I forgot to enter the parameters for the DC Sweep. Problem solved.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top