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

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

o_formatter

The formatter object.

Value Returned

t

The footer is printed.

nil

There is an error.

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
 ⠀
X