blockFixedDelay
Delay block with fixed DelayTime
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
The Input signal is delayed by a given time instant, or more precisely:
y = u(time - delayTime) for time > time.start + delayTime = u(time.start) for time ≤ time.start + delayTime
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | delayTime | Delay time of output with respect to input signal |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |