romel_emperado
Advanced Member level 2
- Joined
- Jul 23, 2009
- Messages
- 606
- Helped
- 45
- Reputation
- 132
- Reaction score
- 65
- Trophy points
- 1,318
- Location
- philippines
- Activity points
- 6,061
hi I want to do like this curve using hspice but it whatever I do I cant do something like this..
Image1:
**broken link removed**
this is my code for my PMOS:
and the result of this code is this:
**broken link removed**
why is that the starting point of all the sweeps are in 0?
Image1:
**broken link removed**
this is my code for my PMOS:
PHP:
Title: PMos daw ni(not sure :) )
*Note the syntax: for the transistor,
*Mxxx drain gate source bulk MODEL_NAME L=x W=x
mp 0 gate source source pch w=2u l=10u
vgs gate 0 5
vds source 0 5
** sweep both Vds from 0 to 5 volts in increments of .2, and Vgs from 0 to 5 volts in increments of 1
.dc vds 0 5v .5 vgs 0 5 1
.option post
.prot
.lib 'rf018.l' tt
.unprot
.op
.plot i(mp)
.END
and the result of this code is this:
**broken link removed**
why is that the starting point of all the sweeps are in 0?