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

asiSetKeepOptionVal

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

Description

Sets the value for the specified 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 keep option variable that you want to set.

g_value

Value for the keep option variable.

Value Returned

g_value

Returns the new value for the keep option.

nil

The keep option does not exist.

Example

asiSetKeepOptionVal( session ’allAnalogNV t)

Saves all analog node voltages for the specified session.


Return to top
 ⠀
X