Sleep function – Multichannel Systems NeuroExplorer User Manual

Page 278

Advertising
background image

5.5.12.2. Sleep Function

Sleep Function


Pauses execution of the script for nms milliseconds.

Syntax


Sleep(nms)

Parameters

Parameter

Type

Description

nms

double

The number of milliseconds to pause.

Returns


None

Comments


None

Usage

NexScript

% pause for 2 seconds

Sleep(2000)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 276

Advertising