Block that plots n
time series that are connected
at the input port y
against the independent data
that are connected at the input port x
.
To use this block, set the parameter n
to the
number of time series y
that you like to plot
against x
.
Then, connect the signals for the independent data
to x
and the signals for the dependent data to
y
.
There can be multiple instances of this block.
If they share the same value for fileName
,
then they will add their plot to the same output file.
For convenience, we recommend to drag an instance of
Buildings.Utilities.Plotters.Configuration
at the top-level of your model. This instance can then
be used to globally set the fileName
and
the samplePeriod
for all plotters.