External function that prints string
to the plot object.
The string will be added at the end of the html file.
function sendTerminalString extends Modelica.Icons.Function; input Buildings.Utilities.Plotters.BaseClasses.Backend plt "Plot object"; input String string "String to be printed"; end sendTerminalString;