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

asiSetSimOptionVal

asiSetSimOptionVal(
{ o_session | o_tool }
s_name
g_value
)
=> g_value / nil

Description

Sets the value of the specified simulator option.

Arguments

o_session

Simulation session object

o_tool

Simulation tool object

s_name

Name of the simulator option.

g_value

Value for the simulator option.

Value Returned

g_value

Returns the new value for the simulator option.

nil

Returns an error message and nil if the option does not exist.

Examples

Sets the tempdc simulator option to 35.

asiSetSimOptionVal( session 'tempdc "35" )

Return to top
 ⠀
X