stability summary in ocean script

C

chava

Guest
Hi,
This is probably a basic question but I could not get info from
previous posts:
I have run a parametric analysis for stability analysis and I can print
"stability summary" from ADE window dropdown menu. It prints in a neat
format. How can I print the same using a ocean script?
Thanks,
chava.
 
On 17 Feb 2005 11:55:28 -0800, "chava" <cchava@gmail.com> wrote:

Hi,
This is probably a basic question but I could not get info from
previous posts:
I have run a parametric analysis for stability analysis and I can print
"stability summary" from ADE window dropdown menu. It prints in a neat
format. How can I print the same using a ocean script?
Thanks,
chava.
You should be able to use:

getData("phaseMargin" ?result "stb_margin")
getData("phaseMarginFreq" ?result "stb_margin")

and same for gainMargin. You can find these expressions by using the Direct
Plot->Main Form, selecting the thing you want to find, and then doing "Add to
Outputs". Then you can double click on the output in the ADE outputs pane, and
borrow the expression from there.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top