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

nlPrintSubcktBegin

nlPrintSubcktBegin( 
o_formatter 
o_cellView 
) 
=> t / nil

Description

Prints the .subckt keyword for the nlAnalogFormatter class. This method is called by nlSubcktHeader.

Arguments

o_formatter

The formatter object.

o_cellView

The object representing the cellview.

Value Returned

t

The keyword is printed.

nil

There is an error.

Examples

The following example prints the nlAnalogFormatter class:

defmethod( nlPrintSubcktBegin ((formatter nlAnalogFormatter) _cv)
    nlPrintString( nlGetNetlister( formatter) ".subckt")
    => t
)


Return to top
 ⠀
X