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

nlPrintTopCellFooterComments

nlPrintTopCellFooterComments( 
o_formatter 
o_cellView 
) 
=> t

Description

Returns t at the analogFormatter level.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cell view.

Value Returned

t

Always returns t.

Examples

The following example prints the top cell footer comments:

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


Return to top
 ⠀
X