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

ilGetIdeSessionWindow

ilGetIdeSessionWindow( 
[ g_force ]
) 
=> w_IDE / nil

Description

Returns the SKILL IDE session window ID. If g_force is set to a value other than nil, the function creates an IDE window and displays it on the screen.

Arguments

g_force

Creates an IDE window and displays it on the screen.

Value Returned

w_IDE

Returns the SKILL IDE session window.

nil

No IDE session window exists.

Examples

To return the SKILL IDE session window:

ilGetIdeSessionWindow()
=> nil
ilGetIdeSessionWindow(t)
=> swindow:1

Related Topics

Debug Functions


Return to top
 ⠀
X