V
VSS
Guest
Hello Everybody,
Problem: I want to integrate my personal tool into the Analog Artist by
adding a "pulldown menu". But, I don't know how to do this?
I created a pulldown menu using hiCreatePulldownMenu() and placed one
MenuItem. Now I don't know what should be the callback for the MenuItem
in the hiCreateMenuItem() function.
Detailed description for those who want to know why I am doing this:
In the "Parametric analysis tool" provided by Analog Artist, I am not
being able to access the data in the way I want, as the result of each
simulation is being stored in one directory. So, I wrote an ocean
script that performs all the simulations required for my parametric
analysis in the way I want and stores the data at an appropriate
location. This is running and working. In order for making it available
for me all the time, without changing the values in the script each
time, I want to integrate it into Analog Artist. But I don't know how
to run this script from the Analog Artist.
Thanks a lot for your time.
Best regards,
VSS
Problem: I want to integrate my personal tool into the Analog Artist by
adding a "pulldown menu". But, I don't know how to do this?
I created a pulldown menu using hiCreatePulldownMenu() and placed one
MenuItem. Now I don't know what should be the callback for the MenuItem
in the hiCreateMenuItem() function.
Detailed description for those who want to know why I am doing this:
In the "Parametric analysis tool" provided by Analog Artist, I am not
being able to access the data in the way I want, as the result of each
simulation is being stored in one directory. So, I wrote an ocean
script that performs all the simulations required for my parametric
analysis in the way I want and stores the data at an appropriate
location. This is running and working. In order for making it available
for me all the time, without changing the values in the script each
time, I want to integrate it into Analog Artist. But I don't know how
to run this script from the Analog Artist.
Thanks a lot for your time.
Best regards,
VSS