External function that prints the array of Real values x
to the plot object.
The number of elements in x
is declared in the contructor
Buildings.Utilities.Plotters.BaseClasses.Backend.
function sendReal extends Modelica.Icons.Function; input Buildings.Utilities.Plotters.BaseClasses.Backend plt "Plot object"; input Real[:] x "Array of Real values to be sent to printer"; end sendReal;