The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Other CAD Tools >> Entry Tools >> Problem in accessing hierarchy with OCEAN
https://designers-guide.org/forum/YaBB.pl?num=1185263067

Message started by subho on Jul 24th, 2007, 12:44am

Title: Problem in accessing hierarchy with OCEAN
Post by subho on 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?

Title: Re: Problem in accessing hierarchy with OCEAN
Post by haikom on 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

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.