This function displays the contents of the Output panel.
[Specification format]
[Argument(s)]
None
[Return value]
String displayed on the Output panel
[Detailed description]
- | This function displays the string displayed on the Output panel. |
[Example of use]
>>> common.OutputPanel("------ Start ----- ")
True
>>> com = common.GetOutputPanel()
------ Start -----
>>> print com
------ Start -----
|