deDisableApp
deDisableApp(w_windowt_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
|
Window in which the specified application is to be disabled. Defaults to the current window. |
|
Value Returned
Example
Disables the application “Timing Analysis” in window(3).
deDisableApp( window(3) "Timing Analysis" )
Return to top