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

TypeNameDefaultDescription
SI.TimedelayTimeMinimum time to hold value
D.Interfaces.Logicy0L.'U'Initial value of output y

Connectors

TypeNameDefaultDescription
D.Interfaces.DigitalInputx (from SISO)Connector of Digital input signal
D.Interfaces.DigitalOutputy (from SISO)Connector of Digital output signal

Revisions

August 12, 2003
by Christoph Clauss revised
March 19, 2003
by Martin Otter initially modelled.