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

nlObjError

nlObjError( 
o_netlister 
o_object 
t_error 
) 
=> nil

Description

Similar to nlError, but prints a description of the object along with the error message. The description includes the library name, the cell name, the view name, and the instance name in case the object is an instance.

Arguments

o_netlister

The netlister object.

o_object

The instance or the cellview object.

t_error

The description of the error in the form of a format string.

Value Returned

nil

Returns nil in all cases.

Examples

The following example prints a description of the object along with the error message:

nlObjError(nl inst sprintf("Missing Parameter '%s' in" param ) ) 
=> nil

Related Topics

nlError


Return to top
 ⠀
X