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

ilgScrollToLocation

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

Description

Scrolls to the specified location in the specified SKILL IDE editor window or tab.

Arguments

l_location

Coordinates of the location to scroll to. The list is in the format x_column x_row.

w_tab

ID of the SKILL IDE editor window or tab.

If not specified, the current tab is considered.

Value Returned

t

Scrolls to the specified location.

nil

Unable to scroll to the specified location.

Examples

To scroll to column 2 and row 30 in the current SKILL IDE window:

ilgScrollToLocation('(2 30)) 
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X