The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 4th, 2024, 6:33pm
Pages: 1
Send Topic Print
Problem in accessing hierarchy with OCEAN (Read 2319 times)
subho
New Member
*
Offline



Posts: 1

Problem in accessing hierarchy with OCEAN
Jul 24th, 2007, 12:44am
 
Hi All,
              I have been trying to plot the transient waveform for current using the following ocean script:

; set the temperature
option(      'temp  "25" )

; save all nets and currents
save('all)


saveOption('useprobes "yes" ?currents "all" )
save('alli )
keep('alli )
resultsDir( "./psf/tran" )

analysis('tran ?start 0 ?stop "80u")


run()
resultsDir("./psf/tran");
selectResult('tran);
newWindow()
ocnPrint( i("/Iin.in"));

delete('analysis 'tran)

; end of file

The error is shown as:

The output 'Iin.in' you selected does not exist.  Type
         outputs() to see the list of available outputs or type
         help('i) for more information on the 'i' command.

I find Iin.in existing in the set of  outputs however.  What can be the possible problem ? can this arise because it fails to explore the hierarchy? I tried with plotting voltage down hierarchy and it flashed similar error....can anybody help?
Back to top
 
 
View Profile   IP Logged
haikom
Junior Member
**
Offline



Posts: 17
Germany
Re: Problem in accessing hierarchy with OCEAN
Reply #1 - Aug 16th, 2007, 4:35am
 
Hi,

please enter "outputs" in the CIW and see whether the requested current is saved. Maybe you have to increase the subcircuit probe level (which define the hierachical level where currents are saved).

Regards,
haikom
Back to top
 
 
View Profile haikomo   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.