PSPICE plotting help

Hi! I ran a simulation to see the effect of VDS versus ID of a
transistor. After simulation, PSPICE plotted Id and V(M2:d) on the same
graph. How do I have Id on the y-axis and V(M2:d) on the x-axis?

Thanks.

* Schematics Netlist *



R_R1 $N_0002 $N_0001 210k
V_V1 $N_0002 0 3v
V_V2 $N_0003 0 10
R_R2 $N_0003 $N_0004 100k
M_M2 $N_0004 $N_0001 0 0 MbreakN-X
+ L=0.001
+ W=0.001

** Analysis setup **
..DC LIN V_V2 0 10 0.1
..OP
..LIB "C:\Pspice_sch\ex4.1a.lib"


* From [PSPICE NETLIST] section of pspiceev.ini:
..lib "nom.lib"

..INC "ex4.1a.net"
..INC "ex4.1a.als"


..probe
 
J

Jim Thompson

Jan 1, 1970
0
Hi! I ran a simulation to see the effect of VDS versus ID of a
transistor. After simulation, PSPICE plotted Id and V(M2:d) on the same
graph. How do I have Id on the y-axis and V(M2:d) on the x-axis?

Thanks.

* Schematics Netlist *



R_R1 $N_0002 $N_0001 210k
V_V1 $N_0002 0 3v
V_V2 $N_0003 0 10
R_R2 $N_0003 $N_0004 100k
M_M2 $N_0004 $N_0001 0 0 MbreakN-X
+ L=0.001
+ W=0.001

** Analysis setup **
.DC LIN V_V2 0 10 0.1
.OP
.LIB "C:\Pspice_sch\ex4.1a.lib"


* From [PSPICE NETLIST] section of pspiceev.ini:
.lib "nom.lib"

.INC "ex4.1a.net"
.INC "ex4.1a.als"


.probe

The x-axis should already be V2 since that's what you swept.

Delete V(M2:d) from the plot.

Double click text along the x-axis, choose "axis variable", change to
V(M2:d)

...Jim Thompson
 
Top