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

nlPrintSubcktTerminalList

nlPrintSubcktTerminalList( 
o_formatter 
o_cellView 
) 
=> t / nil

Description

Prints the simulator names of the signals connected to the terminals for a subcircuit definition and handles the signals resulting from inherited connections at a lower level .

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cellview

Value Returned

t

The simulator names are printed.

nil

There is an error.

Examples

The following example prints the simulator names:

defmethod( nlPrintSubcktTerminalList ((formatter
xyzFormatter) cv )
let( ( (nl nlGetNetlister(formatter))
foreach( net nlGetSimTerminalNets( cv )
nlPrintString( nl " " )
nlPrintString( nl net ) )
) )
=> t


Return to top
 ⠀
X