nlPrintSubcktFooter
nlPrintSubcktFooter(o_formattero_cellView) => t / nil
Description
Writes the footer for the subcircuit. For the nlAnalogFormatter class, it prints .ends.
Arguments
Value Returned
Examples
The following example writes the footer for the given subcircuit:
defmethod( nlPrintSubcktFooter ((formatterxyzFormatter) cv)
nlPrintSubcktEnd( formatter cv)
nlPrintTopCellFooterComments( formatter cv)
=> t
)
Return to top