blockRamp
Generate ramp signal
Extends from Interfaces.SignalSource (Base class for continuous signal source).
Information
The Real output y is a ramp signal:
If parameter duration is set to 0.0, the limiting case of a Step signal is achieved.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | height | 1 | Height of ramp |
| SI.Time | duration | Duration of ramp (= 0.0 gives a Step) | |
| Real | offset (from SignalSource) | 0 | Offset of output signal y |
| SI.Time | startTime (from SignalSource) | 0 | Output y = offset for time < startTime |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) | Connector of Real output signal |