External function that prints string to the plot object.
string
function sendString extends Modelica.Icons.Function; input Buildings.Utilities.Plotters.BaseClasses.Backend plt "Plot object"; input String string "String to be printed"; end sendString;