nlPrintSubcktHeaderComments
nlPrintSubcktHeaderComments(o_formattero_cellView) => t
Description
Prints the comments for the subcircuit header and the mapping information when the printSubcktComments option is set.
Arguments
Value Returned
Examples
The following example prints comments and mapping information:
defmethod( nlPrintSubcktHeaderComments ((formatter
xyzFormatter) cv)
let( (nl)
callNextMethod()
nl = nlGetNetlister(formatter)
nlPrintComment( nl "anything else")
) )
=> t
Return to top