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

ilgGetSelectedLocation

ilgGetSelectedLocation( 
[ w_tab ]
) 
=> l_location / nil

Description

Returns the location coordinates of the current selection in the SKILL IDE editor window.

Arguments

w_tab

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

Value Returned

l_location

Location coordinates of the current selection in the SKILL IDE editor window.

nil

Nothing is selected in the SKILL IDE editor window.

Examples

ilgGetSelectedLocation( )
=> ((1 11) 
    (4 11)
    )

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X