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

asiGetKeepOptionVal

asiGetKeepOptionVal(
{ o_tool | o_session }
s_name
)
=> g_value

Description

Gets the value of a keep option variable for a tool or session object.

Arguments

o_tool

Simulation tool object.

o_session

Simulation session object.

s_name

Name of the simulation option variable for which you want to get the value.

Value Returned

g_value

Returns the value for the keep option variable.

Examples

Gets the value of the allAnalogTC keep option for the XYZ simulator.

asiGetKeepOptionVal( asiGetTool( 'XYZ ) 'allAnalogTC )

Return to top
 ⠀
X