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.

How to make avanwaves display all terminal currents (Hspice)

Status
Not open for further replies.

sutapanaki

Advanced Member level 4
Joined
Nov 2, 2001
Messages
1,346
Helped
523
Reputation
1,048
Reaction score
486
Trophy points
1,363
Location
US
Activity points
11,152
Hspice question

I'm trying to learn hspice. Can someone tell me how to make avanwaves display all terminal currents without describing them one by one in the .probe command?
 

Re: Hspice question

this is the only way i know!!
 

Re: Hspice question

It is hard to me to believe there is no other way. I'm using eldo on a daily basis and its syntax is very similar in a way to hspice (not everything though). There for example if you put .probe i you get all the currents in the schematic. But I think this doesn't work with hspice.
 

Re: Hspice question

Hello,
There is a easy way to monitor currents, but only for Device current at one specific time.
.op all 'time_you_want_to_measure'

Then, check your dump *.lis file.
Since every device current were known, It would not be very hard to calculate your node current..


Regards,
 

Hspice question

in your simulatio netlist ,add the
.probe v(*) ,i(*)

this command means display all the node voltage and all terminal's currents.
Best regards.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top