maeSetSimOption
maeSetSimOption(t_testName[?optionsl_options] [?sessiont_sessionName] ) => t / nil
Description
Sets values for the specified simulator options of the given test. Multiple options can be specified in a single command.
Arguments
|
List of name-value pairs of the simulator options to be set
You can use
maeGetSimOption to get the list of simulator options as shown below.
maeGetSimOption(
|
||
Value Returned
|
The specified values are set for the given simulator options. |
||
Examples
Sets the simulator option temp as 27 and maxwarns as 10 for test solutions:ampTest:2:
maeSetSimOption("solutions:ampTest:2" ?options '(("temp" "27") ("maxwarns" "10")))
=> t
Related Topics
Return to top