Dead time block in xcos?

Hello, for closed loop control systems i would like to use a “dead time” block, that means a time delay before the input signal is passed on. Is there a Block in xcos representing this behaviour?
The continous transfer function for this would be G(s)=K∙e^(-sT/t )
I tried to use the EXPBLK_m block, but do not know how to handle this block…

Hello,

This behaviour is implemented through delay blocks, there are multiple variants depending on your use case :

Thanks for the feedback. This helps me to simulate the control circuit.
Nevertheless, how can I apply the exponential function to a block by using the expression e^x?