nlPrintInstName
nlPrintInstName(o_formattero_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
Value Returned
Examples
The following example prints the simulator name:
defmethod( nlPrintInstName ((formatter
xyzFormatter) inst)
nlPrintString( nlGetNetlister( formatter)
nlGetSimName (inst ) ) )
=> t
Return to top