Startofinterval function – Multichannel Systems NeuroExplorer User Manual

Page 246

Advertising
background image

5.5.8.16. StartOfInterval Function

StartOfInterval Function


Creates the new event. Copies the start of each interval of the specified interval variable to the result.

Syntax


variableReference StartOfInterval(intervalVar)

Parameters

Parameter

Type

Description

intervalVar

variableReference

Reference to the interval variable.

Returns


Reference to the new variable.

Comments


Creates the new event. Copies the start of each interval of intervalVar to the result.

Usage

NexScript

doc = GetActiveDocument()

doc.TrialStarts = StartOfInterval(doc.Trial)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 244

Advertising