Getspikecount function – Multichannel Systems NeuroExplorer User Manual

Page 198

Advertising
background image

5.5.5.2. GetSpikeCount Function

GetSpikeCount Function


Returns the number of timestamps in the variable.

Syntax


double GetSpikeCount(var)

Parameters

Parameter

Type

Description

var

variableReference

Reference to the variable.

Returns


Returns the number of timestamps in the variable.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

count = GetSpikeCount(GetVarByName("Neuron04a"))

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 196

Advertising