Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgResetErrorMarker

ilgResetErrorMarker( 
x_line
[ w_tab ]
) 
=> t

Description

Clears the error marker that was set by ilgSetErrorMarker() on line x_line in the SKILL IDE editor window.

Arguments

x_line

Line number from which the error marker needs to be cleared.

w_tab

The window ID of the SKILL IDE editor window. Default is the current tab window.

Value Returned

t

The error marker has been cleared.

Examples

ilgResetErrorMarker(4) 
; clears the error marker at line 4

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X