blockInertialDelay
Inertial delay with initial parameter
Extends from D.Interfaces.SISO (Single input, single output).
Information
Provides the input as output delayed by delayTime if the input holds its value for a longer time than delayTime. If time is less than delayTime the initial value y0 holds.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | delayTime | Minimum time to hold value | |
| D.Interfaces.Logic | y0 | L.'U' | Initial value of output y |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| D.Interfaces.DigitalInput | x (from SISO) | Connector of Digital input signal | |
| D.Interfaces.DigitalOutput | y (from SISO) | Connector of Digital output signal |
Revisions
- August 12, 2003
- by Christoph Clauss revised
- March 19, 2003
- by Martin Otter initially modelled.