| Author |
Message |
malawi
Joined: 03 Sep 2007 Posts: 3
|
03 Sep 2007 8:02 stimuli in ade in virtuoso |
|
|
|
|
Does anybody know how to use SKILL to get the stimuli settings? Which is set in the "Setup Analog Stimuli" form?
Thanks!
|
|
| Back to top |
|
 |
Google AdSense

|
03 Sep 2007 8:02 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
lijianheng
Joined: 29 Sep 2006 Posts: 130 Helped: 10
|
03 Sep 2007 10:50 skartistref5141.pdf |
|
|
|
|
| Try ADE session -> save script
|
|
| Back to top |
|
 |
malawi
Joined: 03 Sep 2007 Posts: 3
|
03 Sep 2007 11:27 asigetsession |
|
|
|
|
| No, the saved script doesn't contain what I need. It only tells the stimuli file path, but I need the content of the stimuli file in SKILL.
|
|
| Back to top |
|
 |
hqqh
Joined: 07 Feb 2002 Posts: 255 Helped: 8 Location: www
|
03 Sep 2007 11:51 Re: How to get Stimuli settings with SKILL? |
|
|
|
|
Hi,
this should be done using the function asiGetStimulusInputs(o_session) -> list of inputs.
You just have to get the o_sessionID of your Analog Simulation Environment. This should be done using asiGetSession(windowId) -> o_session.
For more information have a look at the document "Virtuoso Analog Design Environment SKILL Language Reference" --> skartistref5141.pdf inside the dfII installation tree.
Regards,
hqqh
|
|
| Back to top |
|
 |
malawi
Joined: 03 Sep 2007 Posts: 3
|
03 Sep 2007 15:28 Re: How to get Stimuli settings with SKILL? |
|
|
|
|
| hqqh wrote: |
Hi,
this should be done using the function asiGetStimulusInputs(o_session) -> list of inputs.
You just have to get the o_sessionID of your Analog Simulation Environment. This should be done using asiGetSession(windowId) -> o_session.
For more information have a look at the document "Virtuoso Analog Design Environment SKILL Language Reference" --> skartistref5141.pdf inside the dfII installation tree.
Regards,
hqqh |
Yes, it is exactly what I need! Thank you very much!
|
|
| Back to top |
|
 |