nlPrintSubcktBegin
nlPrintSubcktBegin(o_formattero_cellView) => t / nil
Description
Prints the .subckt keyword for the nlAnalogFormatter class. This method is called by nlSubcktHeader.
Arguments
Value Returned
Examples
The following example prints the nlAnalogFormatter class:
defmethod( nlPrintSubcktBegin ((formatter nlAnalogFormatter) _cv) nlPrintString( nlGetNetlister( formatter) ".subckt") => t
)
Return to top