nlPrintFooter
nlPrintFooter(
o_formatter
)
=> t / nil
Description
This method is called at the end of netlisting. It does not print anything at the end of the netlist for the nlAnalogFormatter class.
Arguments
Value Returned
Examples
Prints the footer for the given formatter object.
defmethod( nlPrintFooter ((formatter xyzFormatter))
callNextMethod()
nlPrintComment( nlGetNetlister( xyzFormatter )
"End of netlist\n")
)
=> t
Return to top