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

asiGetSimOptionVal

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

Description

Gets the value for the specified simulator option.

Arguments

o_session

Simulation session object

o_tool

Simulation tool object

s_name

Name of the simulator option.

Value Returned

g_value

Returns the value for the simulator option you specify.

nil

Returns nil if the option does not exist.

Examples

Returns the value for the reltol simulator option.

asiGetSimOptionVal( session 'reltol )

Return to top
 ⠀
X