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
Value Returned
Examples
The following example displays an indent string for the instance statement:
nlPrintIndentString( netlister )
=> t
Return to top