You can define reports for the unit operation. To define reports, edit the unit operation, and go to the Reports tab. Here, you can add, or remove reports. The Reports tab will also show the current content of a report.
The content of defined reports is undefined, until you call setReport during calculation. The report content is reset before calculations so that old report contents will not linger.
A special report is the Matlab Output report. This report cannot be removed, and will contain the textual output of the last Matlab run.
For simulation environments that support logging, textual messages can be sent using the function logMessage .