blockRamp
Generate ramp signal
Information
The Real output y is a ramp signal:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | height | 1 | Height of ramps |
| Real | duration | Duration of ramp (= 0.0 gives a Step) | |
| Real | offset | 0 | Offset of output signal |
| Real | startTime | 0 | Output = offset for time < startTime |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Ramp output signal |
Revisions
-
November 12, 2020, by Michael Wetter:
Reformulated to remove dependency toModelica.Units.SI.
This is for Buildings, issue 2243. -
March 2, 2020, by Michael Wetter:
Changed icon to display dynamically the output value. -
March 16, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.