ecnedad
Guest
Thu Sep 23, 2010 2:30 am
Good day!
I want to add a model file in my ocean script.
I've used stimulusFile("./otherModel.inc").
But it returns error as follows:
*Error* _asiSetStimulusFile: unrecognized keyword - ?xlate
Even I don't indicate the option ?xlate for stimulusFile command, it
returns error about ?xlate.
Is there anyone encountered same problem?
Hope anyone could help me.
Thank you.
ecnedad
Guest
Thu Sep 23, 2010 8:40 am
On Sep 23, 8:56 am, ecnedad <ecne...@gmail.com> wrote:
Quote:
Good day!
I want to add a model file in my ocean script.
I've used stimulusFile("./otherModel.inc").
But it returns error as follows:
*Error* _asiSetStimulusFile: unrecognized keyword - ?xlate
Even I don't indicate the option ?xlate for stimulusFile command, it
returns error about ?xlate.
Is there anyone encountered same problem?
Hope anyone could help me.
Thank you.
In spectre, I can include multiple model files using modelFile()
command.
But in spectreS, it is not allowed to include multiple model files
using includeFile() command.
How can I indicate another model file in spectreS?
Is it possible to include multiple model files in spectreS?
Hope anyone can help me regarding this matter.
Thank you and God bless!
Andrew Beckett
Guest
Sun Sep 26, 2010 4:18 pm
ecnedad wrote, on 09/23/10 01:56:
Quote:
Good day!
I want to add a model file in my ocean script.
I've used stimulusFile("./otherModel.inc").
But it returns error as follows:
*Error* _asiSetStimulusFile: unrecognized keyword - ?xlate
Even I don't indicate the option ?xlate for stimulusFile command, it
returns error about ?xlate.
Is there anyone encountered same problem?
Hope anyone could help me.
Thank you.
My guess (from your later post) is that you're using a socket interface (e.g.
spectreS) and this function does not work with socket interfaces (and this is
explained in the documentation).
Regards,
Andrew.
Andrew Beckett
Guest
Sun Sep 26, 2010 4:22 pm
ecnedad wrote, on 09/23/10 06:40:
Quote:
On Sep 23, 8:56 am, ecnedad<ecne...@gmail.com> wrote:
Good day!
I want to add a model file in my ocean script.
I've used stimulusFile("./otherModel.inc").
But it returns error as follows:
*Error* _asiSetStimulusFile: unrecognized keyword - ?xlate
Even I don't indicate the option ?xlate for stimulusFile command, it
returns error about ?xlate.
Is there anyone encountered same problem?
Hope anyone could help me.
Thank you.
In spectre, I can include multiple model files using modelFile()
command.
But in spectreS, it is not allowed to include multiple model files
using includeFile() command.
How can I indicate another model file in spectreS?
Is it possible to include multiple model files in spectreS?
Hope anyone can help me regarding this matter.
Thank you and God bless!
Why are you using spectreS? It's been obsolete for over 10 years and has been
removed in IC61. You should use the direct interface where possible (spectre).
You can only include models via the path() statement, or by using includeFile()
- in which case you only have a single file. To include multiple files you'd
have to include a file which itself included other files.
Regards,
Andrew.