The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design >> Analog Design >> ocean question: eval undefined function
https://designers-guide.org/forum/YaBB.pl?num=1193290821

Message started by Julian18 on Oct 24th, 2007, 10:40pm

Title: ocean question: eval undefined function
Post by Julian18 on Oct 24th, 2007, 10:40pm

Hi, all
when i run ocean script, it says:
*ERROR* eval: undefined function - ocnWaveFormTool
*ERROR* load: error while loading file

what 's the problem here

Thanks


Title: Re: ocean question: eval undefined function
Post by bernd on Oct 25th, 2007, 1:12am

You probably call 'ocnWaveformTool' with out an argument.

ocnWaveFormTool( )
=> *Error* eval: undefined function - ocnWaveFormTool

ocnWaveformTool('awd)
=> t

ocnWaveformTool('wavescan)
=> t



ocnWaveformTool( s_waveformTool )
=> t/nil

Sets the specified tool as the waveform tool.

This is not what skill function usually return.

See:

car( )
=> *Error* car: too few arguments (1 expected, 0 given) - nil

I suggest to report this to Cadence Customer support.

Bernd

Title: Re: ocean question: eval undefined function
Post by Julian18 on Oct 25th, 2007, 5:15am


bernd wrote on Oct 25th, 2007, 1:12am:
You probably call 'ocnWaveformTool' with out an argument.

ocnWaveFormTool( )
=> *Error* eval: undefined function - ocnWaveFormTool

ocnWaveformTool('awd)
=> t

ocnWaveformTool('wavescan)
=> t



ocnWaveformTool( s_waveformTool )
=> t/nil

Sets the specified tool as the waveform tool.

This is not what skill function usually return.

See:

car( )
=> *Error* car: too few arguments (1 expected, 0 given) - nil

I suggest to report this to Cadence Customer support.

Bernd


Hi, Bernd:
I run ocnWaveformTool with argument 'wavescan
and if i call it without argument, it says:
ocnWaveformTool()
*Error* ocnWaveformTool: too few arguments (1 expected, 0 given) - nil

Title: Re: ocean question: eval undefined function
Post by bernd on Oct 25th, 2007, 5:48am

Which version of Cadence DFII did you run?

I found that on
5.10.41_USR3.27.30
'ocnWaveformTool' is available whereas
on
5.0.33_USR3.16.35
it is not!

Bernd

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