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

nlSetOption

nlSetOption( 
o_netlister 
s_option 
g_value 
) 
=> t / nil

Description

Sets an option value.

This function can only be called during initialization. If it is called during netlisting, an error results.

Arguments

o_netlister

The netlister object.

s_option

The name of the option.

g_value

The value to which the option is set. The value type must be appropriate for the option name.

Value Returned

t

The option value is set.

nil

There is an error.

Examples

The following examples sets values for the given options:

nlSetOption( netlister 'maxNameLength 1024)
nlSetOption( netlister 'hierarchyDelimiter ".")
=> t


Return to top
 ⠀
X