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

asiGetEnvOptionVal

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

Description

Gets the value for the specified simulation environment option.

Arguments

o_session

Simulation session object

o_tool

Simulation tool object

s_name

Name of the option for which you want the value.

Value Returned

g_value

Returns the value for the specified simulation environment option.

nil

Returns nil if the option does not exist.

Examples

Gets the value for the modelPath simulation environment option.

asiGetEnvOptionVal( session 'modelPath )

Related Topics

asiDisplayEnvOption


Return to top
 ⠀
X