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

maeEditSimulationOptions

maeEditSimulationOptions(
t_run
l_options
)
=> t / nil

Description

Edits the simulation options for the specified run.

Arguments

t_run

Name of the run for which the simulation options are to be edited.

l_options

A list of name-value pairs of the simulation options to be edited for the run.

Value Returned

t

Simulation options edited successfully.

nil

Simulation options are not edited.

Examples

Edits four simulation options for run Run.1.

optionsList = '( ("numberOfPoints" "30") ("variation" "Process") ("samplingMethod" "lds") ("seed" "12")) 
maeEditSimulationOptions("Run.1" optionsList)
=> t

Related Topics

Modifying a Run in the Run Plan


Return to top
 ⠀
X