Document variables functions – Multichannel Systems NeuroExplorer User Manual

Page 168

Advertising
background image

5.5.3. Document Variables Functions


The following document variables functions are available in NexScript

Function

Description

GetVarCount

Returns the number of variables of the specified type in the file.

GetVarName

Returns a string -- the name of the variable of the specified type
in the file.

GetVarSpikeCount

Returns the number of timestamps in the variable.

GetVar

Returns the reference to the specified variable.

DeleteVar

Deletes the specified variable from the file.

Delete

Deletes the specified variable from the file.

GetVarByName

Returns the reference to the variable which has the specified
name.

NewEvent

Creates a new timestamped variable.

NewIntEvent

Creates a new interval variable.

NewPopVector

Creates a new population vector.

GetContNumDataPoints

Returns the number of data points in the continuous variable.

NewContVar

Creates a new continuous variable.

CopySelectedVarsToAnotherFile

Copies selected variables from one file to another.

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 166

Advertising