blockPartialPlotter

Partial block for plotters

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Partial block that implements the basic functionality used by the scatter and the time series plotters.

Parameters

TypeNameDefaultDescription
StringfileNameplotConfiguration.fileNameName of html file
Stringintroduction""Introduction text written below title and above the plot
Integern0Number of independent data series (dimension of y)
Activation
Modelica.Units.SI.TimesamplePeriodplotConfiguration.samplePeriodSample period of component
Buildings.Utilities.Plotters.Types.LocalActivationactivationBuildings.Utilities.Plotters.Types.LocalActivation.use_activationSet to true to enable an input that allows activating and deactivating the plotting
Modelica.Units.SI.TimeactivationDelayplotConfiguration.activationDelayTime that needs to elapse to enable plotting after activate becomes true
Labels
StringtitlegetInstanceName()Title of the plot
StringlegendString array for legend, such as {"x1", "x2"}

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealVectorInput[n]yy-data
Modelica.Blocks.Interfaces.BooleanInputactivateSet to true to enable plotting of time series after activationDelay elapsed

Components

TypeNameDefaultDescription
Buildings.Utilities.Plotters.ConfigurationplotConfigurationDefault plot configuration
BooleanactiveFlag, true if plots record data

Revisions

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