The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 19th, 2024, 5:15am
Pages: 1
Send Topic Print
Problem with Hspice Avanwaves command system (Read 1425 times)
frederickxie
New Member
*
Offline



Posts: 1
Earth
Problem with Hspice Avanwaves command system
Jul 15th, 2010, 5:59pm
 
I want to display the Hspice simulation result without the UI of Avanwaves. And I turn to Meta Waves script. In script I wrote:

myvar = "writedriver.sp";
designOpen(myvar);
designFind(D0,"");
pnlAddCurve(1,node(D0,"tr0","v(vout)"),node(D0,"tr0","TIME"),0);
pnlShowPane(1,1)


The script was named "dispScript";
I ran the script in command line(cmd):

awaves -e dispScript

Then the problem turned out. Avanwaves ran, but it gave a warning message:"Cannot find node tr0:v(vout)"

OS: windows XP
Hspice version: HSPICE W2005.03

Could somebody help me with this problem. Many thanks.
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.