TIME_DELAY ========== Time delay Block Screenshot ~~~~~~~~~~~~~~~~ Contents ~~~~~~~~ + `Time delay`_ + + `Palette`_ + `Description`_ + `Dialog box`_ + `Default properties`_ + `Interfacing function`_ + `Computational function`_ + `Example`_ Palette ~~~~~~~ + `Continuous time systems palette`_ Description ~~~~~~~~~~~ The Transport Delay block delays the input by a specified amount of time. It can be used to simulate a time delay. At the start of the simulation, the block outputs the Initial input parameter until the simulation time exceeds the Time delay parameter, when the block begins generating the delayed input. The Time delay parameter must be non-negative. Dialog box ~~~~~~~~~~ + **Delay** The amount of simulation time that the input signal is delayed before being propagated to the output. The value must be nonnegative. Properties : Type 'vec' of size 1 + **initial input** The output generated by the block between the start of the simulation and the Time delay. Properties : Type 'vec' of size 1 + **Buffer size** The initial memory allocation for the number of points to store. Properties : Type 'vec' of size 1 Default properties ~~~~~~~~~~~~~~~~~~ + **always active:** no + **direct-feedthrough:** no + **zero-crossing:** no + **mode:** no + **regular inputs:** **- port 1 : size [1,1] / type 1** + **regular outputs:** **- port 1 : size [1,1] / type 1** + **number/sizes of activation inputs:** 0 + **number/sizes of activation outputs:** 0 + **continuous-time state:** no + **discrete-time state:** no + **object discrete-time state:** no + **name of computational function:** time_delay Interfacing function ~~~~~~~~~~~~~~~~~~~~ + SCI/modules/scicos_blocks/macros/Linear/TIME_DELAY.sci Computational function ~~~~~~~~~~~~~~~~~~~~~~ + SCI/modules/scicos_blocks/src/c/time_delay.c (Type 4) Example ~~~~~~~ ` `_ .. _Default properties: TIME_DELAY.html#Defaultproperties_TIME_DELAY .. _Description: TIME_DELAY.html#Description_TIME_DELAY .. _Computational function: TIME_DELAY.html#Computationalfunction_TIME_DELAY .. _Continuous time systems palette: Continuous_pal.html .. _Dialog box: TIME_DELAY.html#Dialogbox_TIME_DELAY .. _Palette: TIME_DELAY.html#Palette_TIME_DELAY .. _Time delay: TIME_DELAY.html .. _Example: TIME_DELAY.html#Example_TIME_DELAY .. _Interfacing function: TIME_DELAY.html#Interfacingfunction_TIME_DELAY