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

asiDeleteSimOption

asiDeleteSimOption( 
o_tool
 

s_name
 

) 
=> t / nil

Description

Deletes a simulator option.

Arguments

o_tool

Simulation tool object

s_name

Name of the simulator option you want to delete.

Value Returned

t

Returns t when the option is deleted.

nil

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

Examples

Removes the delmax simulator option.

asiDeleteSimOption( tool 'delmax )

Related Topics

asiDisplaySimOption


Return to top
 ⠀
X