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

asiDeleteEnvOption

asiDeleteEnvOption( 
o_tool 
s_name 
) 
=> t / nil

Description

Deletes a simulation environment option.

Arguments

o_tool

Simulation tool object

s_name

Name of the environment option you want to remove from the form.

Value Returned

t

The option is deleted.

nil

Returns an error message and nil if the option does not exist.

Examples

Removes the stimulusFile option from the Environment Options form.

asiDeleteEnvOption( tool 'stimulusFile )

Related Topics

asiDisplayEnvOption


Return to top
 ⠀
X