functionsendReal

Function that sends an array of Real values to be written to the html file

Extends from Modelica.Icons.Function (Icon for functions).

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.

Inputs

TypeNameDefaultDescription
Buildings.Utilities.Plotters.BaseClasses.BackendpltPlot object
RealxArray of Real values to be sent to printer

Revisions

  • March 27, 2018, by Michael Wetter:
    First implementation.