nlGetNetlister
nlGetNetlister(o_formatter)=> o_netlister
nlGetNetlister(o_instance) =>o_netlister
Description
Returns an object representing the netlister.
You cannot redefine this function.
Arguments
Value Returned
Examples
The following example retrieves an object representing a netlister:
o_netlister= nlGetNetlister(formatter)
nlGetNetlister( inst )
=> myNetlister1
Return to top