Intfind function – Multichannel Systems NeuroExplorer User Manual

Page 255

Advertising
background image

5.5.8.25. IntFind Function

IntFind Function


Finds all intervals that contain at least one timestamp of the specified event or neuron variable.

Syntax


variableReference IntFind(intervalVar, eventVar)

Parameters

Parameter

Type

Description

intervalVar

variableReference

Reference to the interval variable.

eventVar

variableReference

Reference to the event or neuron variable.

Returns


None

Comments


Creates a new Interval Variable. Each interval of intervalVar that contains one or more timestamps of
eventVar is copied to the result.

Usage

NexScript

doc = GetActiveDocument()

doc.Ints1 = IntFind(doc.Interval1, doc.Event4)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 253

Advertising