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

nlPrintTopCellHeaderComments

nlPrintTopCellHeaderComments( 
o_formatter 
o_cellView 
) 
=> t

Description

Calls nlPrintSubcktHeaderComments for the nlAnalogFormatter class.

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 top cell header comments:

defmethod( nlPrintTopCellHeaderComments ((formatter
xyzFormatter) cv)
nlPrintSubcktHeaderComments( formatter cv)
)
=> t


Return to top
 ⠀
X