Selecteven function – Multichannel Systems NeuroExplorer User Manual

Page 241

Advertising
background image

5.5.8.11. SelectEven Function

SelectEven Function


Creates the new event containing even (2nd, 4th, etc.) timestamps of the specified variable.

Syntax


variableReference SelectEven(var)

Parameters

Parameter

Type

Description

var

variableReference

Reference to the variable.

Returns


The reference to the new event containing even (2nd, 4th, etc.) timestamps of the specified variable.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

doc.evenEvents04 = SelectEven(GetVarByName(doc, "Event04"))

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 239

Advertising