Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetAppType

hiGetAppType(
w_windowId 
) 
=> t_applicationType / nil 

Description

Returns the application type of a window. The application type is set when the window is created.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Argument

w_windowId

Window ID of the window, session window, or dockable window.

Value Returned

t_applicationType

The application type of the window.The application type is set when the window is created with hiCreateWindow, hiOpenWindow, or deOpen, for example, Schematics or “Command Interpreter. The application type of a session window is always "session".

nil

w_windowId is invalid.

Related Topics

Window Functions

hiOpenWindow


Return to top
 ⠀
X