void Delay (double numberOfSeconds);
Waits the number of seconds that numberOfSeconds indicates.
The resolution is normally 1 millisecond. However, if you set the useDefaultTimer configuration option to True, the resolution is 55 milliseconds.
Linux The resolution on Linux is 1 millisecond.
Input | ||
Name | Type | Description |
numberOfSeconds | double-precision | Number of seconds to wait. |
None.