Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deDisableApp

deDisableApp( 
w_window 
t_appName 
) 
=> t / nil 

Description

Enables the application registered with t_appName in w_window. It affects only the customizer menu in w_window. It is available to allow certain applications to be disabled depending on run-time state associated with a particular design.

Arguments

w_window

Window in which the specified application is to be disabled. Defaults to the current window.

t_appName

Name of the application to be enabled.

Value Returned

t

The application was successfully disabled.

nil

The application was not disabled.

Example

Disables the application “Timing Analysis” in window(3).

deDisableApp( window(3) "Timing Analysis" )

Return to top
 ⠀
X