blockSourceSelector
Block that selects as its output either a parameter value or its input
Extends from Modelica.Blocks.Interfaces.SO (Single Output continuous control block).
Information
Block that produces at its output the input value uCon, uFil
or the parameter value p depending on the parameter value
datSou.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.Types.DataSource | datSou | Data source | |
| Real | p | Parameter value |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) | Connector of Real output signal | |
| Modelica.Blocks.Interfaces.RealInput | uFil | Input signal from file reader | |
| Modelica.Blocks.Interfaces.RealInput | uCon | Input signal from input connector |
Revisions
-
April 14, 2020, by Michael Wetter:
First implementation.