Code Monkey home page Code Monkey logo

Comments (5)

korvin011 avatar korvin011 commented on July 21, 2024

Hi.
You may try to run ADS solver with the argument Verbosity, like this:
ADS.RunSimulation('Verbosity','all')
or
ADS.RunSimulation('Verbosity','none').
This will disable parsing the ADS output by using RunProcessAsync, and ADS executable will be run by MATLAB's function system instead.

from ads-matlab-interface.

gaoliang00001 avatar gaoliang00001 commented on July 21, 2024

Hi.
First,thank you for your reply.I have tried Verbosity. But there are still problems. The problems are as follows:

`***** Warning: Unable to locate environment value for AEL_PATH *****
Using default value of "."

***** Warning: Unable to locate environment value for HPEESOFSIM_AEL *****
Using default value of "hpeesofsim"
WARNING AEL0056 hpeesofsim: AEL file not found
*** FATAL ERROR: Unable to load default AEL personality ***
Error use TADSInterface/RunSimulation (line 2065)
Cannot run simulation "hpeesofsim "netlist.log"". The system message is:
Qt: Untested Windows version 10.0 detected!

hpeesofsim (*) 450.shp Jan 21 2016, MINT version 4
(64-bit windows built: 01/21/16 15:34:19)
Copyright 1995 - 2015 Keysight Technologies, 1989-2016.

***** Warning: Unable to locate environment value for AEL_PATH *****
Using default value of "."

***** Warning: Unable to locate environment value for HPEESOFSIM_AEL *****
Using default value of "hpeesofsim"
WARNING AEL0056 hpeesofsim: AEL file not found
*** FATAL ERROR: Unable to load default AEL personality ***

Error simulation (line 17)
ADS.RunSimulation('Verbosity','all')`

I would like to ask you how to solve this problem. Thank you again for your reply,

Thanks
Gao

from ads-matlab-interface.

korvin011 avatar korvin011 commented on July 21, 2024

It seems like environmental variables are not set. Have you set them as it is said in the 1st demo?
"
Set up environmental variables required for running ADS executables from command line. SetADSPaths must be called at least once for each Matlab session.

ADSInstallationDir = 'C:\ADS2019_Update1';
ADS.SetADSPaths(ADSInstallationDir);

"
Alternatively, set all required PATHs and env. variables manually in Windows and restart Matlab so it sees changes. You can find their list in the comment to method GetPathStrings or ADS documentation.

---- Update ----

Now, I see it complains about env. variables which are not set by SetADSPaths. What version of ADS do you use? Do you use the same ADS version on other machines where the interface works? Does ADS give any warnings when you start it manually? Can you run simulations from ADS IDE in general?

from ads-matlab-interface.

gaoliang00001 avatar gaoliang00001 commented on July 21, 2024

from ads-matlab-interface.

korvin011 avatar korvin011 commented on July 21, 2024

I have not had a need for that, therefore it was not implemented. So, if your solver is not in "hpeesofsim", then the answer is "no".

from ads-matlab-interface.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.