maeSetAnalysis
maeSetAnalysis(t_testName t_analysis[ ?enableg_enabled] [ ?optionsl_options] [ ?sessiont_sessionName] ) => t / nil
Description
Adds or removes an analysis for the given test. The function can also be used to set the value of different options for the analysis.
Arguments
|
List of analyses options and the values to be set.
You can use
maeGetAnalysis to get the list of analysis options, as shown below. |
||
Value Returned
|
The specified analysis is added or removed for the given test. |
||
Examples
Adds a new analysis tran and sets its options, stop time 500 and step 10.:
maeSetAnalysis( "solutions:ampTest:2" "tran" ?enable t ?options '(("stop" "500") ("step" "10")))
=> t
maeSaveSetup()
Related Topics
Return to top