nlObjError
nlObjError(o_netlistero_objectt_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
|
The description of the error in the form of a format string. |
Value Returned
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
Return to top