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

asiDeleteKeepOption

asiDeleteKeepOption( 
o_tool
s_name 
) 
=> t / nil

Description

Deletes a simulator keep option variable.

Arguments

o_tool

Simulation tool object.

s_name

Name of the keep option variable to delete.

Value Returned

t

Returns t when the keep option variable is deleted.

nil

The option does not exist.

Examples

asiDeleteKeepOption( asiGetTool('XYZ)
    'allAnalogTC
)

Deletes the keep option to save all analog terminal currents for the XYZ simulator.


Return to top
 ⠀
X