nlGetGlobalNets
nlGetGlobalNets(o_netlister) =>l_globalNets
Description
Returns a list of global nets. This method should only be used in the nlPrintHeader method of the formatter.
Globals may be included that are not used, due to inherited connections.
Arguments
Value Returned
Examples
The following example prints a list of global nets:
nlGetGlobalNets( netlister )
Return to top