nlMapGlobalNet
nlMapGlobalNet(o_netlister t_net) =>t_map
Description
Maps a global net (signal) to the simulator name. This should only be used in the nlPrintHeader method of the formatter. Use at any other time is an error.
Arguments
Value Returned
Examples
The following example returns the name of the global net that is mapped to the given schematic:
nlMapGlobalNet( netlister globalNet )
=> globalNet1
Return to top