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

asiSetNetlistOption

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

Description

Sets a netlisting option.

Arguments

o_session

Simulation session object.

o_tool

Simulation tool object.

s_name

Name of the netlist option you want to set.

g_value

Value for the netlist option.

Value Returned

g_value

The value of the netlist option.

nil

Indicates an error.

Examples

Changes the maximum length of the net name to 16.

asiSetNetlistOption( session 'maxNameLength 16 )

Related Topics

asiDisplayNetlistOption


Return to top
 ⠀
X