.Buildings.Utilities.Plotters.BaseClasses.sendReal

Information

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.

Interface

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;

Revisions


Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos