The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 18th, 2024, 11:21am
Pages: 1
Send Topic Print
hspice simulator .probe v(*) output hiearchy all signals (Read 729 times)
neoflash
Community Fellow
*****
Offline

Mixed-Signal
Designer

Posts: 397

hspice simulator .probe v(*) output hiearchy all signals
Apr 29th, 2009, 12:03pm
 
How we can control it to just the top level specified.

such as .probe v(*) stops at top level

.probe v(x1.*) stops at block x1's top level?
Back to top
 
 
View Profile   IP Logged
spiceoracle
Junior Member
**
Offline



Posts: 21
USA
Re: hspice simulator .probe v(*) output hiearchy all signals
Reply #1 - May 7th, 2009, 3:24pm
 
You can use

.option POSTTOP

to output only the node voltages and source currents at the top level of the circuit hierarchy.

You can use:

.option POSTLVL=n

If you want to output only the node voltages and source currents at a specific level of hierarchy specified by n.

One caution, the POSTTOP and POSTLVL options will be ignored if

.option PROBE

is also in the netlist.
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.