nlPrintTopCellHeaderComments
nlPrintTopCellHeaderComments(o_formattero_cellView) => t
Description
Calls nlPrintSubcktHeaderComments for the nlAnalogFormatter class.
Arguments
Value Returned
Examples
The following example prints top cell header comments:
defmethod( nlPrintTopCellHeaderComments ((formatter
xyzFormatter) cv)
nlPrintSubcktHeaderComments( formatter cv)
)
=> t
Return to top