nlPrintInstEnd
nlPrintInstEnd(o_formattero_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
Value Returned
Examples
The following example prints the end of the instance statement:
defmethod( nlPrintInstEnd ((formatter nlAnalogFormatter) inst) nlPrintString( nlGetNetlister( formatter) "\n") => t
)
Return to top