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

slaSetSimulationSetupRunOptionValue

slaSetSimulationSetupRunOptionValue(
t_setupName
t_optionName
t_optionValue 
)
=> t / nil

Description

Sets the value of the given run option for the specified simulation setup from the setup library view that is opened using the slaOpenOrCreateView function.

Arguments

t_setupName

Specifies the name of the simulation setup.

t_optionName

Specifies the name of the run option.

The supported run options are as follows:

  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "mcnumpoints" "11")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "samplingmode" "random")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "samplingmode" "lhs")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "samplingmode" "lds")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "mcmethod" "all")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "mcmethod" "process")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "mcmethod" "mismatch")
  • slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "montecarloseed" "1111")

t_optionValue

Specifies the new value for the run option.

Value Returned

t

The value of the run option is changed to t_optionValue

nil

The simulation setup with the specified name does not exist, or the command failed.

Examples

Opens a setup library view and sets the value of run option for the specified simulation setup.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaSetSimulationSetupRunOptionValue("SimpleMC_10Points" "mcnumpoints" "10")
=> t

Returns an error message if the specified simulation setup does not exist.

slaSetSimulationSetupRunOptionValue("XXX" "mcnumpoints" "10")
ERROR (ADE-11414): Cannot run the function because the simulation setup 'XXX' is invalid. Specify a valid simulation setup name and rerun the function.
=> nil

Related Topics

slaAddCornerModelFile

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable

slaImportCorners

slaImportSweeps

Setup Library Assistant Functions


Return to top
 ⠀
X