deEnableApp
deEnableApp(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 enabled depending on run-time state associated with a particular design.
Arguments
|
Window in which the specified application is to be enabled. Defaults to the current window. |
|
Value Returned
Examples
Enables the application “Timing Analysis” in window(3).
deEnableApp( window(3) "Timing Analysis" )
Return to top