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

nlPrintInstName

nlPrintInstName( 
o_formatter 
o_instance 
) 
=> t / nil

Description

Prints the simulator name of the instance, taking the instance name prefix specified on the component into account when the simulator so requires. This is determined with the useInstNamePrefix netlist option.

Arguments

o_formatter

The formatter object.

o_instance

The object representing the instance.

Value Returned

t

The simulator name is printed.

nil

There is an error.

Examples

The following example prints the simulator name:

defmethod( nlPrintInstName ((formatter
xyzFormatter) inst)
nlPrintString( nlGetNetlister( formatter)
nlGetSimName (inst ) ) )
=> t


Return to top
 ⠀
X