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

asiDisplayEnvOption

asiDisplayEnvOption( 
o_tool 
) 
=> t / nil

Description

Displays the current set of simulation environment option names and values. Use this function only to determine which environment options you want to modify. Do not use this function as part of another procedure.

Arguments

o_tool

Simulation tool object

Value Returned

t

Displays the list of environment option names and values.

nil

Indicates an error.

Examples

Displays the environment options for Spectre.

asiDisplayEnvOption( asiGetTool( 'Spectre ) )

Return to top
 ⠀
X