Select function – Multichannel Systems NeuroExplorer User Manual

Page 184

Advertising
background image

5.5.4.2. Select Function

Select Function


Selects the specified variable for analysis.

Syntax


Select(doc, var)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

var

variableReference

Reference to the variable.

Returns


None

Comments


Only selected variables used in analysis. Use select and deselect functions to specify what variables
you want to analyze.

Usage

NexScript

doc = GetActiveDocument()

Select(doc, GetVarByName(doc, "Neuron1"))

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 182

Advertising