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

asiDisplaySimOption

asiDisplaySimOption( 
{ o_tool | o_session } 
) 
=> t / nil

Description

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

Arguments

o_tool | o_session

Simulation tool object

Value Returned

t

Displays the set of simulator option names and values and returns t.

nil

Indicates an error.

Examples

Displays the Spectre simulator options.

asiDisplaySimOption( asiGetTool( 'Spectre ) )

Return to top
 ⠀
X