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

ilgSetCursorLocation

ilgSetCursorLocation( 
l_location
[ w_tab ]
) 
=> t / nil

Description

Sets the cursor location in a SKILL IDE document.

Arguments

l_location

Location coordinates of the cursor.

w_tab

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

Value Returned

t

Sets the cursor location.

nil

Unable to set the cursor location.

Examples

To set the cursor location in the SKILL IDE window:

ilgSetCursorLocation('(9 11)) 
=> t
ilgSetCursorLocation('(37 4)) 
=> nil

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X