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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Utilities.Plotters.BaseClasses.Backend | plt | Plot object | |
| Real | x | Array of Real values to be sent to printer |
Revisions
-
March 27, 2018, by Michael Wetter:
First implementation.