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

nlPrintInstComments

nlPrintInstComments( 
o_formatter 
o_instance 
) 
=> t

Description

Prints the comments for an instance.

Arguments

o_formatter

The formatter object.

o_instance

The object representing the instance.

Value Returned

t

Comments for the instance are printed.

Examples

The following example prints the comments for the given instance:

defmethod( nlPrintInstComments ((formatter
xyzFormatter) inst)
let( (nl)
callNextMethod()
nl = nlGetNetlister(formatter)
nlPrintComment( nl "anything else")
) )


Return to top
 ⠀
X