launchUI
perf launchUI cyclic { "no" | "pinned" | "expanded" }
Description
Specifies the display type of the Health Monitor form.
-
no:The Health Monitor form is not displayed. This is default. -
pinned:Pins the Health Monitor form as a toolbar at the top of the screen. -
expanded:Displays the full view of the Health Monitor form.
Use the environment variable InstallAtStartup with launchUI to control the installation of the Health Monitor form while launching Virtuoso.
GUI Equivalent
Examples
envGetVal("perf" "launchUI")
envSetVal("perf" "launchUI" 'cyclic "pinned")
envSetVal("perf" "launchUI" 'cyclic "expanded")
Related Topics
Return to top