<< SOCKET_open Socket Toolbox SOCKET_query >>

Socket Toolbox >> Socket Toolbox > SOCKET_pause

SOCKET_pause

Add a delay in your Scilab script

Calling Sequence

SOCKET_pause(delay_s)

Parameters

delay_s

real. This is the delay you want add into your script.

Description

This function creates a delay into your Scilab script. It could be usefull between a SOCKET_write() and SOCKET_read() functions. See the source code of SOCKET_query() for example.

Examples

SOCKET_pause(2) // Stop the script during 2 seconds

See Also

Authors


Report an issue
<< SOCKET_open Socket Toolbox SOCKET_query >>