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

nlGetNetlister

nlGetNetlister(
o_formatter
) 
=> o_netlister

OR

nlGetNetlister( 
o_instance 
)
=> o_netlister

Description

Returns an object representing the netlister.

You cannot redefine this function.

Arguments

o_formatter

The formatter object.

o_instance

The instance object.

Value Returned

o_netlister

The netlister object.

Examples

The following example retrieves an object representing a netlister:

o_netlister = nlGetNetlister(formatter)
nlGetNetlister( inst )
=> myNetlister1

Return to top
 ⠀
X