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

asiGetNetlistOption

asiGetNetlistOption(
{ o_session | o_tool }
s_name
)
=> g_value / nil

Description

Gets the value of the specified netlist option.

Arguments

o_session

Simulation session object.

o_tool

Simulation tool object.

s_name

Netlist option for which you want the value.

Value Returned

g_value

The value of the netlist option.

nil

There is an error.

Examples

Gets the value of the modelNamePrefix netlist option.

asiGetNetlistOption( session 'modelNamePrefix )

Related Topics

asiDisplayNetlistOption


Return to top
 ⠀
X