• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PSpice Question

jmcoreymv

Diamond Member
I've been trying to get this stupid simulation to run for hours and I cant figure out whats wrong with the simulation file:

* D G S B

P1 2 1 0 0 P

VGS 1 0 10
VDS 2 0 10
*

.MODEL P PMOS LEVEL=2 VTO=2.7 KP=380U GAMMA=0.0
.MODEL M NMOS LEVEL=2 VTO=3.0 KP=560U GAMMA=0.0

.OP
*.OPT NOPAGE
.PROBE
.TRAN 2e-008 1e-006 0
.PLOT TRAN V(1) V(2) 0,30
.DC LIN VGS 0 15 1
.END

It has a problem with the P1 device, saying "Invalid device".

Any ideas?
 
Originally posted by: jmcoreymv
I've been trying to get this stupid simulation to run for hours and I cant figure out whats wrong with the simulation file:

* D G S B

P1 2 1 0 0 P

VGS 1 0 10
VDS 2 0 10
*

.MODEL P PMOS LEVEL=2 VTO=2.7 KP=380U GAMMA=0.0
.MODEL M NMOS LEVEL=2 VTO=3.0 KP=560U GAMMA=0.0

.OP
*.OPT NOPAGE
.PROBE
.TRAN 2e-008 1e-006 0
.PLOT TRAN V(1) V(2) 0,30
.DC LIN VGS 0 15 1
.END

It has a problem with the P1 device, saying "Invalid device".

Any ideas?


Your device shouldn't be a 'P', that is unrecognized. I think you want an "M' for Mosfet.
 
Back
Top