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

nlPrintSubcktFooterComments

nlPrintSubcktFooterComments( 
o_formatter 
o_cellView 
) 
=> t

Description

Prints the comments for the subcircuit footer by printing the string 'End of subcircuit definition.' preceded by the comment begin string.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cell view.

Value Returned

t

The subcircuit footer comments are printed.

Examples

The following example prints subcircuit footer comments:

defmethod( nlPrintSubcktFooterComments ((formatter
xyzFormatter) cv)
let( (nl)
callNextMethod()
nl = nlGetNetlister(formatter)
nlPrintComment( nl "anything else")
) )
=> t


Return to top
 ⠀
X