Selectodd function – Multichannel Systems NeuroExplorer User Manual

Page 242

Advertising
background image

5.5.8.12. SelectOdd Function

SelectOdd Function


Creates the new event containing the odd (1st, 3rd, etc.) timestamps of the specified variable.

Syntax


variableReference SelectOdd(var)

Parameters

Parameter

Type

Description

var

variableReference

Reference to the variable.

Returns


The reference to the new event containing the odd (1st, 3rd, etc.) timestamps of the specified
variable.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

doc.oddEvents04 = SelectOdd(GetVarByName(doc, "Event04"))

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 240

Advertising