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.

Transistor current in Hspice

Status
Not open for further replies.

rosaeidi

Full Member level 2
Joined
Dec 19, 2006
Messages
143
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,298
Activity points
2,129
Hi

I write the following code in Hspice to view the drain curren of M1.

.print I1(M1)

After simulation without error, this current didn't appear in output files. Does anyone know the reason?

What should I do to measure the transistor current?
 

Add something like .option post
 

    rosaeidi

    Points: 2
    Helpful Answer Positive Rating
it maybe appear in current 1 of Results Browser, but not in current
 

put I(M1) instead of I1(M1)... this defaults to drain current

and of course use ".option post "

Added after 4 minutes:

and if u are bothered for all device currents and voltages

simply put

.probe v(*) i(*)

this will post all the voltages and currents in heirarchy
 

    rosaeidi

    Points: 2
    Helpful Answer Positive Rating
ashish_chauhan said:
put I(M1) instead of I1(M1)... this defaults to drain current

and of course use ".option post "

Added after 4 minutes:

and if u are bothered for all device currents and voltages

simply put

.probe v(*) i(*)

this will post all the voltages and currents in heirarchy


agree.
and make sure the instance name of transistor is same as it in netlist, such as mxn*, mxp*
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top