gui.showpanel Function
Syntax
gui.showpanel(string panelname)
Parameters
- panelname
Panel name to switch to, exactly as displayed in the tree on the left in SysTool.
Return Value
none
Remarks
When switching to a panel which is not below the root, seperate the names by “/”. If the panel can not be found an error message will be raised and script execution will be aborted.
Example
gui.showpanel("Lua Editor")
gui.showpanel("Hardware Monitoring/Settings")
See also
