modelTransportDelay
Transport delay with initial parameter
Extends from D.Interfaces.SISO (Single input, single output).
Information
Provide the input as output exactly delayed by Tdel. If time less than Tdel the initial value initout holds.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | delayTime | Delay time | |
| D.Interfaces.Logic | y0 | L.'U' | Initial value of output |
| D.Interfaces.Logic[:] | LogicValues | L.'U':L.'-' |
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 11, 2003
- by Christoph Clauss initially modelled.