nlGetTerminalNets
nlGetTerminalNets(o_cellView) =>l_signals
Description
Returns the schematic names of the signals connected to the terminals. Many of the signals may come from inherited connections.
Arguments
Value Returned
|
A list of signals connected to the terminals of the subcircuit. Each element is a string. |
Examples
nlGetTerminalNets( cv )
Return to top