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

nlGetOption

nlGetOption( 
o_netlister 
s_name 
) 
=> g_value

Description

Returns the value of the option.

Arguments

o_netlister

The netlister object.

s_name

The name of the netlist option.

Value Returned

g_value

Value of the netlist option.

Examples

The following example retrieves the value of the given netlist option:

nlGetOption( netlister 'begComment)
=> "My Comment"


Return to top
 ⠀
X