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

asiDisplayNetlistOption

asiDisplayNetlistOption( 
o_tool 
) 
=> t / nil

Description

Displays the current set of netlist options and values. Use this function only to determine which netlist options you can modify.

Do not use this function as part of another procedure.

Arguments

o_tool

Simulation tool object.

Value Returned

t

Displays the set of netlist option names and values.

nil

Prints an error message.

Examples

Displays the Spectre netlist options.

asiDisplayNetlistOption( asiGetTool( 'Spectre ) )


Return to top
 ⠀
X