Navigation: Language Reference > Functions > Arithmetic >
y = dly(x,init);
y is equal to the value of x, one simulation-time step delayed. The initial value of y is equal to init
x = sin(time*0.3);
y = dly(x, 1.0);
x,y and init must be scalars.