Customization > Automation Interface > Functions > For User Interface > Function for Panes > Functions for a Text Output Pane > ClearOutputPane function (automation interface)
  
ClearOutputPane function (automation interface)
Syntax:
Studio.ClearOutputPane "<pane name>”
Where <pane name> is the name of the textual pane whose content you want to clear.
This function clears the content of a textual pane that has been created through the AddOutputPane function.
For example, this script clears the content of a pane named My New Pane.
Studio.ClearOutputPane "My New Pane"
* 
To clear the content of the Output pane, use the ClearOutputWindow function.