Endofinterval function – Multichannel Systems NeuroExplorer User Manual

Page 247

Advertising
background image

5.5.8.17. EndOfInterval Function

EndOfInterval Function


Creates the new event based on the specified interval variable. Copies the end of each interval of the
interval variable to the result.

Syntax


variableReference EndOfInterval(intervalVar)

Parameters

Parameter

Type

Description

intervalVar

double

Reference to an interval variable.

Returns


Reference to the new variable.

Comments


Creates the new event based on the specified interval variable. Copies the end of each interval of the
interval variable to the result.

Usage

NexScript

doc = GetActiveDocument()

doc.trialEnds = EndOfInterval(GetVarByName(doc, "Trials"))

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 245

Advertising