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

nlPrintSubcktFooter

nlPrintSubcktFooter( 
o_formatter 
o_cellView 
) 
=> t / nil

Description

Writes the footer for the subcircuit. For the nlAnalogFormatter class, it prints .ends.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cell view.

Value Returned

t

The footer for the subcircuit is written.

nil

There is an error.

Examples

The following example writes the footer for the given subcircuit:

defmethod( nlPrintSubcktFooter ((formatter
xyzFormatter) cv)
nlPrintSubcktEnd( formatter cv)
nlPrintTopCellFooterComments( formatter cv)
=> t
)


Return to top
 ⠀
X