nlPrintTopCellHeader
nlPrintTopCellHeader(o_formattero_cellView) => t / nil
Description
Prints the header of the top-level circuit by calling nlPrintTopCellHeaderComments.
Arguments
Value Returned
Examples
The following example prints the header of the top-level circuit:
defmethod( nlPrintTopCellHeader((formatter xyzformatter) cv)
(nlPrintTopCellHeaderComments formatter cv)
)
=> t
Return to top