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

nlPrintIndentString

nlPrintIndentString( 
o_netlister 
) 
=> t / nil

Description

Prints the indent string for the instance statement. When inside the top-level circuit, the empty string is printed. When inside subcircuit definitions, the value of the subcktIndentString netlist option is printed.

Arguments

o_netlister

The netlister object.

Value Returned

t

The indent string is printed.

nil

There is an error.

Examples

The following example displays an indent string for the instance statement:

nlPrintIndentString( netlister )
=> t


Return to top
 ⠀
X