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

nlPrintTopCellHeader

nlPrintTopCellHeader( 
o_formatter 
o_cellView 
) 
=> t / nil

Description

Prints the header of the top-level circuit by calling nlPrintTopCellHeaderComments.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cell view.

Value Returned

t

The header is printed.

nil

There is an error.

Examples

The following example prints the header of the top-level circuit:

defmethod( nlPrintTopCellHeader((formatter xyzformatter) cv)
(nlPrintTopCellHeaderComments formatter cv)
)
=> t


Return to top
 ⠀
X