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

nlPrintInstEnd

nlPrintInstEnd( 
o_formatter 
o_instance 
) 
=> t / nil

Description

Prints the end of the instance statement, which is a return (\n). This method is called by the netlister after the netlist procedure or by nlPrintInst.

Arguments

o_formatter

The formatter object.

o_instance

The object representing the instance.

Value Returned

t

The end of the instance statement is printed.

nil

There is an error.

Examples

The following example prints the end of the instance statement:

defmethod( nlPrintInstEnd ((formatter nlAnalogFormatter) inst)
    nlPrintString( nlGetNetlister( formatter) "\n")
    => t
)


Return to top
 ⠀
X