The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Sep 29th, 2024, 2:21pm
Pages: 1
Send Topic Print
ocean question: eval undefined function (Read 947 times)
Julian18
Community Member
***
Offline



Posts: 55

ocean question: eval undefined function
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

Back to top
 
 
View Profile   IP Logged
bernd
Senior Member
****
Offline



Posts: 229
Munich/Germany
Re: ocean question: eval undefined function
Reply #1 - 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
Back to top
 
 

Just another lonesome cad guy
View Profile WWW   IP Logged
Julian18
Community Member
***
Offline



Posts: 55

Re: ocean question: eval undefined function
Reply #2 - 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
Back to top
 
 
View Profile   IP Logged
bernd
Senior Member
****
Offline



Posts: 229
Munich/Germany
Re: ocean question: eval undefined function
Reply #3 - 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
Back to top
 
 

Just another lonesome cad guy
View Profile WWW   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.