Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeSetSimOption

maeSetSimOption(
t_testName 
[ ?options l_options ]
[ ?session t_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

t_testName

Name of the test.

?options l_options

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(t_testName ?includeEmpty t)

?session t_sessionName

Name of the session

If not specified, the current session is used.

Value Returned

t

The specified values are set for the given simulator options.

nil

The simulator option values are not set.

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

maeGetSimOption


Return to top
 ⠀
X